| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | cvsbug.in | 89 TEMP="`$MKTEMP $TMPDIR/p.XXXXXX`" 110 cut -f5 -d':' | sed -e 's/,.*//' > $TEMP 111 ORIGINATOR="`cat $TEMP`" 112 rm -f $TEMP 117 grep "^$LOGNAME:" /etc/passwd | cut -f5 -d':' | sed -e 's/,.*//' > $TEMP 118 ORIGINATOR="`cat $TEMP`" 119 rm -f $TEMP 278 sed -e "s;^[Tt][Oo]:.*;To: $GNATS_ADDR;" > $TEMP 280 cat > $TEMP 285 sed -e "s;^[Tt][Oo]:.*;To: $GNATS_ADDR;" $IN_FILE > $TEMP [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/scripts/ |
| D | run_doxygen | 236 sed -e '/<path>/d' libstdc++.tag > TEMP 237 mv TEMP libstdc++.tag 299 sed "s=${oldh/\\/.}=${newh}=" $f > TEMP && mv TEMP $f 315 }' $f > TEMP 316 mv TEMP $f 324 &/' $f > TEMP 325 mv TEMP $f
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/sha/asm/ |
| D | keccak1600-ppc64.pl | 64 $TEMP=$LOCALS+6*$SIZE_T; 92 std $A[0][4],`$TEMP+0`($sp) 94 std $A[1][4],`$TEMP+8`($sp) 96 std $A[2][4],`$TEMP+16`($sp) 98 std $A[3][4],`$TEMP+24`($sp) 156 ld $A[0][4],`$TEMP+0`($sp) 158 ld $A[1][4],`$TEMP+8`($sp) 160 ld $A[2][4],`$TEMP+16`($sp) 162 ld $A[3][4],`$TEMP+24`($sp)
|
| /netbsd/src/external/bsd/pcc/dist/pcc/mip/ |
| D | reader.c | 136 if (p->n_op == TEMP && in cktree() 209 if (p->n_op != ASSIGN || p->n_left->n_op != TEMP) in stkarg() 212 if (p->n_op != ASSIGN || p->n_left->n_op != TEMP) in stkarg() 248 if (p->n_op != ADDROF || p->n_left->n_op != TEMP) in findaof() 864 case TEMP: in geninsn() 1317 case TEMP: in e2print() 1371 if (p->n_op == TEMP) { in deltemp() 1431 if ((q->n_op == REG || (q->n_op == TEMP && !sharp)) && 1434 if (q->n_op == REG || (q->n_op == TEMP && !sharp)) { 1467 (ql->n_op==REG || (ql->n_op==TEMP && !sharp)) && [all …]
|
| D | regs.c | 236 if (p->n_op == TEMP) { in nsucomp() 317 if (p->n_op == TEMP) in nsucomp() 888 if (p->n_op == TEMP || VALIDREG(p)) in setlive() 971 if (p->n_left->n_op != REG && p->n_left->n_op != TEMP) { in setxarg() 1040 (p->n_left->n_op == TEMP || VALIDREG(p->n_left))) { in insnwalk() 1041 lr = p->n_left->n_op == TEMP ? nblock : ablock; in insnwalk() 1048 if (rv && (q->visit & INREGS || o == TEMP || VALIDREG(p))) in insnwalk() 1187 (p->n_left->n_op == TEMP || p->n_left->n_op == REG)) { in insnwalk() 1217 case TEMP: in insnwalk() 1219 rr = (o == TEMP ? &nblock[i] : &ablock[i]); in insnwalk() [all …]
|
| D | optim2.c | 45 #define mktemp(n, t) mklnode(TEMP, 0, n, t) 1092 if (p->n_left->n_op != TEMP) in searchasg() 1251 if (t->n_op == ASSIGN && t->n_left->n_op == TEMP) { in renamevarhelper() 1267 if (t->n_op == TEMP) { in renamevarhelper() 1635 case TEMP: in flownodeprint() 2028 if ((o = p->n_op) == TEMP || VALIDREG(p)) { in unionize() 2030 if (o == TEMP) in unionize() 2036 if (p->n_left->n_op == TEMP || VALIDREG(p)) { in unionize() 2038 if (p->n_left->n_op == TEMP) in unionize() 2071 if (XASMVAL(cw) == 'g' && p->n_op != TEMP && p->n_op != REG) in xasmionize() [all …]
|
| D | node.h | 148 #define TEMP 8 macro
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/contrib/ari/ |
| D | create-web-ari-in-src.sh | 46 elif [ ! -z "$TEMP" ] ; then 47 tempdir=$TEMP/create-ari
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| D | kx509.asn1 | 10 KX509-STATUS-CLIENT-TEMP(3), 12 KX509-STATUS-SERVER-TEMP(5),
|
| /netbsd/src/sys/dev/ic/ |
| D | mb89352reg.h | 70 #define TEMP 0x0b /* Temporary Register (R/W) */ macro
|
| D | mb89352.c | 224 bus_space_write_1(iot, ioh, TEMP, 0); in spc_find() 353 bus_space_write_1(iot, ioh, TEMP, 0); in spc_reset() 683 bus_space_write_1(iot, ioh, TEMP, in spc_select() 996 msg = bus_space_read_1(iot, ioh, TEMP); in spc_msgin() 1735 sc->sc_selid = bus_space_read_1(iot, ioh, TEMP); in spc_intr() 2007 acb->target_stat = bus_space_read_1(iot, ioh, TEMP); in spc_intr() 2172 bus_space_read_1(iot, ioh, TEMP), in spc_dump89352()
|
| /netbsd/src/share/examples/refuse/ian/libfetch/ |
| D | http.errors | 42 503 TEMP Service Unavailable
|
| D | ftp.errors | 7 120 TEMP Service ready in a few minutes
|
| /netbsd/src/external/bsd/fetch/dist/libfetch/ |
| D | http.errors | 43 503 TEMP Service Unavailable
|
| D | ftp.errors | 8 120 TEMP Service ready in a few minutes
|
| /netbsd/src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| D | optim.c | 122 if (LO(p) == TEMP) in optim() 150 if (LO(p) == ADDROF && LO(p->n_left) != TEMP) { in optim()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/arch/pdp11/ |
| D | order.c | 105 if (q->n_left->n_left->n_op == TEMP) in myormake()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| D | optim.c | 126 if (LO(p) == TEMP) in optim() 154 if (LO(p) == ADDROF && LO(p->n_left) != TEMP) { in optim()
|
| /netbsd/src/external/lgpl3/gmp/dist/demos/perl/ |
| D | test.pl | 2051 open TEMP, ">test.tmp" or die; 2052 GMP::printf TEMP @_; 2053 close TEMP or die; 2054 open TEMP, "<test.tmp" or die; 2055 read (TEMP, $s, 1024); 2056 close TEMP or die;
|
| /netbsd/src/external/bsd/pcc/dist/pcc/arch/hppa/ |
| D | local.c | 201 if (l->n_op == ADDROF && l->n_left->n_op == TEMP) in clocal() 231 if (l->n_op == UMUL || l->n_op == TEMP || in clocal() 351 if (p->n_left->n_op == TEMP) in clocal()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/arch/arm/ |
| D | local.c | 175 l->n_op == TEMP) { in clocal() 263 if (l->n_op == ADDROF && l->n_left->n_op == TEMP) in clocal()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/arch/sparc64/ |
| D | local.c | 79 l->n_op == TEMP) { in clocal()
|
| /netbsd/src/external/bsd/pcc/dist/pcc/arch/mips/ |
| D | local.c | 189 if (l->n_op == ADDROF && l->n_left->n_op == TEMP) in clocal() 221 l->n_op == TEMP) { in clocal()
|
| /netbsd/src/external/gpl2/lvm2/dist/udev/ |
| D | 10-dm.rules.in | 78 ENV{DM_UUID}=="CRYPT-TEMP-?*", GOTO="dm_disable"
|
| /netbsd/src/external/bsd/pcc/dist/pcc/arch/i386/ |
| D | local.c | 623 l->n_op == TEMP) { 780 if (q->n_op == PLUS && q->n_left->n_op == TEMP && 1259 if (l->n_op == TEMP)
|