| /freebsd-14.2/usr.sbin/ypserv/ |
| H A D | Makefile.yp | 284 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@ 297 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@ 310 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@ 323 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@ 337 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@ 351 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@ 366 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@ 381 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@ 405 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@ 425 -o $(YPMAPDIR)/$@ - $(TMP); $(RMV) $(TMP) $@ [all …]
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/ |
| H A D | dfmul.S | 41 #define TMP r28 macro 226 TMP = USR define 246 USR = TMP 260 TMP = USR define 266 TMP = or(TMP,#0x28) // inexact + overflow define 270 USR = TMP 335 TMP = add(TMP,#-EXPBITS) define 347 TMP = USR define 351 TMP = or(TMP,#0x30) // Inexact + Underflow define 356 USR = TMP [all …]
|
| H A D | dffma.S | 56 #define TMP r28 macro 225 TMP = #63 define 248 TMP = #-2 define 266 TMP = #62 define 324 TMP = USR define 328 TMP = extractu(TMP,#2,#SR_ROUND_OFF) define 407 TMP = #63 define 469 TMP = USR define 476 TMP = or(TMP,#0x28) define 652 TMP = extractu(TMP,#2,#SR_ROUND_OFF) define [all …]
|
| H A D | dfdiv.S | 250 TMP = USR define 275 USR = TMP 312 TMP = or(TMP,#0x30) define 315 USR = TMP 327 TMP = USR define 334 TMP = or(TMP,#0x28) define 337 USR = TMP 413 TMP = #1 define 448 TMP = USR define 453 TMP = or(TMP,#0x04) // DBZ define [all …]
|
| H A D | dfaddsub.S | 42 #define TMP r28 macro 164 TMP = USR define 169 TMP = extractu(TMP,#2,#22) define 173 p0 = cmp.eq(TMP,#2) 213 TMP = sub(#1,EXPB) define 220 B = lsr(B,TMP) 231 TMP = USR define 236 TMP = or(TMP,#0x28) // inexact + overflow define 240 USR = TMP 371 TMP = USR define [all …]
|
| /freebsd-14.2/contrib/bmake/unit-tests/ |
| H A D | hanoi-include.mk | 36 _:= ${N::=${N:[1..-2]}} ${TMP::=${VIA}} ${VIA::=${TO}} ${TO::=${TMP}} 38 _:= ${N::+=D} ${TMP::=${VIA}} ${VIA::=${TO}} ${TO::=${TMP}} 45 _:= ${N::=${N:[1..-2]}} ${TMP::=${VIA}} ${VIA::=${FROM}} ${FROM::=${TMP}} 47 _:= ${N::+=D} ${TMP::=${VIA}} ${VIA::=${FROM}} ${FROM::=${TMP}}
|
| /freebsd-14.2/usr.bin/mkdep/ |
| H A D | mkdep.gcc.sh | 65 TMP=_mkdep$$ 76 echo "# $@" > $TMP # store arguments for debugging 78 if $MKDEP_CPP $MKDEP_CPP_OPTS "$@" >> $TMP; then : 86 0) sed -e 's; \./; ;g' < $TMP > $D;; 87 *) sed -e 's; \./; ;g' < $TMP >> $D;; 91 0) sed -e 's;\.o:;:;' -e 's; \./; ;g' < $TMP > $D;; 92 *) sed -e 's;\.o:;:;' -e 's; \./; ;g' < $TMP >> $D;;
|
| H A D | mkdep.sh | 69 TMP=/tmp/mkdep$$ 96 }' > $TMP 100 rm -f $TMP 105 cat $TMP >> $D 106 rm -f $TMP 108 mv $TMP $D
|
| /freebsd-14.2/contrib/tcpdump/ |
| H A D | mkdep | 71 TMP=${TMPDIR:-/tmp}/mkdep$$ 77 sed -e '/DO NOT DELETE THIS LINE/,$d' < "$MAKE" > "$TMP" 79 cat << _EOF_ >> "$TMP" 108 $SED" >> "$TMP" 110 cat << _EOF_ >> "$TMP" 116 cp "$TMP" "$MAKE" 117 rm -f "${MAKE}.bak" "$TMP"
|
| /freebsd-14.2/contrib/libpcap/ |
| H A D | mkdep | 76 TMP=${TMPDIR:-/tmp}/mkdep$$ 82 sed -e '/DO NOT DELETE THIS LINE/,$d' < "$MAKE" > "$TMP" 84 cat << _EOF_ >> "$TMP" 113 $SED" >> "$TMP" 115 cat << _EOF_ >> "$TMP" 121 cp "$TMP" "$MAKE" 122 rm -f "${MAKE}.bak" "$TMP"
|
| /freebsd-14.2/usr.sbin/periodic/etc/monthly/ |
| H A D | 200.accounting | 25 TMP=`mktemp -t accounting` 27 filetoread=$TMP 30 zcat $W.0.gz > $TMP || rc=1 33 bzcat $W.0.bz2 > $TMP || rc=1 36 xzcat $W.0.xz > $TMP || rc=1 39 zstdcat $W.0.zst > $TMP || rc=1 58 [ $remove = YES ] && rm -f $TMP;;
|
| /freebsd-14.2/tests/sys/acl/ |
| H A D | aclfuzzer.sh | 53 0) echo "$TMP/aaa" ;; 54 1) echo "$TMP/bbb" ;; 55 2) echo "$TMP/aaa/ccc" ;; 56 3) echo "$TMP/bbb/ddd" ;; 205 TMP="aclfuzzer_`dd if=/dev/random bs=1k count=1 2>/dev/null | openssl md5`" 210 run_command "mkdir $TMP" 219 run_command "find $TMP -exec setfacl -a0 everyone@:rxd:allow {} \;" 220 run_command "rm -rfv $TMP"
|
| /freebsd-14.2/contrib/ncurses/progs/ |
| H A D | capconvert | 100 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
|
| /freebsd-14.2/usr.sbin/periodic/etc/security/ |
| H A D | 550.ipfwlimit | 48 TMP=`mktemp -t security` 55 }' > ${TMP} 57 if [ -s "${TMP}" ]; then 61 cat ${TMP} 63 rm -f ${TMP}
|
| H A D | 520.pfdenied | 43 TMP=`mktemp -t security` 47 nawk '{if (/^block/) {buf=$0; getline; gsub(" +"," ",$0); if ($5 > 0) print buf$0;} }' >> ${TMP} 49 if [ -s ${TMP} ]; then 50 check_diff new_only pf ${TMP} "${host} pf denied packets:" 53 rm -f ${TMP}
|
| H A D | 500.ipfwdenied | 43 TMP=`mktemp -t security` 44 if ipfw -a list 2>/dev/null | egrep "deny|reset|unreach" > ${TMP}; then 45 check_diff new_only ipfw ${TMP} "${host} ipfw denied packets:" 48 rm -f ${TMP}
|
| H A D | 510.ipfdenied | 43 TMP=`mktemp -t security` 44 if ipfstat -nhio 2>/dev/null | grep block > ${TMP}; then 45 check_diff new_only ipf ${TMP} "${host} ipf denied packets:" 48 rm -f ${TMP}
|
| H A D | 610.ipf6denied | 43 TMP=`mktemp ${TMPDIR:-/tmp}/security.XXXXXXXXXX` 44 if ipfstat -nhio6 2>/dev/null | grep block > ${TMP}; then 45 check_diff new_only ipf6 ${TMP} "${host} ipf6 denied packets:" 48 rm -f ${TMP}
|
| /freebsd-14.2/contrib/tcsh/nls/ |
| H A D | catgen | 3 TMP=/tmp/catgen.$$ 4 trap "rm -f $TMP" 0 1 2 3 15 16 cat "${CHARSET}" `sortit "$@"` > "$TMP" 19 "${GENCAT}" "$OUT" "$TMP"
|
| /freebsd-14.2/contrib/ncurses/ncurses/tty/ |
| H A D | MKexpanded.sh | 51 TMP=gen$$.c 52 trap "rm -f $TMP; exit 1" 1 2 3 15 53 trap "rm -f $TMP" 0 67 cat >$TMP <<EOF
|
| /freebsd-14.2/contrib/ncurses/include/ |
| H A D | edit_cfg.sh | 41 TMP=edit$$ 42 trap "rm -f $BAK $TMP; exit 1" 1 2 3 15 43 trap "rm -f $BAK $TMP" 0 51 if ( grep "[ ]${name}[ ]" "$1" >$TMP 2>&1 )
|
| /freebsd-14.2/lib/libc/locale/ |
| H A D | collate.c | 131 char *TMP; in __collate_load_tables_l() local 166 if ((TMP = map) == MAP_FAILED) { in __collate_load_tables_l() 175 TMP += COLLATE_FMT_VERSION_LEN; in __collate_load_tables_l() 177 TMP += XLOCALE_DEF_VERSION_LEN; in __collate_load_tables_l() 179 info = (void *)TMP; in __collate_load_tables_l() 180 TMP += sizeof (*info); in __collate_load_tables_l() 196 if (i != (sbuf.st_size - (TMP - map))) { in __collate_load_tables_l() 208 table->char_pri_table = (void *)TMP; in __collate_load_tables_l() 213 table->subst_table[z] = (void *)TMP; in __collate_load_tables_l() 221 table->chain_pri_table = (void *)TMP; in __collate_load_tables_l() [all …]
|
| /freebsd-14.2/tools/regression/geom/ |
| H A D | RunTest.sh | 4 TMP=/tmp/$$ 29 diff -I '$FreeBSD' -u Ref/$b - > $TMP; then 33 sed 's/^/ /' $TMP 42 rm -f $TMP
|
| H A D | RunTest.t | 4 TMP=/tmp/$$ 35 diff -I '\$FreeBSD' -u Ref/$b - > $TMP; then 39 sed 's/^/# /' $TMP 47 rm -f $TMP
|
| /freebsd-14.2/crypto/openssl/crypto/sha/asm/ |
| H A D | sha256-586.pl | 563 &pshufb (@MSG[0],$TMP); 569 &pshufb (@MSG[1],$TMP); 578 &pshufb (@MSG[2],$TMP); 587 &pshufb (@MSG[3],$TMP); 590 &movdqa ($TMP,@MSG[3]); 593 &paddd (@MSG[0],$TMP); 602 &movdqa ($TMP,@MSG[0]); 605 &paddd (@MSG[1],$TMP); 618 &paddd (@MSG[2],$TMP); 629 &movdqa ($TMP,@MSG[1]) [all …]
|