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.sh141 comm $TEMPDIR/dc$$a $TEMPDIR/dc$$b | sed -n \
142 -e "/^ /w $TEMPDIR/dc$$c" \
143 -e "/^ [^ ]/w $TEMPDIR/dc$$d" \
144 -e "/^[^ ]/w $TEMPDIR/dc$$e"
145 rm -f $TEMPDIR/dc$$a $TEMPDIR/dc$$b
146 pr -w${width} -h "$D1 only and $D2 only" -m $TEMPDIR/dc$$e $TEMPDIR/dc$$d
147 rm -f $TEMPDIR/dc$$e $TEMPDIR/dc$$d
159 sed -e 's/..//' -e 's/\([^-a-zA-Z0-9/_.]\)/\\\1/g' < $TEMPDIR/dc$$c > $TEMPDIR/dc$$f
171 > $TEMPDIR/dc$$g
235 done 3<$TEMPDIR/dc$$h 4<$TEMPDIR/dc$$i | pr -r -h "Comparison of $D1 $D2"
[all …]
/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/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/download/
H A Ddownload.c96 char *temp_dir = TEMPDIR; /* temp directory - for copying stdin */