Searched refs:KRB5_PRINCIPAL_UNPARSE_DISPLAY (Results 1 – 5 of 5) sorted by relevance
52 KRB5_PRINCIPAL_UNPARSE_DISPLAY, &buf); in _gsskrb5_display_name()
253 ret = krb5_unparse_name_flags(context, p, KRB5_PRINCIPAL_UNPARSE_DISPLAY, in test_princ()
824 KRB5_PRINCIPAL_UNPARSE_DISPLAY = 4 /**< No quoting */ enumerator
432 int display = (flags & KRB5_PRINCIPAL_UNPARSE_DISPLAY) != 0; in unparse_name_fixed()
256 * krb5/display_name.c: Use KRB5_PRINCIPAL_UNPARSE_DISPLAY, this is