Searched refs:TMP (Results 1 – 25 of 57) 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}/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 …]
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 …]
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 $@.$$$$`261 | $(DBLOAD) -i $(ALIASES) -o $(YPMAPDIR)/$@ - $(TMP); \262 $(RMV) $(TMP) $@272 | $(DBLOAD) -i $(YPSERVERS) -o $(YPMAPDIR)/$@ - $(TMP); \273 $(RMV) $(TMP) $@285 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@298 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@311 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@324 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@338 -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
57 TMP=/tmp/mkdep$$63 sed -e '/DO NOT DELETE THIS LINE/,$d' < $MAKE > $TMP65 cat << _EOF_ >> $TMP102 }' >> $TMP104 cat << _EOF_ >> $TMP110 cp $TMP $MAKE111 rm -f ${MAKE}.bak $TMP
60 TMP=/tmp/mkdep$$66 sed -e '/DO NOT DELETE THIS LINE/,$d' < $MAKE > $TMP68 cat << _EOF_ >> $TMP105 }' >> $TMP107 cat << _EOF_ >> $TMP113 cp $TMP $MAKE114 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"
99 TMP=test$$; touch $TMP && chmod 755 $TMP100 if test $OPT $TMP ; then101 chmod 644 $TMP102 test $OPT $TMP && OPT="-f"106 rm -f $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
51 TMP=`mktemp -t security`58 }' > ${TMP}60 if [ -s "${TMP}" ]; then64 cat ${TMP}66 rm -f ${TMP}
46 TMP=`mktemp -t security`47 if ipfw -a list 2>/dev/null | egrep "deny|reset|unreach" > ${TMP}; then48 check_diff new_only ipfw ${TMP} "${host} ipfw denied packets:"51 rm -f ${TMP}
46 TMP=`mktemp -t security`47 …wk '{if (/^block/) {buf=$0; getline; gsub(" +"," ",$0); if ($5 > 0) print buf$0;} }' > ${TMP}; then48 check_diff new_only pf ${TMP} "${host} pf denied packets:"51 rm -f ${TMP}
46 TMP=`mktemp -t security`47 if ipfstat -nhio 2>/dev/null | grep block > ${TMP}; then48 check_diff new_only ipf ${TMP} "${host} ipf denied packets:"51 rm -f ${TMP}
46 TMP=`mktemp ${TMPDIR:-/tmp}/security.XXXXXXXXXX`47 if ipfstat -nhio6 2>/dev/null | grep block > ${TMP}; then48 check_diff new_only ipf6 ${TMP} "${host} ipf6 denied packets:"51 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
114 char *TMP; in __collate_load_tables_l() local147 if ((TMP = map) == NULL) { in __collate_load_tables_l()151 if (strncmp(TMP, COLLATE_VERSION, COLLATE_STR_LEN) != 0) { in __collate_load_tables_l()156 TMP += COLLATE_STR_LEN; in __collate_load_tables_l()158 info = (void *)TMP; in __collate_load_tables_l()159 TMP += sizeof (*info); in __collate_load_tables_l()175 if (i != (sbuf.st_size - (TMP - map))) { in __collate_load_tables_l()182 table->char_pri_table = (void *)TMP; in __collate_load_tables_l()183 TMP += sizeof (collate_char_t) * (UCHAR_MAX + 1); in __collate_load_tables_l()187 table->subst_table[z] = (void *)TMP; in __collate_load_tables_l()[all …]
5 TMP=/tmp/$$30 diff -I '$FreeBSD' -u Ref/$b - > $TMP; then34 sed 's/^/ /' $TMP43 rm -f $TMP
5 TMP=/tmp/$$36 diff -I '$FreeBSD' -u Ref/$b - > $TMP; then40 sed 's/^/# /' $TMP48 rm -f $TMP