Home
last modified time | relevance | path

Searched refs:str_next (Results 1 - 1 of 1) sorted by relevance

/third_party/musl/src/regex/
H A Dfnmatch.c29 static int str_next(const char *str, size_t n, size_t *step) in str_next() function
183 k = str_next(str, n, &sinc); in fnmatch_internal()
244 if ((k = str_next(s, endstr-s, &sinc)) <= 0) { in fnmatch_internal()
275 k = str_next(s, endstr-s, &sinc); in fnmatch_internal()
290 k = str_next(str, endstr-str, &sinc); in fnmatch_internal()
292 else for (str++; str_next(str, endstr-str, &sinc)<0; str++); in fnmatch_internal()

Completed in 2 milliseconds