• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/autoconf/

Lines Matching refs:tmpfile

618     tmpfile="$tmpdir/shtool.tmp"
619 touch "$tmpfile"
2281 echo "cp /dev/null $tmpfile.lst" 1>&2
2283 cp /dev/null $tmpfile.lst
2287 echo "(cd $src && $prg_find . -type f -depth -print) | sed -e 's:^\\.\$::' -e 's:^\\./::' | cat $exclude >>$tmpfile.lst" 1>&2
2290 sed -e 's:^\.$::' -e 's:^\./::' | eval cat $exclude >>$tmpfile.lst
2293 echo "echo $src >>$tmpfile.lst" 1>&2
2295 echo $src >>$tmpfile.lst
2298 sort <$tmpfile.lst >$tmpfile.lst.n
2299 mv $tmpfile.lst.n $tmpfile.lst
2301 cat $tmpfile.lst | sed -e 's/^/ /' 1>&2
2339 echo "cat $tmpfile.lst | xargs $prg_tar cf - | $prg_tardy $tardy_opt | cat $compress >$tmpfile.out" 1>&2
2341 cat $tmpfile.lst |\
2344 eval cat $compress >$tmpfile.out
2346 echo "cp $tmpfile.out $tarfile" 1>&2
2348 cp $tmpfile.out $tarfile
2356 echo "cat $tmpfile.lst | xargs $prg_tar cf - | (cd $tmpdir/$tarname && $prg_tar xf -)" 1>&2
2358 cat $tmpfile.lst |\
2376 echo "(cd $tmpdir && $prg_find $tarname -type f -depth -print | sort | xargs $prg_tar cf -) | cat $compress >$tmpfile.out" 1>&2
2379 eval cat $compress >$tmpfile.out
2381 echo "cp $tmpfile.out $tarfile" 1>&2
2383 cp $tmpfile.out $tarfile
2392 echo "rm -f $tmpfile.lst $tmpfile.out" 1>&2
2394 rm -f $tmpfile.lst $tmpfile.out
2463 (diff -U1 $file $file.new >$tmpfile) 2>/dev/null
2464 if [ ".`cat $tmpfile`" = . ]; then
2465 (diff -C1 $file $file.new >$tmpfile) 2>/dev/null
2466 if [ ".`cat $tmpfile`" = . ]; then
2468 cp /dev/null $tmpfile
2472 cat $tmpfile
3546 ' "src=$src" "define=$opt_D" "class=$opt_C" >>$tmpfile
3559 grep '^D:' $tmpfile | sed -e 's/^D://' >>$output
3571 grep '^J:' $tmpfile | sed >>$output \
3582 grep '^I:' $tmpfile | sed >>$output \
3591 grep '^V:' $tmpfile | sed >>$output \
3604 grep '^F:' $tmpfile | sed >>$output \
3625 grep -v '^#line' $opt_o >$tmpfile.o
3626 grep -v '^#line' $output >$tmpfile.n
3627 out_old="$tmpfile.o"
3628 out_new="$tmpfile.n"
3642 rm -f $tmpfile $tmpfile.* >/dev/null 2>&1
3992 rm -f $tmpfile >/dev/null 2>&1
3993 touch $tmpfile
4003 echo "$pv:$pc:$nc:$perl" >>$tmpfile
4011 perl="`cat $tmpfile | sort -r -u | sed -e 'q' | cut -d: -f4`"
4012 rm -f $tmpfile >/dev/null 2>&1
4016 rm -f $tmpfile >/dev/null 2>&1
4023 echo >$tmpfile.c "#include <assert.h>"
4024 echo >>$tmpfile.c "Syntax Error"
4027 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
4028 my_error=`grep -v '^ *+' $tmpfile.out`
4032 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
4033 my_error=`grep -v '^ *+' $tmpfile.out`
4044 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
4045 my_error=`grep -v '^ *+' $tmpfile.out`
4053 rm -f $tmpfile >/dev/null 2>&1
4054 rm -f $tmpfile.c $tmpfile.out >/dev/null 2>&1