Home
last modified time | relevance | path

Searched refs:tmp_file (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/scripts/
A Dtools-support-relr.sh4 tmp_file=$(mktemp)
5 trap "rm -f $tmp_file.o $tmp_file $tmp_file.bin" EXIT
7 cat << "END" | $CC -c -x c - -o $tmp_file.o >/dev/null 2>&1
10 $LD $tmp_file.o -shared -Bsymbolic --pack-dyn-relocs=relr \
11 --use-android-relr-tags -o $tmp_file
15 test -z "$($NM $tmp_file 2>&1 >/dev/null)"
17 $OBJCOPY -O binary $tmp_file $tmp_file.bin
A Dleaking_addresses.pl223 my $tmp_file = "";
230 my $tmp_file = "/tmp/tmpkconf";
232 if (system("gunzip < /proc/config.gz > $tmp_file")) {
236 @config_files = ($tmp_file);
252 if ($tmp_file ne "") {
253 system("rm -f $tmp_file");
A Drecordmcount.c327 char tmp_file[strlen(fname) + 4]; in write_file() local
333 sprintf(tmp_file, "%s.rc", fname); in write_file()
340 fd_map = open(tmp_file, O_WRONLY | O_TRUNC | O_CREAT, sb.st_mode); in write_file()
360 if (rename(tmp_file, fname) < 0) { in write_file()
/linux-6.3-rc2/tools/testing/selftests/
A Dkselftest_deps.sh64 tmp_file=$(mktemp).c
65 trap "rm -f $tmp_file.o $tmp_file $tmp_file.bin" EXIT
77 cat << "EOF" > $tmp_file
211 $CC -o $tmp_file.bin $lib $tmp_file > /dev/null 2>&1
/linux-6.3-rc2/tools/time/
A Dudelay_test.sh19 tmp_file=`mktemp`
26 tee -a $tmp_file < $UDELAY_PATH
31 if [ -f $tmp_file ]; then
32 rm $tmp_file
53 count=`grep -c FAIL $tmp_file`
/linux-6.3-rc2/tools/testing/selftests/net/
A Dfib_tests.sh1983 local tmp_file=$(mktemp)
1984 ip netns exec ns2 socat UDP4-LISTEN:54321,fork $tmp_file &
2015 [[ $(cat $tmp_file | wc -l) -eq 3 ]]
2023 rm $tmp_file
2041 local tmp_file=$(mktemp)
2042 ip netns exec ns2 socat UDP6-LISTEN:54321,fork $tmp_file &
2073 [[ $(cat $tmp_file | wc -l) -eq 3 ]]
2081 rm $tmp_file
/linux-6.3-rc2/tools/testing/selftests/net/af_unix/
A Dtest_unix_oob.c185 char *tmp_file; in main() local

Completed in 19 milliseconds