Home
last modified time | relevance | path

Searched refs:TMPDIR (Results 1 – 25 of 47) sorted by relevance

12

/titanic_50/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/${MAP}.sort |
268 {$2 = "x"; print}' $TMPDIR/${MAP}.sort > $OUTDIR/$SRCFILE
270 cp $TMPDIR/${MAP}.sort $OUTDIR/$SRCFILE
[all …]
/titanic_50/usr/src/cmd/ldap/ns_ldap/
H A Didsconfig.sh1060 TMPDIR="/tmp/idsconfig.${PID}"
1061 if mkdir -m 700 ${TMPDIR}
1069 LDAP_ROOTPWF=${TMPDIR}/rootPWD
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}/inputfile.noSSD
1261 …ss=*\" version | ${GREP} \"^version=\" | cut -f2 -d'/' | cut -f1 -d' ' > ${TMPDIR}/checkDSver 2>&1"
1266 IDS_VER=`cat ${TMPDIR}/checkDSver`
1316 eval "${LDAPSEARCH} ${LDAP_ARGS} -b \"\" -s base \"objectclass=*\" > ${TMPDIR}/checkDN 2>&1"
[all …]
/titanic_50/usr/src/tools/scripts/
H A Dnightly138 touch $TMPDIR/abort
142 if [ -f $TMPDIR/abort ]; then
203 egrep -v "warning" | tee $TMPDIR/build_errs${SUFFIX} \
205 if [[ -s $TMPDIR/build_errs${SUFFIX} ]]; then
223 | tee $TMPDIR/build_warnings${SUFFIX} >> $mail_msg_file
224 if [[ -s $TMPDIR/build_warnings${SUFFIX} ]]; then
304 signing_file="${TMPDIR}/signing"
343 tee $TMPDIR/package >> $mail_msg_file
344 if [[ -s $TMPDIR/package ]]; then
413 tee $TMPDIR/lint_errs >> $mail_msg_file
[all …]
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_errs >> $mail_msg_file
[all …]
H A Dbldenv303 TMPDIR="/tmp"
306 PATH TMPDIR \
H A Dbldenv.sh306 TMPDIR="/tmp"
309 PATH TMPDIR \
/titanic_50/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
/titanic_50/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 Dtst.libchain.ksh33 libdir=${TMPDIR:-/tmp}/libdep.$$
H A Derr.circlibdep.ksh33 libdir=${TMPDIR:-/tmp}/libdep.$$
H A Derr.invalidlibdep.ksh33 libdir=${TMPDIR:-/tmp}/libdep.$$
H A Dtst.libdep.ksh33 libdir=${TMPDIR:-/tmp}/libdep.$$
H A Dtst.libdepfullyconnected.ksh42 libdir=${TMPDIR:-/tmp}/libdep.$$
/titanic_50/usr/src/cmd/dtrace/test/tst/common/include/
H A Dtst.includefirst.ksh37 firstinc=${TMPDIR:-/tmp}/firstinc.$$
38 secondinc=${TMPDIR:-/tmp}/secondinc.$$
/titanic_50/usr/src/cmd/sgs/lorder/
H A Dlorder.sh31 if [ -z "$TMPDIR" ]
35 TDIR=$TMPDIR
/titanic_50/usr/src/cmd/mdb/tools/scripts/
H A Dmkmodules.sh101 TMPDIR=/tmp; export TMPDIR
/titanic_50/usr/src/cmd/sgs/libelf/demo/
H A DMakefile60 TMPDIR= dcom pcom
81 TMPDIR= dcom $(PROGS)
/titanic_50/usr/src/cmd/vi/port/
H A Dexpreserve.c128 if (chdir(TMPDIR) < 0) {
129 perror(TMPDIR);
135 perror(TMPDIR);
H A Dex_tune.h43 #define TMPDIR "/var/tmp" macro
/titanic_50/usr/src/tools/codereview/
H A DMakefile31 TMPDIR= /tmp macro
/titanic_50/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.$$
/titanic_50/usr/src/cmd/audio/utilities/
H A DAudioFile.cc53 #define TMPDIR "/tmp" macro
145 strlen((tmpdir == NULL) ? TMPDIR : tmpdir)); in createfile()
147 (tmpdir == NULL) ? TMPDIR : tmpdir, TMPFILE); in createfile()
/titanic_50/usr/src/tools/cscope-fast/
H A DMakefile37 TMPDIR= /tmp macro

12