Searched refs:globextend (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/upstream-freebsd/lib/libc/gen/ |
D | glob.c | 168 static int globextend(const Char *, glob_t *, struct glob_limit *, 682 return (globextend(pathbuf, pglob, limit, NULL)); in glob2() 850 globextend(const Char *path, glob_t *pglob, struct glob_limit *limit, in globextend() function 1094 return (globextend(NULL, pglob, limit, origpat)); in err_nomatch()
|