Searched defs:domains (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_yp_util.c119 ypDomains->domains = NULL;
397 free_yp_domain_context(__yp_domain_context_t *domains) argument
401 if (domains != NULL) {
402 for (i = 0; i < domains->numDomains; i++) {
403 if (domains->domains[i] != NULL) {
404 free(domains->domains[i]);
405 domains->domains[
[all...]
H A Dldap_parse.h60 int numDomains; /* number of domains listed in mapping file */
62 char **domains; /* Array of LDAP domains */ member in struct:__anon1945
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c125 k5_profile_get_domain_realm(profile_t profile, char *realm, char ***domains, argument
128 if (profile == NULL || realm == NULL || domains == NULL)
132 domains, case_ins));
364 char **domains = NULL, **domain = NULL; local
373 code = k5_profile_get_domain_realm(profile, realm, &domains, B_FALSE);
374 if (code == 0 && domains != NULL) {
375 for (domain = domains; *domain; domain++) {
384 if (domains != NULL)
385 profile_free_list(domains);
855 char **trealms = NULL, **domains local
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dirpmarshall.c2038 char **hosts, **users, **domains; local
2047 &hosts, &users, &domains,
2060 STRVAL(domains[i]));
2067 domains[i], NULL, &size);
2075 domains[i], buff,
/osnet-11/usr/src/lib/libadutils/common/
H A Daddisc.c960 * Lookup the trusted domains in the global catalog.
963 * array of trusted domains which is terminated by
983 logger(LOG_DEBUG, "Looking for trusted domains...");
1006 logger(LOG_DEBUG, "Trusted domains:");
1058 * This functions finds all the domains in a forest.
1072 ad_disc_domainsinforest_t *domains = NULL; local
1075 logger(LOG_DEBUG, "Looking for domains in forest...");
1083 /* Find domains */
1092 domains = calloc(nresults + 1, sizeof (*domains));
[all...]

Completed in 57 milliseconds