Searched refs:TMPDIR (Results 176 - 191 of 191) sorted by relevance

12345678

/freebsd-13-stable/usr.sbin/makefs/tests/
H A Dmakefs_cd9660_tests.sh140 test_inputs_dir2=$TMPDIR/inputs2
/freebsd-13-stable/contrib/unbound/
H A Dconfig.guess104 : "${TMPDIR=/tmp}"
106 { tmp=$( (umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null) && test -n "$tmp" && test -d "$tmp" ; } ||
107 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
108 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure temp directory" >&2 ; } ||
109 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; }
H A Dltmain.sh894 _G_template=${TMPDIR-/tmp}/${1-$progname}
/freebsd-13-stable/contrib/file/
H A Dconfig.guess102 : "${TMPDIR=/tmp}"
104 { tmp=`(umask 077 && mktemp -d "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
105 { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir "$tmp" 2>/dev/null) ; } ||
106 { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir "$tmp" 2>/dev/null) && echo "Warning: creating insecure temp directory" >&2 ; } ||
107 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; }
H A Dltmain.sh897 _G_template=${TMPDIR-/tmp}/${1-$progname}
/freebsd-13-stable/tests/sys/cddl/zfs/tests/acl/cifs/
H A Dcifs_attr_003_pos.ksh581 TESTFILE=$TMPDIR/tfile
/freebsd-13-stable/contrib/byacc/
H A Dconfigure7021 : ${TMPDIR=/tmp}
7023 tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
7027 tmp=$TMPDIR/cs$$-$RANDOM
7031 echo "$me: cannot create a temporary directory in $TMPDIR" >&2
/freebsd-13-stable/usr.sbin/bsdinstall/scripts/
H A Dzfsboot1676 echo "$ZFSBOOT_DISKS" > ${TMPDIR:-"/tmp"}/bsdinstall-zfsboot
/freebsd-13-stable/contrib/ncurses/
H A Dconfigure3709 # $TMPDIR if set, where it might want to write temporary files
3710 # if $TMPDIR is not set:
3714 if test -n "$TMPDIR" && test -d "$TMPDIR" && test -w "$TMPDIR"; then
3715 ac_tmpdirs=$TMPDIR
13969 TMP=\${TMPDIR:=/tmp}/man\$\$
26546 : ${TMPDIR=/tmp}
26548 tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
26552 tmp=$TMPDIR/c
[all...]
/freebsd-13-stable/contrib/dialog/
H A Dconfigure24914 : ${TMPDIR=/tmp}
24916 tmp=`(umask 077 && mktemp -d -q "$TMPDIR/csXXXXXX") 2>/dev/null` &&
24920 tmp=$TMPDIR/cs$$-$RANDOM
24924 echo "$me: cannot create a temporary directory in $TMPDIR" >&2
/freebsd-13-stable/contrib/sqlite3/
H A Dltmain.sh894 _G_template=${TMPDIR-/tmp}/${1-$progname}
/freebsd-13-stable/contrib/ldns/
H A Dltmain.sh894 _G_template=${TMPDIR-/tmp}/${1-$progname}
/freebsd-13-stable/contrib/libevent/
H A Dltmain.sh894 _G_template=${TMPDIR-/tmp}/${1-$progname}
/freebsd-13-stable/contrib/openbsm/config/
H A Dltmain.sh894 _G_template=${TMPDIR-/tmp}/${1-$progname}
/freebsd-13-stable/contrib/openpam/
H A Dltmain.sh894 _G_template=${TMPDIR-/tmp}/${1-$progname}
/freebsd-13-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh894 _G_template=${TMPDIR-/tmp}/${1-$progname}

Completed in 516 milliseconds

12345678