Searched refs:quotable_chars (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | principal.c | 395 static const char quotable_chars[] = " \n\t\b\\/@"; variable 406 q = strchr(quotable_chars, *p); in quote_string() 408 add_char(out, idx, len, replace_chars[q - quotable_chars]); in quote_string() 411 add_char(out, idx, len, replace_chars[q - quotable_chars]); in quote_string() 558 if(strcspn(princ_realm(principal), quotable_chars) == plen) in unparse_name() 566 if(strcspn(princ_ncomp(principal, i), quotable_chars) == plen) in unparse_name()
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.2000 | 1236 * lib/krb5/principal.c: (quotable_chars): add space
|