Searched refs:origpat (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/upstream-freebsd/lib/libc/gen/ |
D | glob.c | 265 const char *origpat) { in globexp0() argument 276 return (glob0(pattern, pglob, limit, origpat)); in globexp0() 284 return (globfinal(pglob, limit, oldpathc, origpat)); in globexp0() 533 const char *origpat) { in glob0() argument 603 if (origpat != NULL) in glob0() 604 return (globfinal(pglob, limit, oldpathc, origpat)); in glob0() 611 const char *origpat) { in globfinal() argument 613 return (err_nomatch(pglob, limit, origpat)); in globfinal() 851 const char *origpat) in globextend() argument 878 if (origpat != NULL) in globextend() [all …]
|