Home
last modified time | relevance | path

Searched refs:svn_ctype_iscntrl (Results 1 – 7 of 7) sorted by relevance

/trueos/contrib/subversion/subversion/libsvn_subr/
HDvalidate.c68 || svn_ctype_iscntrl(mime_type[i]) in svn_mime_type_validate()
81 if (svn_ctype_iscntrl(mime_type[i]) && mime_type[i] != '\t') in svn_mime_type_validate()
HDxml.c86 if (svn_ctype_iscntrl(c)) in svn_xml_is_xml_safe()
272 if (svn_ctype_iscntrl(*q) in svn_xml_fuzzy_escape()
288 && ((! svn_ctype_iscntrl(*q)) in svn_xml_fuzzy_escape()
HDpath.c1183 if (! svn_ctype_iscntrl(c)) in svn_path_illegal_path_escape()
1229 if (svn_ctype_iscntrl(*c)) in svn_path_check_valid()
HDprompt.c278 if (svn_ctype_iscntrl(ch)) in echo_control_char()
HDutf.c637 && svn_ctype_iscntrl(*data))) in check_non_ascii()
/trueos/contrib/subversion/subversion/svnserve/
HDlog-escape.c98 || svn_ctype_iscntrl(*s))) { in escape_errorlog_item()
/trueos/contrib/subversion/subversion/include/
HDsvn_ctype.h81 #define svn_ctype_iscntrl(c) svn_ctype_test((c), SVN_CTYPE_CNTRL) macro