Searched refs:globexp0 (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libc/gen/ |
H A D | glob-compat11.c | 136 static int globexp0(const Char *, glob11_t *, struct glob_limit *, 222 return (globexp0(patbuf, pglob, &limit, pattern)); in freebsd11_glob() 228 globexp0(const Char *pattern, glob11_t *pglob, struct glob_limit *limit, in globexp0() function
|
H A D | glob.c | 168 static int globexp0(const Char *, glob_t *, struct glob_limit *, 254 return (globexp0(patbuf, pglob, &limit, pattern)); in glob() 260 globexp0(const Char *pattern, glob_t *pglob, struct glob_limit *limit, in globexp0() function
|