Searched refs:restpattern (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/lib/libc/gen/ |
H A D | glob.c | 687 const Char *restpattern, const Char *pglobstar, glob_t *pglob, in glob3() argument 710 _DIAGASSERT(restpattern != NULL); in glob3() 716 while (pglobstar < restpattern) { in glob3() 728 error = pglobstar == pattern && termstar == restpattern ? in glob3() 729 *restpattern == EOS ? in glob3() 730 glob2(pathbuf, pathend, pathlim, restpattern - 1, pglob, in glob3() 732 glob2(pathbuf, pathend, pathlim, restpattern + 1, pglob, in glob3() 734 glob3(pathbuf, pathend, pathlim, pattern, restpattern, in glob3() 851 if (!match(pathend, pattern, restpattern)) { in glob3() 855 error = glob2(pathbuf, --dc, pathlim, restpattern, in glob3()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | glob.c | 572 glob3(Char *pathbuf, Char *pathend, Char *pattern, Char *restpattern, in glob3() argument 619 if (!match(pathend, pattern, restpattern)) { in glob3() 623 ret = glob2(pathbuf, --dc, restpattern, pglob, limit); in glob3()
|