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

/freebsd-current/lib/libc/gen/
H A Dglob-compat11.c229 const char *origpat) {
240 return (glob0(pattern, pglob, limit, origpat));
248 return (globfinal(pglob, limit, oldpathc, origpat));
496 const char *origpat) {
565 if (origpat != NULL)
566 return (globfinal(pglob, limit, oldpathc, origpat));
573 const char *origpat) {
575 return (err_nomatch(pglob, limit, origpat));
814 const char *origpat)
841 if (origpat !
228 globexp0(const Char *pattern, glob11_t *pglob, struct glob_limit *limit, const char *origpat) argument
495 glob0(const Char *pattern, glob11_t *pglob, struct glob_limit *limit, const char *origpat) argument
572 globfinal(glob11_t *pglob, struct glob_limit *limit, size_t oldpathc, const char *origpat) argument
813 globextend(const Char *path, glob11_t *pglob, struct glob_limit *limit, const char *origpat) argument
1041 err_nomatch(glob11_t *pglob, struct glob_limit *limit, const char *origpat) argument
[all...]
H A Dglob.c261 const char *origpat) {
272 return (glob0(pattern, pglob, limit, origpat));
280 return (globfinal(pglob, limit, oldpathc, origpat));
528 const char *origpat) {
598 if (origpat != NULL)
599 return (globfinal(pglob, limit, oldpathc, origpat));
606 const char *origpat) {
608 return (err_nomatch(pglob, limit, origpat));
846 const char *origpat)
873 if (origpat !
260 globexp0(const Char *pattern, glob_t *pglob, struct glob_limit *limit, const char *origpat) argument
527 glob0(const Char *pattern, glob_t *pglob, struct glob_limit *limit, const char *origpat) argument
605 globfinal(glob_t *pglob, struct glob_limit *limit, size_t oldpathc, const char *origpat) argument
845 globextend(const Char *path, glob_t *pglob, struct glob_limit *limit, const char *origpat) argument
1073 err_nomatch(glob_t *pglob, struct glob_limit *limit, const char *origpat) argument
[all...]
H A Dfnmatch.c237 const char *origpat; local
260 origpat = pattern;
262 if (*pattern == ']' && pattern > origpat) {

Completed in 127 milliseconds