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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_solaris.c855 char **trealms = NULL, **domains = NULL, **ret_vals = NULL; local
883 for (trealms = realms; *trealms; trealms++) {
885 if (strcmp(default_realm, *trealms) == 0)
888 if (strcmp(realm, *trealms) != 0) {
889 if (strcasecmp(realm, *trealms) == 0) {
891 *val = strdup(*trealms);
906 code = k5_profile_get_domain_realm(profile, *trealms,
915 *trealms,
[all...]

Completed in 986 milliseconds