Searched refs:globextend (Results 1 – 1 of 1) sorted by relevance
172 static int globextend(const Char *, glob_t *, struct glob_limit *);559 return globextend(pattern, pglob, limit); in glob0()652 return globextend(pathbuf, pglob, limit); in glob2()887 globextend(const Char *path, glob_t *pglob, struct glob_limit *limit) in globextend() function