| /netbsd/src/external/ibm-public/postfix/dist/src/local/ |
| D | deliver_attr.c | 55 void deliver_attr_init(DELIVER_ATTR *attrp) in deliver_attr_init() argument 57 attrp->level = 0; in deliver_attr_init() 58 attrp->fp = 0; in deliver_attr_init() 59 attrp->queue_name = 0; in deliver_attr_init() 60 attrp->queue_id = 0; in deliver_attr_init() 61 attrp->offset = 0; in deliver_attr_init() 62 attrp->sender = 0; in deliver_attr_init() 63 RECIPIENT_ASSIGN(&(attrp->rcpt), 0, 0, 0, 0, 0); in deliver_attr_init() 64 attrp->domain = 0; in deliver_attr_init() 65 attrp->local = 0; in deliver_attr_init() [all …]
|
| /netbsd/src/external/ibm-public/postfix/dist/src/virtual/ |
| D | deliver_attr.c | 53 void deliver_attr_init(DELIVER_ATTR *attrp) in deliver_attr_init() argument 55 attrp->level = 0; in deliver_attr_init() 56 attrp->fp = 0; in deliver_attr_init() 57 attrp->queue_name = 0; in deliver_attr_init() 58 attrp->queue_id = 0; in deliver_attr_init() 59 attrp->offset = 0; in deliver_attr_init() 60 attrp->sender = 0; in deliver_attr_init() 61 RECIPIENT_ASSIGN(&(attrp->rcpt), 0, 0, 0, 0, 0); in deliver_attr_init() 62 attrp->user = 0; in deliver_attr_init() 63 attrp->delivered = 0; in deliver_attr_init() [all …]
|
| /netbsd/src/sys/dev/isa/ |
| D | ega.c | 336 …ga_config *vc, struct egascreen *scr, const struct wsscreen_descr *type, int existing, long *attrp) in ega_init_screen() argument 372 res = ega_allocattr(scr, 0, 0, 0, attrp); in ega_init_screen() 797 ega_allocattr(void *id, int fg, int bg, int flags, long *attrp) in ega_allocattr() argument 810 *attrp = 0x70; in ega_allocattr() 812 *attrp = 0x07; in ega_allocattr() 814 *attrp |= FG_UNDERLINE; in ega_allocattr() 816 *attrp |= FG_INTENSE; in ega_allocattr() 821 *attrp = fgansitopc[fg] | bgansitopc[bg]; in ega_allocattr() 823 *attrp = 7; in ega_allocattr() 825 *attrp += 8; in ega_allocattr() [all …]
|
| D | pcdisplay.c | 427 pcdisplay_allocattr(void *id, int fg, int bg, int flags, long *attrp) in pcdisplay_allocattr() argument 430 *attrp = FG_BLACK | BG_LIGHTGREY; in pcdisplay_allocattr() 432 *attrp = FG_LIGHTGREY | BG_BLACK; in pcdisplay_allocattr()
|
| /netbsd/src/sys/dev/wscons/ |
| D | wscons_rops.c | 223 rcons_allocattr(void *id, int fg, int bg, int flags, long *attrp) in rcons_allocattr() argument 229 *attrp = 1; in rcons_allocattr() 231 *attrp = 0; in rcons_allocattr()
|
| /netbsd/src/sys/dev/ic/ |
| D | vga.c | 442 const struct wsscreen_descr *type, int existing, long *attrp) in vga_init_screen() argument 501 WSATTR_WSCOLORS, attrp); in vga_init_screen() 504 res = vga_allocattr(scr, 0, 0, 0, attrp); in vga_init_screen() 1095 vga_allocattr(void *id, int fg, int bg, int flags, long *attrp) in vga_allocattr() argument 1108 *attrp = 0x70; in vga_allocattr() 1110 *attrp = 0x07; in vga_allocattr() 1112 *attrp |= FG_UNDERLINE; in vga_allocattr() 1114 *attrp |= FG_INTENSE; in vga_allocattr() 1119 *attrp = fgansitopc[fg] | bgansitopc[bg]; in vga_allocattr() 1121 *attrp = 7; in vga_allocattr() [all …]
|
| D | vga_raster.c | 439 const struct wsscreen_descr *type, int existing, long *attrp) in vga_raster_init_screen() argument 511 WSATTR_WSCOLORS, attrp); in vga_raster_init_screen() 514 res = vga_raster_allocattr(scr, 0, 0, 0, attrp); in vga_raster_init_screen() 1402 vga_raster_allocattr(void *id, int fg, int bg, int flags, long *attrp) in vga_raster_allocattr() argument 1415 *attrp = 0x70; in vga_raster_allocattr() 1417 *attrp = 0x07; in vga_raster_allocattr() 1419 *attrp |= FG_UNDERLINE; in vga_raster_allocattr() 1421 *attrp |= FG_INTENSE; in vga_raster_allocattr() 1426 *attrp = fgansitopc[fg] | bgansitopc[bg]; in vga_raster_allocattr() 1428 *attrp = 7; in vga_raster_allocattr() [all …]
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| D | unique.c | 509 unique_attrs **attrp; in unique_cf_attrs() local 539 attrp = &legacy->uri->attrs; in unique_cf_attrs() 541 attrp = &(*attrp)->next; in unique_cf_attrs() 542 attr = *attrp; in unique_cf_attrs() 543 *attrp = attr->next; in unique_cf_attrs() 624 for ( attrp = &legacy->uri->attrs; in unique_cf_attrs() 625 *attrp; in unique_cf_attrs() 626 attrp = &(*attrp)->next ) ; in unique_cf_attrs() 627 *attrp = reverse_attrs; in unique_cf_attrs()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
| D | search.c | 691 Attribute *attr, **attrp; in ldap_build_entry() local 726 attrp = &ent->e_attrs; in ldap_build_entry() 912 *attrp = attr; in ldap_build_entry() 913 attrp = &attr->a_next; in ldap_build_entry() 939 char *attr[3], **attrp = NULL; in ldap_back_entry_get() local 965 attrp = attr; in ldap_back_entry_get() 997 attrp, LDAP_DEREF_NEVER, ctrls, NULL, in ldap_back_entry_get()
|
| /netbsd/src/sys/compat/netbsd32/ |
| D | netbsd32_execve.c | 221 if (SCARG_P32(uap, attrp) != NULL) { in netbsd32_posix_spawn() 223 error = copyin(SCARG_P32(uap, attrp), sa, sizeof(*sa)); in netbsd32_posix_spawn()
|
| /netbsd/src/external/bsd/openldap/dist/tests/progs/ |
| D | slapd-mtread.c | 401 LDAPMod *attrp[5], attrs[4]; in do_onerwthread() local 422 attrp[i] = &attrs[i]; in do_onerwthread() 425 attrp[4] = NULL; in do_onerwthread() 472 ret = ldap_add_ext_s(ld, dn, &attrp[0], NULL, NULL); in do_onerwthread()
|
| /netbsd/src/sys/arch/newsmips/apbus/ |
| D | xafb.c | 302 void **cookiep, int *ccolp, int *crowp, long *attrp) in xafb_alloc_screen() argument 314 *attrp = defattr; in xafb_alloc_screen()
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | ssh-pkcs11.c | 711 const unsigned char *attrp = NULL; in pkcs11_fetch_ecdsa_pubkey() local 759 attrp = key_attr[2].pValue; in pkcs11_fetch_ecdsa_pubkey() 760 group = d2i_ECPKParameters(NULL, &attrp, key_attr[2].ulValueLen); in pkcs11_fetch_ecdsa_pubkey() 776 attrp = key_attr[1].pValue; in pkcs11_fetch_ecdsa_pubkey() 777 octet = d2i_ASN1_OCTET_STRING(NULL, &attrp, key_attr[1].ulValueLen); in pkcs11_fetch_ecdsa_pubkey() 782 attrp = octet->data; in pkcs11_fetch_ecdsa_pubkey() 783 if (o2i_ECPublicKey(&ec, &attrp, octet->length) == NULL) { in pkcs11_fetch_ecdsa_pubkey()
|
| /netbsd/src/sys/arch/prep/pci/ |
| D | gten.c | 285 int *curxp, int *curyp, long *attrp) in gten_alloc_screen() argument 298 *attrp = defattr; in gten_alloc_screen()
|
| /netbsd/src/sys/arch/newsmips/dev/ |
| D | fb.c | 443 int *ccolp, int *crowp, long *attrp) in fb_alloc_screen() argument 455 *attrp = defattr; in fb_alloc_screen()
|
| /netbsd/src/sys/arch/zaurus/dev/ |
| D | w100.c | 390 void **cookiep, int *curxp, int *curyp, long *attrp) in w100_alloc_screen() argument 418 (*scr->rinfo.ri_ops.allocattr)(&scr->rinfo, 0, 0, 0, attrp); in w100_alloc_screen()
|
| /netbsd/src/sys/arch/dreamcast/dev/ |
| D | pvr.c | 398 void **cookiep, int *curxp, int *curyp, long *attrp) in pvr_alloc_screen() argument 411 *attrp = defattr; in pvr_alloc_screen()
|
| /netbsd/src/sys/arch/playstation2/ee/ |
| D | gsfb.c | 555 int *curxp, int *curyp, long *attrp) in _gsfb_alloc_screen() argument 558 *attrp = ATTR_BG_SET(WS_DEFAULT_BG) | ATTR_FG_SET(WS_DEFAULT_FG); in _gsfb_alloc_screen()
|
| /netbsd/src/sys/arch/hp300/dev/ |
| D | diofb.c | 459 void **cookiep, int *curxp, int *curyp, long *attrp) in diofb_alloc_screen() argument 469 ri->ri_ops.allocattr(ri, 0, 0, 0, attrp); in diofb_alloc_screen()
|
| /netbsd/src/sys/arch/luna68k/dev/ |
| D | lunafb.c | 529 int *curxp, int *curyp, long *attrp) in omfb_alloc_screen() argument 540 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, attrp); in omfb_alloc_screen()
|
| /netbsd/src/sys/dev/hpc/ |
| D | hpcfb.c | 725 void **cookiep, int *curxp, int *curyp, long *attrp) in hpcfb_alloc_screen() argument 779 hpcfb_allocattr(*cookiep, WSCOL_WHITE, WSCOL_BLACK, 0, attrp); in hpcfb_alloc_screen() 1537 hpcfb_allocattr(void *cookie, int fg, int bg, int flags, long *attrp) in hpcfb_allocattr() argument 1542 return (rasops_emul.allocattr(ri, fg, bg, flags, attrp)); in hpcfb_allocattr()
|
| /netbsd/src/sys/arch/evbppc/explora/dev/ |
| D | fb_elb.c | 372 int *ccolp, int *crowp, long *attrp) in fb_alloc_screen() argument 382 (*ri->ri_ops.allocattr)(ri, 0, 0, 0, attrp); in fb_alloc_screen()
|
| /netbsd/src/sys/dev/tc/ |
| D | mfb.c | 412 int *curxp, int *curyp, long *attrp) in mfb_alloc_screen() argument 425 *attrp = defattr; in mfb_alloc_screen()
|
| /netbsd/src/sys/arch/arm/clps711x/ |
| D | clpslcd.c | 261 int *curxp, int *curyp, long *attrp) in clpslcd_alloc_screen() argument
|
| /netbsd/src/sys/arch/epoc32/windermere/ |
| D | wmlcd.c | 289 int *curxp, int *curyp, long *attrp) in wmlcd_alloc_screen() argument
|