Searched refs:TMPDIR (Results 1 – 4 of 4) sorted by relevance
30 - $CC -o $TMPDIR/pcaptest $TMPDIR/pcaptest.c -lpcap >> config.log 2>&131 + $CC -o $TMPDIR/pcaptest $TMPDIR/pcaptest.c \34 if [ ! -x $TMPDIR/pcaptest ] ; then
56 TMPDIR= TEMP= TMP= ${HOST_SYSTEMD_TMPFILES} --create --boot --root="$1" \
7 Creating temporary files in /tmp (or the path pointed by $TMPDIR) allows the
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…109 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; }
Completed in 11 milliseconds