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

1234

/freebsd-10-stable/usr.sbin/pc-sysinstall/conf/
H A Dpc-sysinstall.conf5 TMPDIR="/tmp/.pc-sysinstall"
6 export TMPDIR
8 # Create a fresh TMPDIR
9 if [ -d "${TMPDIR}" -a "$TMPDIR" != '/' ]; then rm -rf ${TMPDIR}; fi
10 mkdir -p ${TMPDIR}
13 PARTDIR="${TMPDIR}/part-info"
17 SLICECFGDIR="${TMPDIR}/.slice-cfg"
21 MIRRORCFGDIR="${TMPDIR}/
[all...]
/freebsd-10-stable/usr.bin/locate/locate/
H A Dmklocatedb.sh40 : ${TMPDIR:=/tmp}; export TMPDIR
41 test -d "$TMPDIR" || TMPDIR=/tmp
42 if ! TMPDIR=`mktemp -d $TMPDIR/mklocateXXXXXXXXXX`; then
53 sortopt="-u -T $TMPDIR"
57 bigrams=$TMPDIR/_mklocatedb$$.bigrams
58 filelist=$TMPDIR/_mklocatedb$$.list
60 trap 'rm -f $bigrams $filelist; rmdir $TMPDIR'
[all...]
H A Dconcatdb.sh42 : ${TMPDIR:=/var/tmp}; export TMPDIR;
43 test -d "$TMPDIR" || TMPDIR=/var/tmp
59 bigrams=`mktemp ${TMPDIR=/tmp}/_bigrams.XXXXXXXXXX` || exit 1
H A Dupdatedb.sh43 : ${TMPDIR:=/tmp}; export TMPDIR
44 if ! TMPDIR=`mktemp -d $TMPDIR/locateXXXXXXXXXX`; then
89 tmp=$TMPDIR/_updatedb$$
90 trap 'rm -f $tmp; rmdir $TMPDIR' 0 1 2 3 5 10 15
/freebsd-10-stable/contrib/groff/doc/
H A Dfixinfo.sh24 t=${TMPDIR-.}/gro$$.tmp
/freebsd-10-stable/contrib/binutils/binutils/
H A Dsanity.sh32 TMPDIR=./binutils-$$
33 mkdir ${TMPDIR}
35 cp ${BIN}/strip ${TMPDIR}/strip
38 cp ${BIN}/$i ${TMPDIR}/$i
39 ${BIN}/strip ${TMPDIR}/$i
40 cp ${BIN}/$i ${TMPDIR}/$i
41 ${TMPDIR}/strip ${TMPDIR}/$i
48 rm -rf ${TMPDIR}
/freebsd-10-stable/contrib/ofed/management/
H A Dmake.dist3 TMPDIR=`pwd`/dist
4 if [ ! -d $TMPDIR ]; then mkdir $TMPDIR; fi
80 if [ -f $TMPDIR/$target-$VERSION.tar.gz ]; then
94 echo $RELEASE > $TMPDIR/$target.release
113 if [ -f $TMPDIR/$target.gitrev ]; then
114 old_rev=`cat $TMPDIR/$target.gitrev`
116 echo $git_rev > $TMPDIR/$target.gitrev
121 if [ -f $TMPDIR/$target.release ]; then
122 RELEASE=`cat $TMPDIR/
[all...]
/freebsd-10-stable/tests/sys/geom/class/
H A Dgeom_subr.sh52 : ${TMPDIR=/tmp}
53 export TMPDIR
54 if ! TEST_MDS_FILE=$(mktemp ${TMPDIR}/test_mds.XXXXXX); then
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/db/
H A Dt_db.sh64 TMPDIR="$(pwd)/db_dir"; export TMPDIR
65 mkdir ${TMPDIR}
93 TMPDIR="$(pwd)/db_dir"; export TMPDIR
94 mkdir ${TMPDIR}
122 TMPDIR="$(pwd)/db_dir"; export TMPDIR
123 mkdir ${TMPDIR}
149 TMPDIR
[all...]
/freebsd-10-stable/sys/netpfil/ipfw/test/
H A DMakefile43 TMPDIR = $(TMPBASE)/test macro
46 -rm -rf $(TMPDIR)
47 mkdir -p $(TMPDIR)
48 -cp -p $(ALLSRCS) $(TMPDIR)
49 -(cd ..; cp -p $(ALLSRCS) $(TMPDIR))
50 ls -la $(TMPDIR)
/freebsd-10-stable/usr.sbin/bsdconfig/examples/
H A Dbrowse_packages_http.sh16 TMPDIR=/tmp
17 PKGDIR=$TMPDIR/packages/$PKG_ABI
30 _directoryPath=$TMPDIR
/freebsd-10-stable/tests/sys/vfs/
H A Dtrailing_slash.sh9 : ${TMPDIR=/tmp}
10 testfile="$TMPDIR/testfile-$$"
11 testlink="$TMPDIR/testlink-$$"
/freebsd-10-stable/cddl/contrib/opensolaris/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.$$
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh42 cfile=${TMPDIR:-/tmp}/inc.$$.$file.c
43 cofile=${TMPDIR:-/tmp}/inc.$$.$file
102 ofile=${TMPDIR:-/tmp}/inc.$file.$$.out
103 errfile=${TMPDIR:-/tmp}/inc.$file.$$.err
120 bigofile=${TMPDIR:-/tmp}/inc.$$.out
124 ofile=${TMPDIR:-/tmp}/inc.$file.$$.out
/freebsd-10-stable/contrib/groff/
H A Dgendef.sh18 # Use $TMPDIR if defined. Default to cwd, for non-Unix systems
22 t=${TMPDIR-.}/gro$$.tmp
/freebsd-10-stable/usr.sbin/pc-sysinstall/backend/
H A Dfunctions-runcommands.sh69 echo "${CMD}"> ${TMPDIR}/.runcmd.sh
70 chmod 755 ${TMPDIR}/.runcmd.sh
71 sh ${TMPDIR}/.runcmd.sh
74 rm ${TMPDIR}/.runcmd.sh
H A Dfunctions-mountoptical.sh68 echo "MOUNTED" >${TMPDIR}/cdmnt
93 echo "${i}" >${TMPDIR}/cdmnt
113 echo "${i}" >${TMPDIR}/cdmnt
126 echo "${i}" >${TMPDIR}/cdmnt
H A Dfunctions-networking.sh65 rm ${TMPDIR}/.niclist >/dev/null 2>/dev/null
67 ${QUERYDIR}/detect-nics.sh > ${TMPDIR}/.niclist
68 if [ -e "${TMPDIR}/.niclist" ]
79 done < ${TMPDIR}/.niclist
90 rm ${TMPDIR}/.niclist >/dev/null 2>/dev/null
92 ${QUERYDIR}/detect-nics.sh > ${TMPDIR}/.niclist
93 if [ -e "${TMPDIR}/.niclist" ]
119 done < ${TMPDIR}/.niclist
133 rm ${TMPDIR}/.niclist >/dev/null 2>/dev/null
135 ${QUERYDIR}/detect-nics.sh > ${TMPDIR}/
[all...]
/freebsd-10-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/include/
H A Dtst.includefirst.ksh37 firstinc=${TMPDIR:-/tmp}/firstinc.$$
38 secondinc=${TMPDIR:-/tmp}/secondinc.$$
/freebsd-10-stable/tools/tools/mid/
H A Dmid-build10 TMPDIR=/var/tmp; export TMPDIR
/freebsd-10-stable/usr.bin/lastcomm/tests/
H A Dvalues.sh8 TMPDIR=$$.tmp
23 mkdir $TMPDIR
24 cd $TMPDIR
79 rm -rf $TMPDIR
/freebsd-10-stable/usr.sbin/newsyslog/tests/
H A Dlegacy_test.sh15 TMPDIR=$(pwd)/work
188 mkdir -p ${TMPDIR}/log ${TMPDIR}/alog
189 cd ${TMPDIR}/log
194 cd ${TMPDIR}
195 rm -rf "${TMPDIR}/log" "${TMPDIR}/alog" newsyslog.conf
446 mkdir -p ${TMPDIR}
447 cd ${TMPDIR}
450 LOGFPATH=${TMPDIR}/lo
[all...]

Completed in 375 milliseconds

1234