Home
last modified time | relevance | path

Searched refs:TEMPDIR (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/dircmp/
H A Ddircmp.sh31 TEMPDIR=`mktemp -d /var/tmp/dir.XXXXXX`
32 if [ -z "$TEMPDIR" ]; then exit 1; fi
34 trap "rm -f -r $TEMPDIR;exit" 0 1 2 3 15
55 pr -h "diff of $a in $D1 and $D2" >> $TEMPDIR/dc$$g
59 pr -h "diff of $a in $D1 and $D2" >> $TEMPDIR/dc$$g
63 pr -h "diff of $a in $D1 and $D2" >> $TEMPDIR/dc$$g
72 pr -h "diff of $a in $D1 and $D2" >> $TEMPDIR/dc$$g
76 pr -h "diff of $a in $D1 and $D2" >> $TEMPDIR/dc$$g
80 pr -h "diff of $a in $D1 and $D2" >> $TEMPDIR/dc$$g
92 ($cmd "$D1"/"$a" "$D2"/"$a"; echo $? > $TEMPDIR/dc$$status) | \
[all …]
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dpictures.c232 if ( (tname = tempnam(TEMPDIR, "dpost")) == NULL ) in picopen()
276 if ( (tname = tempnam(TEMPDIR, "dpost")) == NULL ) in inlinepic()
H A Ddpost.c2779 if ( (temp_file = tempnam(TEMPDIR, "dpost")) == NULL ) in documentfonts()
/illumos-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dpath.h42 #define TEMPDIR "/tmp" macro
/illumos-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c96 char *temp_dir = TEMPDIR; /* temp directory - for copying stdin */