Searched refs:RP (Results 1 - 19 of 19) sorted by relevance

/src/regress/sys/kern/execve/
H A DMakefile17 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 Dlp.h66 extern const char *RP; /* remote printer name */
H A Drmjob.c313 /* \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 Dcommon.c97 const char *RP; /* remote printer name */ variable in typeref:typename:const char *
451 RP = cgetstr(bp, "rp", &cp) == -1 ? DEFLP : cp;
H A Ddisplayq.c220 (void)snprintf(line, sizeof(line), "%c%s", format + '\3', RP);
/src/usr.bin/rdist/
H A Dgram.y56 %term RP 3
109 | LP names RP = {
236 case ')': /* RP */
237 return(RP);
H A Ddefs.h59 #define RP 3 macro
/src/usr.sbin/mtree/
H A Dmtree.h146 #define RP(p) \ macro
H A Dverify.c117 warnx("%s: %s", RP(p), strerror(p->fts_errno));
151 RP(p));
H A Dcompare.c76 len = printf("%s changed\n", RP(p)); \
79 len = printf("%s: ", RP(p)); \
H A Dcreate.c356 mtree_err("%s: %s", RP(parent), strerror(errno));
/src/libexec/getty/
H A Dgettytab.h85 #define RP gettystrs[20].value macro
H A Dsubr.c152 &SU, &DS, &RP, &FL, &WE, &LN, &ST, &B2, 0
/src/lib/libm/noieee_src/
H A Dn_support.c466 * 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 Dnouveau_nvkm_subdev_fb_ramnv50.c114 timing[0] = (T(RP) << 24 | T(RAS) << 16 | T(RFC) << 8 | T(RC));
132 T(RP);
H A Dnouveau_nvkm_subdev_fb_ramgt215.c379 timing[0] = (T(RP) << 24 | T(RAS) << 16 | T(RFC) << 8 | T(RC));
399 T(RP);
/src/sys/arch/m68k/060sp/dist/
H A Dpfpsp.s6158 # 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 Dfpsp.s9375 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 Dprintjob.c1476 n = snprintf(line, sizeof(line), "\2%s\n", RP);

Completed in 42 milliseconds