Searched refs:TMP (Results 1 - 18 of 18) sorted by relevance
| /src/share/terminfo/ |
| H A D | import | 20 TMP=$(mktemp -d /tmp/import-terminfo) 21 trap "rm -fr ${TMP}" 0 1 2 15 23 cp "$1" "${TMP}/terminfo" 24 cd "${TMP}"
|
| /src/regress/sys/fs/lfs/9994/ |
| H A D | Makefile | 6 TMP?= /tmp macro 11 @cd ${TESTFS} && ./${PROG} -c ${TMP} -n 1000 -q || (echo 'test failed' && exit 1) 12 @diff -q ${TESTFS}/test ${TMP}/control || (echo 'incorrect results' && exit 1) 13 @rm -f ${TESTFS}/test ${TMP}/control ${TESTFS}/${PROG}
|
| /src/etc/ |
| H A D | monthly | 31 TMP=monthly.$$ 38 . /etc/monthly.local > $TMP 2>&1 39 if [ -s $TMP ] ; then 41 cat $TMP 43 rm -f $TMP
|
| H A D | daily | 90 TMP=daily.$$ 109 \( -name '*.core' -o -name 'core' \) -type f -print > $TMP 112 # -a -atime +3 -exec rm -f -- {} \; -a -print > $TMP 114 egrep '\.core$|^core$' $TMP > $TMP2 121 # egrep -v '\.core' $TMP > $TMP2 128 rm -f $TMP $TMP2 159 calendar -a > $TMP 2>&1 160 if [ -s $TMP ]; then 163 cat $TMP 165 rm -f $TMP [all...] |
| H A D | weekly | 38 TMP=weekly.$$ 93 . /etc/weekly.local > $TMP 2>&1 94 if [ -s $TMP ] ; then 96 cat $TMP 98 rm -f $TMP
|
| /src/usr.bin/spell/spell/ |
| H A D | spell.sh | 41 TMP=`mktemp /tmp/spell.XXXXXXXX` || exit 1 45 trap "rm -f $TMP $VTMP; exit 0" 0 1 2 15 70 rm -f $TMP 107 $DEROFF | sort -u | $SPELLPROG -o $TMP $STOP $STOP_LANG | \ 108 $SPELLPROG $FLAGS $DICT $LANG $EXTRA | sort -u -k1f - $TMP | \ 112 $DEROFF | sort -u | $SPELLPROG -o $TMP $STOP $STOP_LANG | \ 113 $SPELLPROG $FLAGS $DICT $LANG $EXTRA | sort -u -k1f - $TMP
|
| /src/lib/ |
| H A D | bumpversion | 63 TMP=/tmp/bump$$ 66 trap 'rm -f $TMP ; exit 1' 1 2 3 13 15 119 echo major=$nmajor > $TMP 120 echo minor=$nminor >> $TMP 121 mv $TMP $versf
|
| H A D | checkvers | 59 TMP=/tmp/checkvers.$$ 61 trap "rm -rf $TMP" 0 127 if ! mkdir -m 700 $TMP ; then 136 LIBLIST=$TMP/libs.lst 201 if [ -e $TMP/$libname ] ; then 203 echo " Previous location: `cat $TMP/$libname`" 206 echo "`dirname $f`" > $TMP/$libname
|
| H A D | checkver | 69 TMP=/tmp/checkver.$$ 74 trap "[ -d $TMP ] && rm -rf $TMP" 0 167 if ! mkdir -m 0700 $TMP; then 171 LIBLIST=$TMP/libs.lst
|
| /src/usr.bin/make/unit-tests/ |
| H A D | hanoi-include.mk | 37 _:= ${N::=${N:[1..-2]}} ${TMP::=${VIA}} ${VIA::=${TO}} ${TO::=${TMP}} 39 _:= ${N::+=D} ${TMP::=${VIA}} ${VIA::=${TO}} ${TO::=${TMP}} 46 _:= ${N::=${N:[1..-2]}} ${TMP::=${VIA}} ${VIA::=${FROM}} ${FROM::=${TMP}} 48 _:= ${N::+=D} ${TMP::=${VIA}} ${VIA::=${FROM}} ${FROM::=${TMP}}
|
| H A D | modmisc.exp | 8 PATHS=/BIN /TMP / /NO/SUCH/DIR /OPT/XBIN
|
| /src/tools/host-mkdep/ |
| H A D | host-mkdep.in | 208 TMP=/tmp/mkdep$$ 209 rm -f $TMP 211 trap 'rm -f $TMP; exit 1' 1 2 3 13 15 232 done >$TMP 256 ' >> $TMP) 3>&1 | (read a; exit $a) 261 cat $TMP >> $OUTFILE 263 cat $TMP > $OUTFILE 266 rm -f $TMP
|
| /src/sys/external/bsd/drm2/include/linux/ |
| H A D | llist.h | 127 #define llist_for_each_safe(NODE, TMP, HEAD) \ 129 (NODE) && ((TMP) = (NODE)->next, 1); \ 130 (NODE) = (TMP)) 139 #define llist_for_each_entry_safe(ENTRY, TMP, NODE, FIELD) \ 144 ((TMP) = _llist_next(ENTRY, FIELD), 1)); \ 145 (ENTRY) = (TMP))
|
| H A D | rbtree.h | 227 #define rbtree_postorder_for_each_entry_safe(ENTRY, TMP, ROOT, FIELD) \ 231 ((TMP) = rb_entry_safe(rb_next2_postorder((ROOT), \ 234 (ENTRY) = (TMP))
|
| /src/sys/arch/epoc32/stand/e32boot/exe/ |
| H A D | Makefile | 46 TMP=. $(EXTERNAL_TOOLCHAIN)/bin/$(MACHINE_GNU_PLATFORM)-dlltool \
|
| /src/games/larn/ |
| H A D | display.c | 95 c[TMP] = c[STRENGTH] + c[STREXTRA]; 118 c[TMP] = c[STRENGTH] + c[STREXTRA]; 119 botsub(makecode(TMP, 18, 19), "%-2ld");
|
| H A D | header.h | 154 #define TMP 77 /* misc scratch space */ macro
|
| /src/sys/arch/epoc32/stand/e32boot/ldd/ |
| H A D | Makefile | 67 TMP=. $(EXTERNAL_TOOLCHAIN)/bin/$(MACHINE_GNU_PLATFORM)-dlltool \
|
Completed in 8 milliseconds