![]() |
Subversion
|
Functions | ||||
| apr_array_header_t * | svn_cstring_split (const char *input, const char *sep_chars, svn_boolean_t chop_whitespace, apr_pool_t *pool) | |||
| Divide input into substrings, interpreting any char from sep as a token separator. More... | ||||
| void | svn_cstring_split_append (apr_array_header_t *array, const char *input, const char *sep_chars, svn_boolean_t chop_whitespace, apr_pool_t *pool) | |||
| Like svn_cstring_split(), but append to existing array instead of creating a new one. More... | ||||
| svn_boolean_t | svn_cstring_match_glob_list (const char *str, const apr_array_header_t *list) | |||
Return TRUE iff str matches any of the elements of list, a list of zero or more glob patterns. | ||||
| svn_boolean_t | svn_cstring_match_list (const char *str, const apr_array_header_t *list) | |||
Return TRUE iff str exactly matches any of the elements of list. More... | ||||
| char * | svn_cstring_tokenize (const char *sep, char **str) | |||
| Get the next token from *str interpreting any char from sep as a token separator. More... | ||||
| int | svn_cstring_count_newlines (const char *msg) | |||
| Return the number of line breaks in msg, allowing any kind of newline termination (CR, LF, CRLF, or LFCR), even inconsistent. More... | ||||
| char * | svn_cstring_join2 (const apr_array_header_t *strings, const char *separator, svn_boolean_t trailing_separator, apr_pool_t *pool) | |||
| Return a cstring which is the concatenation of strings (an array of char *) joined by separator. More... | ||||
| char * | svn_cstring_join (const apr_array_header_t *strings, const char *separator, apr_pool_t *pool) | |||
| Similar to svn_cstring_join2(), but always includes the trailing separator. More... | ||||
| int | svn_cstring_casecmp (const char *str1, const char *str2) | |||
| Compose two errors, returning the composition as a brand new error and consuming the original errors. More... | ||||
svn_cstring_casecmp (const char *str1, const char *str2)const char ="seemLeft" align="VALID_REVNUM
<160; | **fs_p, const char *p2> | |||