Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dprincipal.c396 static const char replace_chars[] = " ntb\\/@"; variable
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()
/freebsd/crypto/heimdal/
H A DChangeLog.20001235 * lib/krb5/principal.c (replace_chars): also add space here