HomeSort by: relevance | last modified time | path
    Searched refs:MKTEMP (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/x11perf/dist/
x11perfcomp.in 24 MKTEMP="@MKTEMP@"
27 if [ "x$MKTEMP" != "x" ] && [ -x "$MKTEMP" ] ; then
28 tmp=`$MKTEMP -p /tmp -d rates.XXXXXX`
configure 658 MKTEMP
11649 # Extract the first word of "mktemp", so it can be a program name with args.
11650 set dummy mktemp; ac_word=$2
11657 e) case $MKTEMP in
11659 ac_cv_path_MKTEMP="$MKTEMP" # Let the user override the test with a path.
11685 MKTEMP=$ac_cv_path_MKTEMP
11686 if test -n "$MKTEMP"; then
11687 { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKTEMP" >&5
11688 printf "%s\n" "$MKTEMP" >&6; }
12828 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &
    [all...]
  /xsrc/external/mit/xinit/dist/launchd/privileged_startx/
10-tmpdirs.cpp 31 XCOMM Our usage of mktemp fails with GNU, so prefer /usr/bin to hopefully
32 XCOMM get BSD mktemp
33 if [ -x /usr/bin/mktemp ] ; then
34 MKTEMP=/usr/bin/mktemp
36 MKTEMP=mktemp
49 saved=$(${MKTEMP} -d ${dir}-XXXXXXXX)
54 # Use mktemp rather than mkdir to avoid possible security issue
57 if ${MKTEMP} -d ${dir} > /dev/null 2>&1 ; the
    [all...]

Completed in 10 milliseconds