| /src/external/bsd/libbind/dist/irs/ |
| nis_p.h | 33 char * domain; member in struct:nis_p
|
| nis.c | 69 char *domain; local 73 if (yp_get_default_domain(&domain) != 0) 87 nis->domain = strdup(domain); 151 free(nis->domain);
|
| /src/external/mit/isl/dist/ |
| isl_pw_fix_templ.c | 3 /* Fix the value of the given parameter or domain dimension of "pw" 24 isl_set *domain; local 26 domain = FN(PW,take_domain_at)(pw, i); 27 domain = isl_set_fix_si(domain, type, pos, value); 28 pw = FN(PW,restore_domain_at)(pw, i, domain); 58 isl_set *domain; local 60 domain = FN(PW,take_domain_at)(pw, i); 61 domain = isl_set_fix(domain, type, pos, v->n) [all...] |
| isl_pw_split_dims_templ.c | 29 isl_set *domain; local 31 domain = FN(PW,take_domain_at)(pw, i); 32 domain = isl_set_split_dims(domain, type, first, n); 33 pw = FN(PW,restore_domain_at)(pw, i, domain);
|
| isl_pw_morph_templ.c | 33 isl_set *domain; local 36 domain = FN(PW,take_domain_at)(pw, i); 37 domain = isl_morph_set(isl_morph_copy(morph), domain); 38 pw = FN(PW,restore_domain_at)(pw, i, domain);
|
| isl_pw_move_dims_templ.c | 43 isl_set *domain; local 45 domain = FN(PW,take_domain_at)(pw, i); 46 domain = isl_set_move_dims(domain, dst_type, dst_pos, 48 pw = FN(PW,restore_domain_at)(pw, i, domain);
|
| isl_pw_un_op_templ.c | 26 __isl_give isl_set *(*fn_domain)(__isl_take isl_set *domain); 48 isl_set *domain; local 57 domain = FN(PW,take_domain_at)(pw, i); 58 domain = control->fn_domain(domain); 59 pw = FN(PW,restore_domain_at)(pw, i, domain);
|
| isl_pw_insert_dims_templ.c | 32 isl_set *domain; local 35 domain = FN(PW,take_domain_at)(pw, i); 36 domain = isl_set_insert_dims(domain, set_type, first, n); 37 pw = FN(PW,restore_domain_at)(pw, i, domain);
|
| /src/external/bsd/wpa/dist/src/eap_common/ |
| eap_common.h | 16 const u8 *domain; member in struct:erp_tlvs
|
| /src/external/mpl/bind/dist/lib/dns/include/irs/ |
| resconf.h | 34 * A DNS search list specified in the 'domain' or 'search' statements 38 char *domain; member in struct:irs_resconf_search 60 * nameserver, domain, search, sortlist, ndots, and options.
|
| /src/external/mpl/dhcp/bind/dist/lib/irs/include/irs/ |
| resconf.h | 30 * A DNS search list specified in the 'domain' or 'search' statements 34 char *domain; member in struct:irs_resconf_search 56 * nameserver, domain, search, sortlist, ndots, and options.
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/ |
| boost.h | 21 u8 domain; member in struct:nvbios_boostS
|
| /src/usr.bin/innetgr/ |
| innetgr.c | 45 "usage: %s [-v] [-d domain] [-h host] [-u user] netgroup\n", 56 char *domain = NULL; local 67 domain = optarg; 80 ok = innetgr(argv[optind], host, user, domain);
|
| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/ |
| acquire_cred.c | 49 const char *domain = NULL; local 66 domain = name != NULL ? name->domain : NULL; 67 maj_stat = (*ctx->server->nsi_probe)(min_stat, ctx->ictx, domain);
|
| iter_cred.c | 66 char *user = NULL, *domain = NULL; local 76 ret = krb5_ret_stringz(response, &domain); 85 free(domain); 89 dn->domain = domain;
|
| /src/external/bsd/openldap/dist/servers/slapd/back-dnssrv/ |
| referral.c | 44 char *domain = NULL; local 69 if( ldap_dn2domain( op->o_req_dn.bv_val, &domain ) || domain == NULL ) { 77 Debug( LDAP_DEBUG_TRACE, "DNSSRV: dn=\"%s\" -> domain=\"%s\"\n", 78 op->o_req_dn.bv_val, domain ); 80 i = ldap_domain2hostlist( domain, &hostlist ); 84 domain, i ); 129 if( domain != NULL ) ch_free( domain );
|
| search.c | 45 char *domain = NULL; local 79 if( ldap_dn2domain( op->o_req_dn.bv_val, &domain ) || domain == NULL ) { 87 Debug( LDAP_DEBUG_TRACE, "DNSSRV: dn=\"%s\" -> domain=\"%s\"\n", 88 op->o_req_dn.bv_len ? op->o_req_dn.bv_val : "", domain ); 90 if( ( rc = ldap_domain2hostlist( domain, &hostlist ) ) ) { 135 rc = ldap_domain2dn(domain, &refdn); 191 bv.bv_val = domain; 211 ber_str2bv( domain, 0, 0, &bv ); 239 if( domain != NULL ) ch_free( domain ) [all...] |
| /src/lib/libc/gen/ |
| gr_private.h | 81 char *domain; /* NIS domain */ member in struct:__grstate_nis
|
| /src/tests/lib/libc/gen/ |
| t_setdomainname.c | 41 static char domain[MAXHOSTNAMELEN]; variable 71 (void)setdomainname(domain, sizeof(domain)); 76 (void)setdomainname(domain, sizeof(domain)); 82 atf_tc_set_md_var(tc, "descr", "Too long domain name errors out?"); 97 (void)setdomainname(domain, sizeof(domain)); 103 atf_tc_set_md_var(tc, "descr", "Can normal user set the domain name?"); 112 ATF_REQUIRE_ERRNO(EPERM, setdomainname(domain, sizeof(domain)) == -1) [all...] |
| /src/usr.bin/chpass/ |
| pw_yp.c | 62 static char *domain; variable 76 * Get local domain 78 if (!domain && yp_get_default_domain(&domain) != 0) 86 if (yp_master(domain, "passwd.byname", &master) != 0) { 115 * Get local domain 117 if (!domain && (r = yp_get_default_domain(&domain))) 118 errx(1, "can't get local YP domain. Reason: %s", 126 if ((r = yp_master(domain, "passwd.byname", &master)) != 0) [all...] |
| /src/usr.sbin/ypserv/revnetgroup/ |
| hash.h | 45 char *domain; member in struct:member_entry
|
| /src/crypto/external/bsd/heimdal/dist/lib/com_err/ |
| error.c | 69 char domain[12 + 20]; local 70 snprintf(domain, sizeof(domain), "heim_com_err%ld", p->table->base); 72 strlcpy(str, dgettext(domain, msg), len);
|
| /src/external/bsd/nsd/dist/ |
| rdata.h | 318 uint16_t offset, struct domain** domain); 498 uint16_t offset, struct domain** domain); 513 * domain names. The length is without the RR's rdatalength uint16 preceding. 521 * and domains are uncompressed wireformat domain names. The uint16 rdlength 536 * Then check for domain ptr or not, and handle the field at rr->rdata+offset. 545 * @param domain: the pointer is returned when the field is a reference. 551 struct domain** domain); 653 struct domain* domain; local 672 struct domain* domain; local [all...] |
| /src/external/bsd/ppp/dist/pppd/plugins/pppoe/ |
| if.c | 98 int domain, stype; local 110 domain = PF_PACKET; 114 domain = PF_INET; 124 if ((fd = socket(domain, stype, htons(type))) < 0) {
|
| /src/external/ibm-public/postfix/dist/src/trivial-rewrite/ |
| rewrite.c | 44 /* local_context and remote_context provide domain names for 112 TOK822 *domain; local 158 if ((domain = tok822_rfind_type(tree->tail, '@')) == 0) { 161 * Swap domain!user to user@domain. 174 * Promote user%domain to user@domain. 177 && (domain = tok822_rfind_type(tree->tail, '%')) != 0) { 178 domain->type = '@'; 187 domain = tok822_sub_append(tree, tok822_alloc('@', (char *) 0)) [all...] |