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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dimport_name.c62 char *stringrep, *tmp, *tmp2, *cp; local
136 stringrep = NULL;
152 stringrep = (char *) tmp;
158 stringrep = pw->pw_name;
198 stringrep = tmp2;
205 /* at this point, stringrep is set, or if not, *minor_status is. */
207 if (stringrep)
208 code = krb5_parse_name(context, (char *) stringrep, &princ);

Completed in 53 milliseconds