Searched refs:globextend (Results 1 – 1 of 1) sorted by relevance
161 static int globextend(const Char *, glob_t *, size_t *);517 return(globextend(pattern, pglob, limit)); in glob0()579 return(globextend(pathbuf, pglob, limit)); in glob2()707 globextend(const Char *path, glob_t *pglob, size_t *limit) in globextend() function