Go to the source code of this file.
|
static bool | test_recur (const char *fn, const char *rm, bool b_sep) |
|
static bool test_recur |
( |
const char * |
fn, |
|
|
const char * |
rm, |
|
|
bool |
b_sep |
|
) |
| |
|
static |
Definition at line 3 of file wildcard.cpp.
7 if ((b_sep && *rm==
';') || *rm==0)
return *fn==0;
17 else if (*fn==0)
return false;
static bool test_recur(const char *fn, const char *rm, bool b_sep)
const char * utf8_char_next(const char *src)
unsigned utf8_get_char(const char *src)
bool utf8_advance(const char *&var)
uint32_t charLower(uint32_t param)