Searched refs:TEMPDIR (Results 1 - 7 of 7) sorted by relevance

/opensolaris-onvv-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/d
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/common/
H A Dpath.h52 #define TEMPDIR "/tmp" macro
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dpictures.c73 #include "path.h" /* just for TEMPDIR definition */
235 if ( (tname = tempnam(TEMPDIR, "dpost")) == NULL )
279 if ( (tname = tempnam(TEMPDIR, "dpost")) == NULL )
H A Ddpost.c2781 if ( (temp_file = tempnam(TEMPDIR, "dpost")) == NULL )
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/picpack/
H A Dpicpack.c93 #include "path.h" /* just for TEMPDIR definition */
282 if ( (tfile = tempnam(TEMPDIR, "post")) == NULL )
480 if ( (temp_file = tempnam(TEMPDIR, "picpac")) == NULL )
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/download/
H A Ddownload.c98 char *temp_dir = TEMPDIR; /* temp directory - for copying stdin */
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/postmd/
H A Dpostmd.c201 char *temp_dir = TEMPDIR; /* temp directory for copying stdin */

Completed in 59 milliseconds