Searched refs:mktemp (Results 1 - 3 of 3) sorted by relevance

/httpd/support/
H A Dcheck_forensic11 if test -f `which mktemp`; then
12 temp_create_method=mktemp
24 mktemp)
25 name=`mktemp -t $1.XXXXXX`
/httpd/build/
H A Dbsd_makefile26 tmpfile=`mktemp /tmp/bsd_makefile.XXXXXX 2>/dev/null` || tmpfile="tmp.$$"
H A Dsysv_makefile26 tmpfile=`mktemp /tmp/sysv_makefile.XXXXXX 2>/dev/null` || tmpfile="tmp.$$"

Completed in 25 milliseconds