Lines Matching refs:tmpfile
444 tmpfile="$tmpdir/shtool.tmp"
445 touch "$tmpfile"
1716 rm -f $tmpfile >/dev/null 2>&1
1717 touch $tmpfile
1727 echo "$pv:$pc:$nc:$perl" >>$tmpfile
1735 perl="`cat $tmpfile | sort -r -u | sed -e 'q' | cut -d: -f4`"
1736 rm -f $tmpfile >/dev/null 2>&1
1740 rm -f $tmpfile >/dev/null 2>&1
1747 echo >$tmpfile.c "#include <assert.h>"
1748 echo >>$tmpfile.c "Syntax Error"
1751 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1752 my_error=`grep -v '^ *+' $tmpfile.out`
1756 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1757 my_error=`grep -v '^ *+' $tmpfile.out`
1768 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1769 my_error=`grep -v '^ *+' $tmpfile.out`
1777 rm -f $tmpfile >/dev/null 2>&1
1778 rm -f $tmpfile.c $tmpfile.out >/dev/null 2>&1