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

/freebsd-10.2-release/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c933 char *name, *name_short = NULL; local
950 ret = krb5_unparse_name_short(context, princ, &name_short);
961 ret = LDAP__lookup_princ(context, db, name, name_short, msg);
963 free(name_short);

Completed in 95 milliseconds