Searched refs:tmp_file (Results 1 – 8 of 8) sorted by relevance
4 tmp_file=$(mktemp)5 trap "rm -f $tmp_file.o $tmp_file $tmp_file.bin" EXIT7 cat << "END" | $CC -c -x c - -o $tmp_file.o >/dev/null 2>&112 if ! $LD $tmp_file.o -shared -Bsymbolic --pack-dyn-relocs=relr -o $tmp_file 2>/dev/null; then13 $LD $tmp_file.o -shared -Bsymbolic -z pack-relative-relocs -o $tmp_file 2>&1 |19 test -z "$($NM $tmp_file 2>&1 >/dev/null)"21 $OBJCOPY -O binary $tmp_file $tmp_file.bin
251 my $tmp_file = "";258 ($tmp_fh, $tmp_file) = tempfile("config.gz-XXXXXX",261 if (system("gunzip < /proc/config.gz > $tmp_file")) {265 @config_files = ($tmp_file);
331 char tmp_file[strlen(fname) + 4]; in write_file() local337 sprintf(tmp_file, "%s.rc", fname); in write_file()344 fd_map = open(tmp_file, O_WRONLY | O_TRUNC | O_CREAT, sb.st_mode); in write_file()364 if (rename(tmp_file, fname) < 0) { in write_file()
19 tmp_file=`mktemp`26 tee -a $tmp_file < $UDELAY_PATH31 if [ -f $tmp_file ]; then32 rm $tmp_file53 count=`grep -c FAIL $tmp_file`
64 tmp_file=$(mktemp).c65 trap "rm -f $tmp_file.o $tmp_file $tmp_file.bin" EXIT77 cat << "EOF" > $tmp_file265 $CC -o $tmp_file.bin $lib $tmp_file > /dev/null 2>&1
65 tmp_file=$(mktemp)69 dd if=/dev/urandom of=${tmp_file} bs=1M count=1 2> /dev/null84 ip netns exec nscl socat -u $tmp_file TCP:${SERVER_IP}:${SERVER_PORT}88 tmp_file_md5sum=$(md5sum $tmp_file | cut -f1 -d' ')100 rm $out_file $tmp_file
2292 local tmp_file=$(mktemp)2324 [[ $(cat $tmp_file | wc -l) -eq 3 ]]2332 rm $tmp_file2350 local tmp_file=$(mktemp)2390 rm $tmp_file2540 local tmp_file=$(mktemp)2552 list_rcv_eval $tmp_file $diff2554 rm $tmp_file2585 local tmp_file=$(mktemp)2597 list_rcv_eval $tmp_file $diff[all …]
117 tmp_file=$(mktemp)118 ip netns exec nssv socat TCP-LISTEN:1234,fork $tmp_file &126 count=$(cat $tmp_file | wc -c)