|
| int | clipm_testlib_parser_strcasecmp (const char *s1, const char *s2) |
| |
| bool | clipm_testlib_parser_is_escape_char (char c) |
| |
| char | clipm_testlib_parser_escape (char c) |
| |
| bool | clipm_testlib_parser_is_space_char (char c) |
| |
| bool | clipm_testlib_parser_is_char_in_str (char c, const char *str) |
| |
| bool | clipm_testlib_parser_neol (FILE *f, char c) |
| |
| int | clipm_testlib_parser_readline (FILE *f, char *str, int maxlength) |
| |
| void | clipm_testlib_parser_store_parameter (cpl_parameterlist *parlist, const char *name, const char *description, const char *context, const char *value) |
| |
| cpl_propertylist * | clipm_testlib_parser_extract_line_tokens (const char *line, const char *operators, const char *separators, const char commentchar) |
| | This is an internal function of clipm/test, which is only mentioned for documentation. It extracts string tokens from a line string. More...
|
| |
| cpl_parameterlist * | clipm_testlib_parser_import_configfile (const char *filename, cpl_parameterlist *append_list) |
| |