Searched refs:svn_ctype_isspace (Results 1 – 13 of 13) sorted by relevance
69 || svn_ctype_isspace(mime_type[i]) in svn_mime_type_validate()
169 if (! svn_ctype_isspace(str[i])) in string_first_non_whitespace()763 while ((str->len > 0) && svn_ctype_isspace(str->data[str->len - 1])) in svn_stringbuf_strip_whitespace()804 while (svn_ctype_isspace(*p)) in svn_cstring_split_append()809 while ((e >= p) && (svn_ctype_isspace(*e))) in svn_cstring_split_append()
168 while (svn_ctype_isspace(ch) && ch != '\n' && ch != EOF) in skip_whitespace()
583 || ((! svn_ctype_isspace(*data)) in check_non_ascii()
1241 if (!svn_ctype_isspace(*c)) in find_editor_binary()
84 #define svn_ctype_isspace(c) svn_ctype_test((c), SVN_CTYPE_SPACE) macro
137 if (!svn_ctype_isspace(*c)) in svn_cl__merge_file_externally()605 if (! svn_ctype_isspace(message->data[len])) in svn_cl__get_log_message()
285 if (svn_ctype_isspace(*curp) in svn_diff__normalize_buffer()
521 if (svn_ctype_isspace(*s)) in parse_mergeinfo()
1755 && svn_ctype_isspace(output_baton->hunk_extra_context[p - 1])) in output_unified_diff_modified()
67 while (svn_ctype_isspace(*str)) in trim_string()71 while ((i > 0) && svn_ctype_isspace(str[i-1])) in trim_string()
469 if ((linebuf->len == 0) || (svn_ctype_isspace(linebuf->data[0]))) in svn_repos_parse_dumpstream3()
663 if (*val != 'r' && *val != 'w' && ! svn_ctype_isspace(*val)) in authz_validate_rule()