Home
last modified time | relevance | path

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

123

/freebsd/usr.sbin/ypserv/
H A DMakefile.yp70 TMP = `echo $@.$$$$`
260 | $(DBLOAD) -i $(ALIASES) -o $(YPMAPDIR)/$@ - $(TMP); \
261 $(RMV) $(TMP) $@
271 | $(DBLOAD) -i $(YPSERVERS) -o $(YPMAPDIR)/$@ - $(TMP); \
272 $(RMV) $(TMP) $@
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) $@
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfmul.S41 #define TMP r28 macro
75 TMP = #-BIAS define
118 EXP0 += add(TMP,EXP1)
119 TMP = xor(AH,BH) define
123 p2 = cmp.gt(TMP,#-1)
194 TMP = #63 // max amount to shift define
222 BTMPH = min(BTMPH,TMP) // Don't shift more than 63
226 TMP = USR define
242 if (!p1.new) TMP = or(BTMPL,TMP) // If not, Inexact+Underflow
246 USR = TMP
[all …]
H A Ddffma.S56 #define TMP r28 macro
147 TMP = xor(AH,BH) define
188 PROD_NEG = !cmp.gt(TMP,#-1)
194 P_TMP = !cmp.gt(TMP,#-1)
225 TMP = #63 define
230 TMP = asr(CTMPH,#31) define
231 RIGHTSHIFT = min(EXPC,TMP)
241 if (P_TMP) CTMP = combine(TMP,TMP) // sign extension of pre-shift-right-64
248 TMP = #-2 define
254 if (P_CARRY.new) CTMP2L = and(CTMP2L,TMP) // make sure adding 1 == OR
[all …]
H A Ddfdiv.S145 #define TMP r10 macro
250 TMP = USR define
255 TMP1 = or(TMP,#0x030)
272 if (!P_TMP.new) TMP = TMP1
275 USR = TMP
277 TMP = #-DF_BIAS-(DF_MANTBITS+FUDGE2) define
283 AH += asl(TMP,#DF_MANTBITS-32)
294 TMP = #0x7FFF define
298 P_TMP = bitsset(PRODHI,TMP) // but a bunch of bits set in the unrounded abs(quotient)?
302 TMP = USR // If not, just return define
[all …]
H A Ddfaddsub.S42 #define TMP r28 macro
164 TMP = USR define
169 TMP = extractu(TMP,#2,#22) define
173 p0 = cmp.eq(TMP,#2)
199 TMP = extractu(AH,#EXPBITS,#HI_MANTBITS) define
203 EXPB = add(EXPB,TMP)
213 TMP = sub(#1,EXPB) define
220 B = lsr(B,TMP)
231 TMP = USR define
235 EXPB = extractu(TMP,#2,#SR_ROUND_OFF) // rounding bits
[all …]
/freebsd/crypto/libecc/src/examples/basic/
H A Dcurve_basic_examples.c119 prj_pt TMP; in check_curve() local
131 TMP.magic = T.magic = WORD(0); in check_curve()
214 ret = prj_pt_mul(&TMP, &(curve_params.ec_gen_order), &A); EG(ret, err); in check_curve()
215 ret = prj_pt_iszero(&TMP, &iszero); EG(ret, err); in check_curve()
222 ret = prj_pt_mul_blind(&TMP, &(curve_params.ec_gen_order), &A); EG(ret, err); in check_curve()
223 ret = prj_pt_iszero(&TMP, &iszero); EG(ret, err); in check_curve()
230 ret = prj_pt_mul(&TMP, &(curve_params.ec_gen_order), &B); EG(ret, err); in check_curve()
231 ret = prj_pt_iszero(&TMP, &iszero); EG(ret, err); in check_curve()
238 ret = prj_pt_mul_blind(&TMP, &(curve_params.ec_gen_order), &B); EG(ret, err); in check_curve()
239 ret = prj_pt_iszero(&TMP, &iszero); EG(ret, err); in check_curve()
[all …]
/freebsd/contrib/bmake/unit-tests/
H A Dhanoi-include.mk37 _:= ${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}}
/freebsd/usr.bin/mkdep/
H A Dmkdep.gcc.sh63 TMP=_mkdep$$
74 echo "# $@" > $TMP # store arguments for debugging
76 if $MKDEP_CPP $MKDEP_CPP_OPTS "$@" >> $TMP; then :
84 0) sed -e 's; \./; ;g' < $TMP > $D;;
85 *) sed -e 's; \./; ;g' < $TMP >> $D;;
89 0) sed -e 's;\.o:;:;' -e 's; \./; ;g' < $TMP > $D;;
90 *) sed -e 's;\.o:;:;' -e 's; \./; ;g' < $TMP >> $D;;
H A Dmkdep.sh66 TMP=/tmp/mkdep$$
93 }' > $TMP
97 rm -f $TMP
102 cat $TMP >> $D
103 rm -f $TMP
105 mv $TMP $D
/freebsd/contrib/tcpdump/
H A Dmkdep71 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/contrib/libpcap/
H A Dmkdep76 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/usr.sbin/periodic/etc/monthly/
H A D200.accounting25 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/tests/sys/acl/
H A Daclfuzzer.sh53 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/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
/freebsd/usr.sbin/periodic/etc/security/
H A D550.ipfwlimit48 TMP=`mktemp -t security`
55 }' > ${TMP}
57 if [ -s "${TMP}" ]; then
61 cat ${TMP}
63 rm -f ${TMP}
H A D520.pfdenied43 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 D500.ipfwdenied43 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 D510.ipfdenied43 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 D610.ipf6denied43 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/contrib/tcsh/nls/
H A Dcatgen3 TMP=/tmp/catgen.$$
4 trap "rm -f $TMP" 0 1 2 3 15
16 cat "${CHARSET}" `sortit "$@"` > "$TMP"
19 "${GENCAT}" "$OUT" "$TMP"
/freebsd/lib/libc/locale/
H A Dcollate.c131 char *TMP; in __collate_load_tables_l() local
166 if ((TMP = map) == MAP_FAILED) { in __collate_load_tables_l()
170 if (strncmp(TMP, COLLATE_FMT_VERSION, COLLATE_FMT_VERSION_LEN) != 0) { in __collate_load_tables_l()
175 TMP += COLLATE_FMT_VERSION_LEN; in __collate_load_tables_l()
176 strlcat(table->header.version, TMP, sizeof (table->header.version)); 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()
[all …]
/freebsd/contrib/ncurses/ncurses/tty/
H A DMKexpanded.sh51 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/contrib/ncurses/include/
H A Dedit_cfg.sh41 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/tools/regression/geom/
H A DRunTest.sh4 TMP=/tmp/$$
29 diff -I '$FreeBSD' -u Ref/$b - > $TMP; then
33 sed 's/^/ /' $TMP
42 rm -f $TMP
H A DRunTest.t4 TMP=/tmp/$$
35 diff -I '\$FreeBSD' -u Ref/$b - > $TMP; then
39 sed 's/^/# /' $TMP
47 rm -f $TMP

123