Home
last modified time | relevance | path

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

/third_party/musl/src/regex/
H A Dfnmatch.c49 static int pat_next(const char *pat, size_t m, size_t *step, int flags) in pat_next() function
175 switch ((c = pat_next(pat, m, &pinc, flags))) { in fnmatch_internal()
208 switch (pat_next(p, endpat-p, &pinc, flags)) { in fnmatch_internal()
242 c = pat_next(p, endpat-p, &pinc, flags); in fnmatch_internal()
267 c = pat_next(p, endpat-p, &pinc, flags); in fnmatch_internal()
305 for (p=pat; (c=pat_next(p, -1, &inc, flags))!=END && c!='/'; p+=inc); in fnmatch()

Completed in 1 milliseconds