Searched defs:Domain (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dlocale.c85 } Domain; typedef in typeref:struct:__anon1769
142 open_mofile(Domain * dom)
199 * We have a good message file, initialize the Domain information.
220 static Domain *domains;
221 Domain *_domain;
231 if ((domains = calloc(sizeof (Domain), 2)) == NULL)
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c1253 char *DomainLabel, char *Domain)
1262 if (!DomainLabel || !Domain || !tmp_map)
1329 if (!make_fqdn(tmp_map->objectDN, Domain))
1332 if (!make_full_dn(&tmp_map->objectDN->write.base, Domain))
1252 append_domainContext(__nis_table_mapping_t **table_map, char *DomainLabel, char *Domain) argument

Completed in 81 milliseconds