Searched refs:TMPDIR (Results 1 - 25 of 37) sorted by relevance

12

/illumos-gate/usr/src/cmd/ypcmd/yp2lscripts/
H A Dypmap2src.sh238 makedbm -u $MAPDIR/$MAP > $TMPDIR/$MAP
241 grep -v YP_LAST_MODIFIED $TMPDIR/$MAP |
243 grep -v YP_MASTER_NAME > $TMPDIR/${MAP}.grep
246 cut -f 2- -d " " $TMPDIR/${MAP}.grep > $TMPDIR/${MAP}.cut
249 sort -n -t: -k3,3 $TMPDIR/${MAP}.cut > $TMPDIR/${MAP}.sort
255 UID=`head -1 $TMPDIR/${MAP}.sort | cut -f1 -d:`
256 PSWD=`head -1 $TMPDIR/${MAP}.sort | cut -f2 -d:`
260 cut -f 1,2 -d: $TMPDIR/
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pragma/
H A Dtst.libdepsepdir.ksh37 libdira=${TMPDIR:-/tmp}/libdepa.$$
38 libdirb=${TMPDIR:-/tmp}/libdepb.$$
39 libdirc=${TMPDIR:-/tmp}/libdepc.$$
H A Derr.circlibdep.ksh33 libdir=${TMPDIR:-/tmp}/libdep.$$
H A Derr.invalidlibdep.ksh33 libdir=${TMPDIR:-/tmp}/libdep.$$
H A Dtst.libchain.ksh33 libdir=${TMPDIR:-/tmp}/libdep.$$
H A Dtst.libdep.ksh33 libdir=${TMPDIR:-/tmp}/libdep.$$
H A Dtst.libdepfullyconnected.ksh42 libdir=${TMPDIR:-/tmp}/libdep.$$
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh41 cfile=${TMPDIR:-/tmp}/inc.$$.$file.c
42 cofile=${TMPDIR:-/tmp}/inc.$$.$file
125 ofile=${TMPDIR:-/tmp}/inc.$file.$$.out
126 errfile=${TMPDIR:-/tmp}/inc.$file.$$.err
143 bigofile=${TMPDIR:-/tmp}/inc.$$.out
147 ofile=${TMPDIR:-/tmp}/inc.$file.$$.out
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/include/
H A Dtst.includefirst.ksh37 firstinc=${TMPDIR:-/tmp}/firstinc.$$
38 secondinc=${TMPDIR:-/tmp}/secondinc.$$
/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh1059 # Set and create TMPDIR.
1060 TMPDIR="/tmp/idsconfig.${PID}"
1061 if mkdir -m 700 ${TMPDIR}
1064 trap 'rm -rf ${TMPDIR}; /usr/bin/stty echo; exit' 1 2 3 6 15
1069 LDAP_ROOTPWF=${TMPDIR}/rootPWD
1071 # Set the SSD file name after setting TMPDIR.
1072 SSD_FILE=${TMPDIR}/ssd_list
1079 export DEBUG VERB ECHO EVAL EGREP GREP STEP TMPDIR
1160 ${GREP} -v "LDAP_SERV_SRCH_DES=" ${INPUT_FILE} > ${TMPDIR}/inputfile.noSSD
1163 . ${TMPDIR}/inputfil
[all...]
/illumos-gate/usr/src/tools/scripts/
H A Dnightly.sh137 touch $TMPDIR/abort
141 if [ -f $TMPDIR/abort ]; then
202 egrep -v "warning" | tee $TMPDIR/build_errs${SUFFIX} \
204 if [[ -s $TMPDIR/build_errs${SUFFIX} ]]; then
222 | tee $TMPDIR/build_warnings${SUFFIX} >> $mail_msg_file
223 if [[ -s $TMPDIR/build_warnings${SUFFIX} ]]; then
303 signing_file="${TMPDIR}/signing"
342 tee $TMPDIR/package >> $mail_msg_file
343 if [[ -s $TMPDIR/package ]]; then
412 tee $TMPDIR/lint_err
[all...]
H A Dbldenv.sh306 TMPDIR="/tmp"
309 PATH TMPDIR \
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tune.h43 #define TMPDIR "/var/tmp" macro
H A Dexpreserve.c128 if (chdir(TMPDIR) < 0) {
129 perror(TMPDIR);
135 perror(TMPDIR);
/illumos-gate/usr/src/cmd/sgs/lorder/
H A Dlorder.sh31 if [ -z "$TMPDIR" ]
35 TDIR=$TMPDIR
/illumos-gate/usr/src/tools/codereview/
H A DMakefile31 TMPDIR= /tmp macro
/illumos-gate/usr/src/cmd/sgs/libelf/demo/
H A DMakefile60 TMPDIR= dcom pcom macro
81 TMPDIR= dcom $(PROGS) macro
/illumos-gate/usr/src/cmd/mdb/tools/scripts/
H A Dmkmodules.sh101 TMPDIR=/tmp; export TMPDIR
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/pid/
H A Dtst.provregex1.ksh39 DIR=${TMPDIR:-/tmp}/dtest.$$
H A Dtst.provregex3.ksh40 DIR=${TMPDIR:-/tmp}/dtest.$$
H A Dtst.provregex2.ksh39 DIR=${TMPDIR:-/tmp}/dtest.$$
H A Dtst.provregex4.ksh40 DIR=${TMPDIR:-/tmp}/dtest.$$
/illumos-gate/usr/src/tools/cscope-fast/
H A DMakefile37 TMPDIR= /tmp macro
/illumos-gate/usr/src/lib/libsecdb/common/
H A Di.rbac43 tmp_dir=${TMPDIR:-/tmp}
/illumos-gate/usr/src/cmd/audio/utilities/
H A DAudioFile.cc53 #define TMPDIR "/tmp" macro
145 strlen((tmpdir == NULL) ? TMPDIR : tmpdir));
147 (tmpdir == NULL) ? TMPDIR : tmpdir, TMPFILE);

Completed in 109 milliseconds

12