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

/freebsd-11-stable/lib/libc/gen/
H A Dglob.c265 const char *origpat) {
276 return (glob0(pattern, pglob, limit, origpat));
284 return (globfinal(pglob, limit, oldpathc, origpat));
533 const char *origpat) {
602 if (origpat != NULL)
603 return (globfinal(pglob, limit, oldpathc, origpat));
610 const char *origpat) {
612 return (err_nomatch(pglob, limit, origpat));
850 const char *origpat)
877 if (origpat !
264 globexp0(const Char *pattern, glob_t *pglob, struct glob_limit *limit, const char *origpat) argument
532 glob0(const Char *pattern, glob_t *pglob, struct glob_limit *limit, const char *origpat) argument
609 globfinal(glob_t *pglob, struct glob_limit *limit, size_t oldpathc, const char *origpat) argument
849 globextend(const Char *path, glob_t *pglob, struct glob_limit *limit, const char *origpat) argument
1064 err_nomatch(glob_t *pglob, struct glob_limit *limit, const char *origpat) argument
[all...]
H A Dfnmatch.c241 const char *origpat; local
264 origpat = pattern;
266 if (*pattern == ']' && pattern > origpat) {

Completed in 114 milliseconds