HomeSort by: relevance | last modified time | path
    Searched refs:RP (Results 1 - 19 of 19) sorted by relevancy

  /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/sys/arch/m68k/060sp/dist/
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...]
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...]
  /src/usr.sbin/lpr/lpd/
printjob.c 1476 n = snprintf(line, sizeof(line), "\2%s\n", RP);

Completed in 834 milliseconds