glob.c | 168 static int glob2(Char *, Char *, Char *, const Char *, glob_t *, 601 return glob2(pathbuf, pathbuf, 607 * The functions glob2 and glob3 are mutually recursive; there is one level 612 glob2(Char *pathbuf, Char *pathend, Char *pathlim, const Char *pattern, function in typeref:typename:int 626 qprintf("glob2", pathbuf); 730 glob2(pathbuf, pathend, pathlim, restpattern - 1, pglob, 732 glob2(pathbuf, pathend, pathlim, restpattern + 1, pglob, 845 error = glob2(pathbuf, dc, pathlim, pglobstar, 855 error = glob2(pathbuf, --dc, pathlim, restpattern,
|