Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/ypserv/
H A DMakefile.yp64 TMP = `echo $@.$$$$`
227 $(RMV) $(TMP) $@
250 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@
263 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@
277 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@
291 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@
306 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@
321 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@
332 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@
355 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@
[all …]
/dragonfly/usr.bin/mkdep/
H A Dmkdep.sh64 TMP=_mkdep$$
75 echo "# $@" > $TMP # store arguments for debugging
77 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;;
/dragonfly/etc/periodic/monthly/
H A D200.accounting24 TMP=`mktemp -t accounting`
26 filetoread=$TMP
29 zcat $W.0.gz > $TMP || rc=1
32 bzcat $W.0.bz2 > $TMP || rc=1
35 xzcat $W.0.xz > $TMP || rc=1
38 zstdcat $W.0.zst > $TMP || rc=1
57 [ $remove = YES ] && rm -f $TMP;;
/dragonfly/contrib/ncurses/progs/
H A Dcapconvert100 TMP=test$$; touch $TMP && chmod 755 $TMP
101 if test $OPT $TMP ; then
102 chmod 644 $TMP
103 test $OPT $TMP && OPT="-f"
107 rm -f $TMP
/dragonfly/etc/periodic/security/
H A D520.pfdenied46 TMP=`mktemp -t security`
56 }' > ${TMP}
57 if [ -s ${TMP} ]; then
58 check_diff new_only pf ${TMP} "${host} pf denied packets:"
61 rm -f ${TMP}
H A D550.ipfwlimit51 TMP=`mktemp -t security`
58 }' > ${TMP}
60 if [ -s "${TMP}" ]; then
64 cat ${TMP}
66 rm -f ${TMP}
H A D650.ip6fwlimit51 TMP=`mktemp -t security`
58 }' > ${TMP}
60 if [ -s "${TMP}" ]; then
64 cat ${TMP}
66 rm -f ${TMP}
H A D500.ipfwdenied46 TMP=`mktemp -t security`
47 if ipfw -a list 2>/dev/null | egrep "deny|reset|unreach" > ${TMP}; then
48 check_diff new_only ipfw ${TMP} "${host} ipfw denied packets:"
51 rm -f ${TMP}
H A D600.ip6fwdenied46 TMP=`mktemp -t security`
47 if ip6fw -a list 2>/dev/null | egrep "deny|reset|unreach" > ${TMP}; then
48 check_diff new_only ip6fw ${TMP} "${host} ip6fw denied packets:"
51 rm -f ${TMP}
/dragonfly/lib/libc/locale/
H A Dcollate.c109 char *TMP; in __collate_load_tables_l() local
138 if ((TMP = map) == NULL) { in __collate_load_tables_l()
147 TMP += COLLATE_STR_LEN; in __collate_load_tables_l()
149 info = (void *)TMP; in __collate_load_tables_l()
150 TMP += sizeof (*info); in __collate_load_tables_l()
166 if (i != (sbuf.st_size - (TMP - map))) { in __collate_load_tables_l()
173 table->char_pri_table = (void *)TMP; in __collate_load_tables_l()
178 table->subst_table[z] = (void *)TMP; in __collate_load_tables_l()
186 table->chain_pri_table = (void *)TMP; in __collate_load_tables_l()
187 TMP += chains * sizeof (collate_chain_t); in __collate_load_tables_l()
[all …]
/dragonfly/contrib/ncurses/include/
H A Dedit_cfg.sh41 TMP=edit$$
42 trap "rm -f $BAK $TMP" 0 1 2 3 15
50 if ( grep "[ ]$name[ ]" $1 2>&1 >$TMP )
/dragonfly/contrib/ncurses/ncurses/tty/
H A DMKexpanded.sh51 TMP=gen$$.c
52 trap "rm -f $TMP" EXIT INT QUIT TERM HUP
66 cat >$TMP <<EOF
/dragonfly/contrib/ncurses/ncurses/base/
H A DMKlib_gen.sh94 TMP=gen__${PID}.c
95 trap "rm -f $ED1 $ED2 $ED3 $ED4 $AW1 $AW2 $TMP" 0 1 2 3 15
484 cat >$TMP <<EOF
503 -e 's/ / /g' >>$TMP
516 sed -e 's/bool/P_NCURSES_BOOL/g' $TMP > $ED2
517 cat $ED2 >$TMP
519 $preprocessor $TMP 2>/dev/null \
/dragonfly/contrib/gdb-7/gdb/
H A Dreverse.c118 #define ALL_BOOKMARKS_SAFE(B,TMP) \ argument
120 (B) ? ((TMP) = (B)->next, 1) : 0; \
121 (B) = (TMP))
H A Dskip.c65 #define ALL_SKIPLIST_ENTRIES_SAFE(E,TMP) \ argument
67 E ? (TMP = E->next, 1) : 0; \
68 E = TMP)
H A Dprintcmd.c169 #define ALL_DISPLAYS_SAFE(B,TMP) \ argument
171 B ? (TMP = B->next, 1): 0; \
172 B = TMP)
H A Dbreakpoint.c534 #define ALL_BREAKPOINTS_SAFE(B,TMP) \ argument
536 B ? (TMP=B->next, 1): 0; \
537 B = TMP)
/dragonfly/share/mk/
H A Dbsd.dep.mk188 TMP=_depend$$$$; \
189 sed -e "s,${_ITD:C/^(.*:)(.*)/\1,\2 \1/},g" < ${.TARGET} > $$TMP; \
190 mv $$TMP ${.TARGET}
H A Dbsd.lib.mk203 @TMP=_depend$$$$; \
205 > $$TMP; \
206 mv $$TMP ${DEPENDFILE}
/dragonfly/contrib/bmake/mk/
H A Dprog.mk155 @(TMP=/tmp/_depend$$$$; \
157 < .depend > $$TMP; \
158 mv $$TMP .depend)
H A Dlib.mk496 @(TMP=/tmp/_depend$$$$; \
498 < .depend > $$TMP; \
499 mv $$TMP .depend)
/dragonfly/games/larn/
H A Ddisplay.c87 c[TMP] = c[STRENGTH] + c[STREXTRA]; in bot_linex()
110 c[TMP] = c[STRENGTH] + c[STREXTRA]; in bot_linex()
111 botsub(makecode(TMP, 18, 19), "%-2d"); in bot_linex()
H A Dheader.h155 #define TMP 77 /* misc scratch space */ macro
/dragonfly/contrib/file/magic/Magdir/
H A Dimages2242 … of corresponding imaginfo.pe3 like: "T:\SAMPLES\TEXTURES\SKY_SNOW\IIOE371.TMP "S:\PI3\PIMPACT3\PR…
2464 # by RECOIL `recoil2png -o TMP.PNG input.tim; file TMP.PNG` and often
/dragonfly/contrib/ncurses/misc/
H A Dterminfo.src8592 # SET TMP=//C/TEMP
8594 # Important note: setting the TMP environment variable in POSIX style renders