Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dxml.c299 char escaped_char[6]; /* ? \ u u u \0 */ in svn_xml_fuzzy_escape() local
336 apr_snprintf(escaped_char, sizeof(escaped_char), "?\\%03u", in svn_xml_fuzzy_escape()
338 svn_stringbuf_appendcstr(outstr, escaped_char); in svn_xml_fuzzy_escape()
Dx509parse.c722 char escaped_char[6]; /* ? \ u u u \0 */ in fuzzy_escape() local
748 apr_snprintf(escaped_char, sizeof(escaped_char), "?\\%03u", in fuzzy_escape()
750 svn_stringbuf_appendcstr(outstr, escaped_char); in fuzzy_escape()
/freebsd-10-stable/contrib/groff/
DChangeLog.117547 (str_translate_to_html): Output the unescaped escaped_char.