| /src/regress/sys/kern/execve/ |
| H A D | Makefile | 17 RP= ./${PROG} macro 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} goodaou [all...] |
| /src/usr.sbin/lpr/common_source/ |
| H A D | lp.h | 66 extern const char *RP; /* remote printer name */
|
| H A D | 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);
|
| H A D | common.c | 97 const char *RP; /* remote printer name */ variable in typeref:typename:const char * 451 RP = cgetstr(bp, "rp", &cp) == -1 ? DEFLP : cp;
|
| H A D | displayq.c | 220 (void)snprintf(line, sizeof(line), "%c%s", format + '\3', RP);
|
| /src/usr.bin/rdist/ |
| H A D | gram.y | 56 %term RP 3 109 | LP names RP = { 236 case ')': /* RP */ 237 return(RP);
|
| H A D | defs.h | 59 #define RP 3 macro
|
| /src/usr.sbin/mtree/ |
| H A D | mtree.h | 146 #define RP(p) \ macro
|
| H A D | verify.c | 117 warnx("%s: %s", RP(p), strerror(p->fts_errno)); 151 RP(p));
|
| H A D | compare.c | 76 len = printf("%s changed\n", RP(p)); \ 79 len = printf("%s: ", RP(p)); \
|
| H A D | create.c | 356 mtree_err("%s: %s", RP(parent), strerror(errno));
|
| /src/libexec/getty/ |
| H A D | gettytab.h | 85 #define RP gettystrs[20].value macro
|
| H A D | subr.c | 152 &SU, &DS, &RP, &FL, &WE, &LN, &ST, &B2, 0
|
| /src/lib/libm/noieee_src/ |
| H A D | 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/ |
| H A D | nouveau_nvkm_subdev_fb_ramnv50.c | 114 timing[0] = (T(RP) << 24 | T(RAS) << 16 | T(RFC) << 8 | T(RC)); 132 T(RP);
|
| H A D | nouveau_nvkm_subdev_fb_ramgt215.c | 379 timing[0] = (T(RP) << 24 | T(RAS) << 16 | T(RFC) << 8 | T(RC)); 399 T(RP);
|
| /src/sys/arch/m68k/060sp/dist/ |
| H A D | 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, accordin [all...] |
| H A D | 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/ |
| H A D | printjob.c | 1476 n = snprintf(line, sizeof(line), "\2%s\n", RP);
|