Searched refs:this_realm (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10.1/gssd-64/
H A Dgssd.c929 char **rlm, *this_realm, *uname; local
965 this_realm = strrchr(name_str, '@');
966 if (this_realm == NULL)
968 this_realm++;
972 if (strncmp(this_realm, *rlm, buf.length) == 0) {

Completed in 88 milliseconds