Searched refs:svn_ctype_iscntrl (Results 1 – 7 of 7) sorted by relevance
68 || 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()
86 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()
1183 if (! svn_ctype_iscntrl(c)) in svn_path_illegal_path_escape()1229 if (svn_ctype_iscntrl(*c)) in svn_path_check_valid()
278 if (svn_ctype_iscntrl(ch)) in echo_control_char()
637 && svn_ctype_iscntrl(*data))) in check_non_ascii()
98 || svn_ctype_iscntrl(*s))) { in escape_errorlog_item()
81 #define svn_ctype_iscntrl(c) svn_ctype_test((c), SVN_CTYPE_CNTRL) macro