/src/regress/sys/kern/execve/ |
Makefile | 17 RP= ./${PROG} 40 ${RP} empty | diff ${OD}/empty - 43 ${RP} ${TD}/nonexistent | diff ${OD}/nonexistent - 46 ${RP} nonexistshell | diff ${OD}/nonexistshell - 49 ${RP} devnullscript | diff ${OD}/devnullscript - 52 ${RP} badinterplen | diff ${OD}/badinterplen - 55 ${RP} goodscript | diff ${OD}/goodscript - 58 ${RP} scriptarg 2>&1 | diff ${OD}/scriptarg - 61 ${RP} scriptarg-nospace 2>&1 | diff ${OD}/scriptarg-nospace - 67 ${RP} goodaout | diff ${OD}/goodaout [all...] |
/src/usr.sbin/lpr/common_source/ |
lp.h | 66 extern const char *RP; /* remote printer name */
|
rmjob.c | 313 /* \5 RP space all */ 314 len = 1 + strlen(RP) + 1 + strlen(all ? "-all" : person); 329 cp += snprintf(s, len, "\5%s %s", RP, all ? "-all" : person);
|
common.c | 97 const char *RP; /* remote printer name */ 451 RP = cgetstr(bp, "rp", &cp) == -1 ? DEFLP : cp;
|
displayq.c | 220 (void)snprintf(line, sizeof(line), "%c%s", format + '\3', RP);
|
/src/usr.bin/rdist/ |
gram.y | 56 %term RP 3 109 | LP names RP = { 236 case ')': /* RP */ 237 return(RP);
|
defs.h | 59 #define RP 3
|
/src/usr.sbin/mtree/ |
mtree.h | 146 #define RP(p) \
|
verify.c | 117 warnx("%s: %s", RP(p), strerror(p->fts_errno)); 151 RP(p));
|
compare.c | 76 len = printf("%s changed\n", RP(p)); \ 79 len = printf("%s: ", RP(p)); \
|
create.c | 355 mtree_err("%s: %s", RP(parent), strerror(errno));
|
/src/libexec/getty/ |
gettytab.h | 85 #define RP gettystrs[20].value
|
subr.c | 152 &SU, &DS, &RP, &FL, &WE, &LN, &ST, &B2, 0
|
/src/lib/libm/noieee_src/ |
n_support.c | 466 * RP ...round-towards +INF 469 const int RN=0,RZ=1,RP=2,RM=3; 513 else if(r==RP) { t=addc(t);y=addc(y);}/* ...t=t+ulp;y=y+ulp; */
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
nouveau_nvkm_subdev_fb_ramnv50.c | 114 timing[0] = (T(RP) << 24 | T(RAS) << 16 | T(RFC) << 8 | T(RC)); 132 T(RP);
|
nouveau_nvkm_subdev_fb_ramgt215.c | 379 timing[0] = (T(RP) << 24 | T(RAS) << 16 | T(RFC) << 8 | T(RC)); 399 T(RP);
|
/src/libexec/ld.aout_so/ |
ld.so.sparc.uue | 191 M(H``!>`$(`@0@``'L!`@`>`$(`B`I"``,K__GM`$(!RP$"``@<?@"('H``!# 629 M)A^2$"`$JA``"("E?_\2@``$D!``%1"``.RP$"``0``F1)('OY"`HB``$H`` 892 MBF`#T`1``+`B`!`2@``*X"1``-`$8!00@``1T"1@"-`48`RP$#__D!(@0!"` 1128 M`)`7___[_``!!RP``",7____^``!!S@``%$7___ZP``!!T0``((7____^``! 1522 M```!""#_____``$H<```*B0``"N````K[```+%P``"RP```<,``````````` 1706 M"`0"`````"OL```'$00"`````"Q<```'&@0"`````"RP```')`0"`````!PP
|
ld.so.vax.uue | 401 MN0"Z`+L`O`"]`+X`OP#``,$`P@##`,0`Q0#&`,<`R`#)`,H`RP#,`,T`S@#/ 623 MU:WX$PO0BH/16JWT'_<1"9"*@]%:K?0?]]"MX%+05&+!5`-0RP-0K>#1K>BM 699 MQ5>/6````%"?H`_[`>]\2```T%!8$@/44`3!6`]0RP-05M1HT%>H!-!6J`C7
|
ld.so.i386.uue | 46 M8B5S+G-O+B5D+B5D`"5S.B`E<P"058GE@^P$5U93Z`````!;@<-^RP``BWT( 743 M5XM-"/]Q'(M!+/_0B<:#Q`R%]@^.RP(```'WB7WX*77\BWT,BT<(*?")1PAU
|
ld.so.arm.uue | 1757 M``#$````Q0```,8```#'````R````,D```#*````RP```,P```#-````S@``
|
/src/sys/arch/m68k/060sp/dist/ |
pfpsp.s | 6158 # RP = $xxxx0003 # 7027 long 0x7fff0000,0x00000000,0x00000000,0x00000000 # +INF; RP 7032 long 0x7fff0000,0x00000000,0x00000000,0x00000000 # +INF; RP 7037 long 0x7fff0000,0x00000000,0x00000000,0x00000000 # +INF; RP 7047 long 0xfffe0000,0xffffffff,0xffffffff,0x00000000 # -EXT; RP 7052 long 0xc07e0000,0xffffff00,0x00000000,0x00000000 # -SGL; RP 7057 long 0xc3fe0000,0xffffffff,0xfffff800,0x00000000 # -DBL; RP 11417 # - therefore, we return +ZERO if the rounding modes are RN,RZ, or RP. 11869 # - therefore, we return +ZERO if the rounding mode is RN,RZ, or RP 13007 # tables rounded to RN, RM, and RP, according to the table [all...] |
fpsp.s | 9375 cmpi.b %d0,&rp_mode # is rmode RP? 9381 lea.l PIRP(%pc),%a0 # load PI RP table addr 9405 cmpi.b %d0,&rp_mode # is rmode RP? 9411 lea.l SMALRP(%pc),%a0 # load RP table addr 9449 cmpi.b %d0,&rp_mode # is rmode RP? 9455 lea.l BIGRP(%pc),%a0 # load RP table addr 14985 # - therefore, we return +ZERO if the rounding modes are RN,RZ, or RP. 15437 # - therefore, we return +ZERO if the rounding mode is RN,RZ, or RP 22035 # RP = $xxxx0003 # 22904 long 0x7fff0000,0x00000000,0x00000000,0x00000000 # +INF; RP [all...] |
/src/usr.sbin/lpr/lpd/ |
printjob.c | 1476 n = snprintf(line, sizeof(line), "\2%s\n", RP);
|