Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/musl/regex/
H A Dfnmatch.c48 static int pat_next(const char *pat, size_t m, size_t *step, int flags) in pat_next() function
174 switch ((c = pat_next(pat, m, &pinc, flags))) { in fnmatch_internal()
207 switch (pat_next(p, endpat-p, &pinc, flags)) { in fnmatch_internal()
241 c = pat_next(p, endpat-p, &pinc, flags); in fnmatch_internal()
266 c = pat_next(p, endpat-p, &pinc, flags); in fnmatch_internal()
304 for (p=pat; (c=pat_next(p, -1, &inc, flags))!=END && c!='/'; p+=inc); in fnmatch()