Lines Matching refs:tmpfile
444 tmpfile="$tmpdir/shtool.tmp"
445 touch "$tmpfile"
1723 rm -f $tmpfile >/dev/null 2>&1
1724 touch $tmpfile
1734 echo "$pv:$pc:$nc:$perl" >>$tmpfile
1742 perl="`cat $tmpfile | sort -r -u | sed -e 'q' | cut -d: -f4`"
1743 rm -f $tmpfile >/dev/null 2>&1
1747 rm -f $tmpfile >/dev/null 2>&1
1754 echo >$tmpfile.c "#include <assert.h>"
1755 echo >>$tmpfile.c "Syntax Error"
1758 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1759 my_error=`grep -v '^ *+' $tmpfile.out`
1763 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1764 my_error=`grep -v '^ *+' $tmpfile.out`
1775 (eval "$cpp $tmpfile.c >/dev/null") 2>$tmpfile.out
1776 my_error=`grep -v '^ *+' $tmpfile.out`
1784 rm -f $tmpfile >/dev/null 2>&1
1785 rm -f $tmpfile.c $tmpfile.out >/dev/null 2>&1