Searched refs:MKTEMP (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/x11perf/dist/
H A Dx11perfcomp.in24 MKTEMP="@MKTEMP@"
27 if [ "x$MKTEMP" != "x" ] && [ -x "$MKTEMP" ] ; then
28 tmp=`$MKTEMP -p /tmp -d rates.XXXXXX`
H A Dconfigure.ac45 AC_PATH_PROG(MKTEMP, mktemp)
H A DMakefile.in347 MKTEMP = @MKTEMP@ macro
457 's|@MKTEMP[@]|$(MKTEMP)|g'
H A Dconfigure658 MKTEMP
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; }
/xsrc/external/mit/xinit/dist/launchd/privileged_startx/
H A D10-tmpdirs.cpp34 MKTEMP=/usr/bin/mktemp
36 MKTEMP=mktemp
49 saved=$(${MKTEMP} -d ${dir}-XXXXXXXX)
57 if ${MKTEMP} -d ${dir} > /dev/null 2>&1 ; then
/xsrc/external/mit/x11perf/dist/man/
H A DMakefile.in203 MKTEMP = @MKTEMP@ macro

Completed in 17 milliseconds