| /NextBSD/contrib/groff/src/preproc/pic/ |
| HD | common.cpp | 26 void common_output::dashed_circle(const position ¢, double rad, in dashed_circle() argument 32 double dash_angle = lt.dash_width/rad; in dashed_circle() 45 circle(cent, rad, slt, -1.0); in dashed_circle() 55 solid_arc(cent, rad, start_angle, start_angle + dash_angle, lt); in dashed_circle() 61 void common_output::dotted_circle(const position ¢, double rad, in dotted_circle() argument 65 double gap_angle = lt.dash_width/rad; in dotted_circle() 78 dot(cent + position(cos(ang), sin(ang))*rad, lt); in dotted_circle() 263 double rad = hypot(c - start); in dashed_arc() local 264 double dash_angle = lt.dash_width/rad; in dashed_arc() 269 solid_arc(cent, rad, start_angle, end_angle, lt); in dashed_arc() [all …]
|
| HD | common.h | 27 void dash_arc(const position ¢, double rad, 32 void dot_arc(const position ¢, double rad, 40 void dashed_circle(const position &, double rad, const line_type &); 41 void dotted_circle(const position &, double rad, const line_type &); 48 virtual void solid_arc(const position ¢, double rad, double start_angle, 60 void circle(const position &, double rad, const line_type &, double) = 0;
|
| HD | tex.cpp | 42 void circle(const position &, double rad, const line_type &, double); 59 void solid_arc(const position ¢, double rad, double start_angle, 240 void tex_output::solid_arc(const position ¢, double rad, in solid_arc() argument 249 milliinches(rad/scale), in solid_arc() 250 milliinches(rad/scale), in solid_arc() 285 void tex_output::circle(const position ¢, double rad, in circle() argument 293 ellipse(cent, position(rad*2.0, rad*2.0), ilt, fill); in circle() 297 dashed_circle(cent, rad, lt); in circle() 302 ellipse(cent, position(rad*2.0,rad*2.0), lt, fill); in circle() 305 dotted_circle(cent, rad, lt); in circle()
|
| HD | troff.cpp | 34 virtual void simple_circle(int, const position &, double rad) = 0; 55 void circle(const position &, double rad, const line_type &, double); 160 void simple_output::circle(const position ¢, double rad, in circle() argument 166 simple_circle(1, cent, rad); in circle() 173 dashed_circle(cent, rad, lt); in circle() 176 dotted_circle(cent, rad, lt); in circle() 179 simple_circle(0, cent, rad); in circle() 234 void simple_circle(int, const position &, double rad); 322 void troff_output::simple_circle(int filled, const position ¢, double rad) in simple_circle() argument 329 c.x - rad/scale, in simple_circle() [all …]
|
| HD | object.cpp | 1515 double rad; member in arc_object 1520 double radius() { return rad; } in radius() 1539 rad = hypot(c - s); in arc_object() 1553 result.y += rad; in north() 1560 result.y -= rad; in south() 1567 result.x += rad; in east() 1574 result.x -= rad; in west() 1581 result.x += rad/M_SQRT2; in north_east() 1582 result.y += rad/M_SQRT2; in north_east() 1589 result.x -= rad/M_SQRT2; in north_west() [all …]
|
| HD | output.h | 43 virtual void circle(const position &, double rad,
|
| /NextBSD/usr.sbin/ppp/ |
| HD | radius.c | 168 if (rad_request_authenticator(r->cx.rad, R, sizeof R) != AUTH_LEN) { in demangle() 178 S = rad_server_secret(r->cx.rad); /* We need the RADIUS secret */ in demangle() 273 rad_close(r->cx.rad); in radius_Process() 282 rad_close(r->cx.rad); in radius_Process() 293 rad_close(r->cx.rad); in radius_Process() 309 rad_close(r->cx.rad); in radius_Process() 314 "radius(%s): %s\n", stype, rad_strerror(r->cx.rad)); in radius_Process() 317 rad_close(r->cx.rad); in radius_Process() 322 got, rad_strerror(r->cx.rad)); in radius_Process() 325 rad_close(r->cx.rad); in radius_Process() [all …]
|
| HD | radius.h | 44 struct rad_handle *rad; /* Using this to talk to our lib */ member
|
| /NextBSD/contrib/tcpdump/ |
| HD | print-radius.c | 948 register const struct radius_hdr *rad; in radius_print() local 952 rad = (struct radius_hdr *)dat; in radius_print() 953 len = EXTRACT_16BITS(&rad->len); in radius_print() 966 tok2str(radius_command_values,"Unknown Command",rad->code), in radius_print() 967 rad->code, in radius_print() 968 rad->id, in radius_print() 975 tok2str(radius_command_values,"Unknown Command",rad->code), in radius_print() 976 rad->code, in radius_print() 977 rad->id)); in radius_print() 980 ND_PRINT((ndo, "%02x", rad->auth[auth_idx])); in radius_print()
|
| /NextBSD/sbin/pfctl/ |
| HD | pfctl_table.c | 431 print_addrx(struct pfr_addr *ad, struct pfr_addr *rad, int dns) in print_addrx() argument 437 fback = (rad != NULL) ? rad->pfra_fback : ad->pfra_fback; in print_addrx() 444 if (rad != NULL && fback != PFR_FB_NONE) { in print_addrx() 447 inet_ntop(rad->pfra_af, &rad->pfra_u, buf, sizeof(buf)); in print_addrx() 448 printf("\t%c%s", (rad->pfra_not?'!':' '), buf); in print_addrx() 449 if (rad->pfra_net < hostnet) in print_addrx() 450 printf("/%d", rad->pfra_net); in print_addrx() 452 if (rad != NULL && fback == PFR_FB_NONE) in print_addrx()
|
| /NextBSD/sys/contrib/octeon-sdk/ |
| HD | cvmx-ciu-defs.h | 1099 uint64_t rad : 1; /**< RAD interrupt member 1143 uint64_t rad : 1; 1202 uint64_t rad : 1; /**< RAD interrupt member 1246 uint64_t rad : 1; 1304 uint64_t rad : 1; /**< RAD interrupt member 1347 uint64_t rad : 1; 1413 uint64_t rad : 1; /**< RAD interrupt member 1457 uint64_t rad : 1; 1511 uint64_t rad : 1; /**< RAD interrupt member 1548 uint64_t rad : 1; [all …]
|
| HD | cvmx-ciu2-defs.h | 2924 uint64_t rad : 1; /**< RAD interrupt-enable */ member 2950 uint64_t rad : 1; 2980 uint64_t rad : 1; /**< RAD interrupt-enable */ member 3006 uint64_t rad : 1; 3043 uint64_t rad : 1; /**< Write 1 to clear CIU2_EN_xx_yy_RML[RAD] */ member 3069 uint64_t rad : 1; 3099 uint64_t rad : 1; /**< Write 1 to clear CIU2_EN_xx_yy_RML[RAD] */ member 3125 uint64_t rad : 1; 3162 uint64_t rad : 1; /**< Write 1 to enable CIU2_EN_xx_yy_RML[RAD] */ member 3188 uint64_t rad : 1; [all …]
|
| HD | cvmx-trax-defs.h | 1579 uint64_t rad : 1; /**< Enable tracing of RAD accesses member 1621 uint64_t rad : 1; 2556 uint64_t rad : 1; /**< Enable triggering on RAD accesses member 2598 uint64_t rad : 1; 3402 uint64_t rad : 1; /**< Enable triggering on RAD accesses member 3444 uint64_t rad : 1;
|
| HD | cvmx-npi-defs.h | 4539 uint64_t rad : 1; /**< Always reads as zero */ member 4569 uint64_t rad : 1;
|
| HD | cvmx-npei-defs.h | 7074 uint64_t rad : 1; /**< RAD_REG_ERROR */ member 7104 uint64_t rad : 1;
|
| /NextBSD/contrib/groff/src/devices/grolbp/ |
| HD | lbp.h | 228 char x[4],y[4],rad[4]; in vdmcircle() local 231 vdmnum(radius,rad)); in vdmcircle() 238 char x[4],y[4],rad[4],stx[4],sty[4],styl[4],op[4]; in vdmaarc() local 242 vdmnum(radius,rad),vdmnum(startangle,stx),vdmnum(angle,sty),\ in vdmaarc() 251 char x[4],y[4],rad[4],stx[4],sty[4],enx[4],eny[4],styl[4],op[4]; in vdmvarc() local 255 vdmnum(radius,rad),vdmnum(startx,stx),vdmnum(starty,sty),\ in vdmvarc()
|
| /NextBSD/usr.bin/vi/catalog/ |
| HD | swedish.UTF-8.base | 2 003 "kan inte ta bort rad %lu" 3 004 "kan inte lägga till på rad %lu" 4 005 "kan inte sätta in på rad %lu" 5 006 "kan inte lagra rad %lu" 7 008 "Fel: kan inte hämta rad %lu" 26 027 "rad %lu av %lu [%ld%%]" 28 029 "rad %lu" 81 088 "Offset är före rad 1" 124 131 "Ingen nästa rad att sätta ihop med" 176 184 "Inget matchande tecken på denna rad" [all …]
|
| /NextBSD/contrib/groff/src/devices/grodvi/ |
| HD | dvi.cpp | 723 int rad; in draw() local 724 rad = milliinches(p[0]/2); in draw() 727 rad, in draw() 728 rad); in draw() 823 int rad = milliinches(int(sqrt(c[0]*c[0] + c[1]*c[1]) + .5)); in draw() local 829 sprintf(buf, "ar 0 0 %d %d %f %f", rad, rad, start, end); in draw()
|
| /NextBSD/contrib/groff/src/devices/xditview/ |
| HD | draw.c | 507 int rad = (int)((sqrt ((double)x_0*x_0 + (double)y_0*y_0) in DrawArc() local 522 rad = DeviceToX (dw, rad); in DrawArc() 524 XPos (dw) + DeviceToX (dw, x_0) - rad, in DrawArc() 525 YPos (dw) + DeviceToX (dw, y_0) - rad, in DrawArc() 526 rad*2, rad*2, angle1, angle2); in DrawArc()
|
| /NextBSD/sys/fs/nfsserver/ |
| HD | nfs_nfsdstate.c | 173 struct sockaddr_in *sad, *rad; in nfsrv_setclient() local 325 rad = NFSSOCKADDR(clp->lc_req.nr_nam, struct sockaddr_in *); in nfsrv_setclient() 326 sad->sin_addr.s_addr = rad->sin_addr.s_addr; in nfsrv_setclient() 327 sad->sin_port = rad->sin_port; in nfsrv_setclient() 863 struct sockaddr_in *rad; in nfsrv_dumpaclient() local 875 rad = (struct sockaddr_in *)sad; in nfsrv_dumpaclient() 876 dumpp->ndcl_cbaddr.sin_addr = rad->sin_addr; in nfsrv_dumpaclient() 921 struct sockaddr_in *rad; in nfsrv_dumplocks() local 967 rad = (struct sockaddr_in *)sad; in nfsrv_dumplocks() 968 ldumpp[cnt].ndlck_cbaddr.sin_addr = rad->sin_addr; in nfsrv_dumplocks() [all …]
|
| HD | nfs_nfsdserv.c | 3449 struct sockaddr_in *rad; in nfsrvd_setclientid() local 3524 rad = NFSSOCKADDR(clp->lc_req.nr_nam, struct sockaddr_in *); in nfsrvd_setclientid() 3525 ucp = (u_char *)&rad->sin_addr.s_addr; in nfsrvd_setclientid() 3526 ucp2 = (u_char *)&rad->sin_port; in nfsrvd_setclientid()
|
| /NextBSD/contrib/elftoolchain/size/ |
| HD | size.c | 819 tbl_print_num(uint64_t num, enum radix_style rad, int col) in tbl_print_num() argument 823 (void) snprintf(buf, BUF_SIZE, (rad == RADIX_DECIMAL ? "%ju" : in tbl_print_num() 824 ((rad == RADIX_OCTAL) ? "0%jo" : "0x%jx")), (uintmax_t) num); in tbl_print_num()
|
| /NextBSD/sys/sys/mach/ |
| HD | rpc.h | 278 struct routine_arg_descriptor rad[1]; member
|
| /NextBSD/contrib/groff/tmac/ |
| HD | hyphenex.us | 284 horse-rad-ish 564 qua-si-rad-i-cal
|
| /NextBSD/contrib/groff/ |
| HD | ChangeLog.115 | 3599 for dim and rad arguments.
|