Searched refs:TMP (Results 1 – 25 of 63) sorted by relevance
123
13 TMP=/tmp/mtree.$$15 rm -rf ${TMP}16 mkdir -p ${TMP} ${TMP}/mr ${TMP}/mt19 mkdir ${TMP}/mt/foo20 mkdir ${TMP}/mr/\*21 mtree -c -p ${TMP}/mr | mtree -U -r -p ${TMP}/mt > /dev/null 2>&122 if [ -d ${TMP}/mt/foo ] ; then24 rm -rf ${TMP}27 rmdir ${TMP}/mr/\*29 mkdir -p ${TMP}/mt/foo[all …]
13 TMP=/tmp/mtree.$$15 rm -rf ${TMP}16 mkdir -p ${TMP} ${TMP}/mr ${TMP}/mt18 mkdir ${TMP}/mr/a19 mkdir ${TMP}/mr/b20 mkdir ${TMP}/mt/a21 mkdir ${TMP}/mt/b22 touch ${TMP}/mt/z24 mtree -c -p ${TMP}/mr > ${TMP}/_r25 mtree -c -p ${TMP}/mt > ${TMP}/_t[all …]
13 TMP=/tmp/mtree.$$15 rm -rf ${TMP}16 mkdir -p ${TMP} ${TMP}/mr ${TMP}/mt19 ln -s "xx this=is=wrong" ${TMP}/mr/foo20 mtree -c -p ${TMP}/mr > ${TMP}/_22 if mtree -U -r -p ${TMP}/mt < ${TMP}/_ > /dev/null 2>&1 ; then26 rm -rf ${TMP}30 x=x`(cd ${TMP}/mr ; ls -l foo 2>&1) || true`31 y=x`(cd ${TMP}/mt ; ls -l foo 2>&1) || true`35 rm -rf ${TMP}[all …]
13 TMP=/tmp/mtree.$$15 rm -rf ${TMP}16 mkdir -p ${TMP} ${TMP}/mr ${TMP}/mt18 touch -t 199901020304 ${TMP}/mr/oldfile19 touch ${TMP}/mt/oldfile21 mtree -c -p ${TMP}/mr > ${TMP}/_ 23 mtree -U -r -p ${TMP}/mt < ${TMP}/_ > /dev/null25 x=x`(cd ${TMP}/mr ; ls -l 2>&1) || true`26 y=x`(cd ${TMP}/mt ; ls -l 2>&1) || true`30 rm -rf ${TMP}[all …]
8 TMP=`mktemp -d /tmp/mtree.XXXXXX`9 mkdir -p ${TMP}/mr ${TMP}/mr/optional-dir ${TMP}/mr/some-dir10 touch ${TMP}/mr/optional-file ${TMP}/mr/some-file12 mtree -c -p ${TMP}/mr > ${TMP}/_13 rm -rf ${TMP}/mr/optional-file ${TMP}/mr/optional-dir14 mtree -p ${TMP}/mr -K optional < ${TMP}/_ > /dev/null20 rm -rf ${TMP}24 rm -rf ${TMP}
13 TMP=/tmp/mtree.$$15 rm -rf ${TMP}16 mkdir -p ${TMP}27 mtree -c -K $K -p .. > ${TMP}/_r28 mtree -c -K $K -p .. > ${TMP}/_r239 mtree -c -K $K -p .. > ${TMP}/_t43 if mtree -f ${TMP}/_r -f ${TMP}/_r2 ; then50 if mtree -f ${TMP}/_r -f ${TMP}/_t > ${TMP}/_ ; then55 if [ `wc -l < ${TMP}/_` -ne 10 ] ; then56 echo "ERROR wrong number of lines: `wc -l ${TMP}/_`" 1>&2
71 TMP = `echo $@.$$$$`253 | $(DBLOAD) -i $(ALIASES) -o $(YPMAPDIR)/$@ - $(TMP); \254 $(RMV) $(TMP) $@264 | $(DBLOAD) -i $(YPSERVERS) -o $(YPMAPDIR)/$@ - $(TMP); \265 $(RMV) $(TMP) $@277 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@290 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@304 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@318 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@333 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@[all …]
4 TMP=/tmp/$$.7 trap "exec 7</dev/null; rm -f ${TMP}* ; mdconfig -d -u ${MD}" EXIT INT TERM11 dd if=/dev/$MD of=${TMP}i0 count=16 > /dev/null 2>&112 ./sunlabel $MD > ${TMP}l020 ' ${TMP}l0 > ${TMP}l122 ./sunlabel -R $MD ${TMP}l140 dd if=/dev/$MD of=${TMP}i1 count=16 > /dev/null 2>&147 ' ${TMP}l0 > ${TMP}l249 ./sunlabel -R $MD ${TMP}l250 dd if=/dev/$MD of=${TMP}i2 count=16 > /dev/null 2>&1[all …]
64 TMP=_mkdep$$75 echo "# $@" > $TMP # store arguments for debugging77 if $MKDEP_CPP $MKDEP_CPP_OPTS "$@" >> $TMP; then :85 0) sed -e 's; \./; ;g' < $TMP > $D;;86 *) sed -e 's; \./; ;g' < $TMP >> $D;;90 0) sed -e 's;\.o:;:;' -e 's; \./; ;g' < $TMP > $D;;91 *) sed -e 's;\.o:;:;' -e 's; \./; ;g' < $TMP >> $D;;
68 TMP=/tmp/mkdep$$95 }' > $TMP99 rm -f $TMP104 cat $TMP >> $D105 rm -f $TMP107 mv $TMP $D
54 TMP=/tmp/mkdep$$60 sed -e '/DO NOT DELETE THIS LINE/,$d' < $MAKE > $TMP62 cat << _EOF_ >> $TMP99 }' >> $TMP101 cat << _EOF_ >> $TMP107 cp $TMP $MAKE108 rm -f ${MAKE}.bak $TMP
96 TMP=mkdep$$102 sed -e '/DO NOT DELETE THIS LINE/,$d' < $MAKE > $TMP104 cat << _EOF_ >> $TMP172 }' >> $TMP175 cat << _EOF_ >> $TMP181 cp $TMP $MAKE182 rm -f ${MAKE}.bak $TMP
55 0) echo "$TMP/aaa" ;;56 1) echo "$TMP/bbb" ;;57 2) echo "$TMP/aaa/ccc" ;;58 3) echo "$TMP/bbb/ddd" ;;207 TMP="aclfuzzer_`dd if=/dev/random bs=1k count=1 2>/dev/null | openssl md5`"212 run_command "mkdir $TMP"221 run_command "find $TMP -exec setfacl -a0 everyone@:rxd:allow {} \;"222 run_command "rm -rfv $TMP"
97 TMP=test$$; touch $TMP && chmod 755 $TMP98 if test $OPT $TMP ; then99 chmod 644 $TMP100 test $OPT $TMP && OPT="-f"104 rm -f $TMP
57 TMP=$WD/copy$$66 trap "rm -f $TMP" 0 1 2 5 1567 if ( tar cf $TMP $1 )70 LIST=`tar tf $TMP 2>&1`72 $DOIT tar xvf $TMP
33 if ${CPP} st-dummy.c >TMP ; then true37 tr ' ' ' ' <TMP >st-dummy.out46 rm -f TMP49 if [ -s TMP ]; then59 rm -f TMP61 if [ -s TMP ]; then142 rm -f st-dummy.c st-dummy.o TMP st-dummy.out
49 TMP=`mktemp -t security`56 }' > ${TMP}58 if [ -s "${TMP}" ]; then62 cat ${TMP}64 rm -f ${TMP};;
44 TMP=`mktemp -t security`45 if ipfw -a list 2>/dev/null | egrep "deny|reset|unreach" > ${TMP}; then46 check_diff new_only ipfw ${TMP} "${host} ipfw denied packets:"49 rm -f ${TMP};;
44 TMP=`mktemp -t security`45 …ev/null | nawk '{if (/^block/) {buf=$0; getline; gsub(" +"," ",$0); print buf$0;} }' > ${TMP}; then46 check_diff new_only pf ${TMP} "${host} pf denied packets:"49 rm -f ${TMP};;
44 TMP=`mktemp -t security`45 if ipfstat -nhio 2>/dev/null | grep block > ${TMP}; then46 check_diff new_only ipf ${TMP} "${host} ipf denied packets:"49 rm -f ${TMP};;
44 TMP=`mktemp ${TMPDIR:-/tmp}/security.XXXXXXXXXX`45 if ipfstat -nhio6 2>/dev/null | grep block > ${TMP}; then46 check_diff new_only ipf6 ${TMP} "${host} ipf6 denied packets:"49 rm -f ${TMP};;
3 TMP=/tmp/catgen.$$4 trap "rm -f $TMP" 0 1 2 3 1510 cat "$@" > "$TMP"12 "${GENCAT}" "$OUT" "$TMP"
14 TMP=/tmp/rmtab.$$22 sed -e '/^'$host':/s/^./#/' $RMTAB > $TMP && cp $TMP $RMTAB24 rm -f $TMP
5 TMP=/tmp/$$30 diff -I '$FreeBSD' -u Ref/$b - > $TMP; then34 sed 's/^/ /' $TMP43 rm -f $TMP