Searched refs:str_next (Results 1 – 1 of 1) sorted by relevance
/haiku/src/system/libroot/posix/musl/regex/ |
H A D | fnmatch.c | 28 static int str_next(const char *str, size_t n, size_t *step) in str_next() function 182 k = str_next(str, n, &sinc); in fnmatch_internal() 243 if ((k = str_next(s, endstr-s, &sinc)) <= 0) { in fnmatch_internal() 274 k = str_next(s, endstr-s, &sinc); in fnmatch_internal() 289 k = str_next(str, endstr-str, &sinc); in fnmatch_internal() 291 else for (str++; str_next(str, endstr-str, &sinc)<0; str++); in fnmatch_internal()
|