glob.c | 172 static int globextend(const Char *, glob_t *, struct glob_limit *); 563 return globextend(pattern, pglob, limit); 656 return globextend(pathbuf, pglob, limit); 891 globextend(const Char *path, glob_t *pglob, struct glob_limit *limit) function in typeref:typename:int
|