Searched refs:trealms (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/krb5/Solaris/
H A Dprof_solaris.c918 char **trealms = NULL, **domains = NULL, **ret_vals = NULL; local
928 for (trealms = realms; *trealms; trealms++) {
929 if (strcmp(realm, *trealms) != 0) {
930 if (strcasecmp(realm, *trealms) == 0) {
932 *val = strdup(*trealms);
963 code = k5_profile_get_domain_realm(profile, *trealms,
972 *trealms, &domains, B_FALSE);
987 code = k5_profile_get_realm_entry(profile, *trealms,
[all...]

Completed in 20 milliseconds