Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/musl/regex/
H A Dfnmatch.c165 const char *s, *stail, *endstr; in fnmatch_internal() local
225 endstr = str + n; in fnmatch_internal()
231 for (s=endstr; s>str && tailcnt; tailcnt--) { in fnmatch_internal()
243 if ((k = str_next(s, endstr-s, &sinc)) <= 0) { in fnmatch_internal()
258 endstr = stail; 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()