Searched refs:tmp_file (Results 1 – 4 of 4) sorted by relevance
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_file264 $CC -o $tmp_file.bin $lib $tmp_file > /dev/null 2>&1
2198 local tmp_file=$(mktemp)2199 ip netns exec ns2 socat UDP4-LISTEN:54321,fork $tmp_file &2230 [[ $(cat $tmp_file | wc -l) -eq 3 ]]2238 rm $tmp_file2256 local tmp_file=$(mktemp)2257 ip netns exec ns2 socat UDP6-LISTEN:54321,fork $tmp_file &2288 [[ $(cat $tmp_file | wc -l) -eq 3 ]]2296 rm $tmp_file2446 local tmp_file=$(mktemp)2455 run_cmd "perf stat -a -e fib:fib_table_lookup --filter 'err == 0' -j -o $tmp_file -- $cmd"[all …]
185 char *tmp_file; in main() local