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

/solaris-userland/components/krb5/Solaris/
H A Dprof_solaris.c175 k5_profile_get_domain_realm(profile_t profile, char *realm, char ***domains, argument
178 if (profile == NULL || realm == NULL || domains == NULL)
182 domains, case_ins));
417 char **domains = NULL, **domain = NULL; local
426 code = k5_profile_get_domain_realm(profile, realm, &domains, B_FALSE);
427 if (code == 0 && domains != NULL) {
428 for (domain = domains; *domain; domain++) {
437 if (domains != NULL)
438 profile_free_list(domains);
918 char **trealms = NULL, **domains local
[all...]

Completed in 30 milliseconds