Home
last modified time | relevance | path

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

/src/crypto/krb5/src/lib/gssapi/krb5/
H A Dimport_name.c131 char *tmp = NULL, *tmp2 = NULL, *service = NULL, *host = NULL, *stringrep; in import_name() local
203 stringrep = NULL; in import_name()
215 stringrep = tmp; in import_name()
217 stringrep = tmp; in import_name()
224 stringrep = pw->pw_name; in import_name()
282 stringrep = tmp2; in import_name()
307 if (stringrep) { in import_name()
311 code = krb5_parse_name_flags(context, stringrep, flags, &princ); in import_name()