Home
last modified time | relevance | path

Searched refs:glob0 (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/upstream-freebsd/lib/libc/gen/
Dglob.c161 static int glob0(const Char *, glob_t *, struct glob_limit *,
260 return (glob0(patbuf, pglob, &limit, pattern)); in glob()
276 return (glob0(pattern, pglob, limit, origpat)); in globexp0()
306 return (glob0(pattern, pglob, limit, NULL)); in globexp1()
354 return (glob0(pattern, pglob, limit, NULL)); in globexp2()
532 glob0(const Char *pattern, glob_t *pglob, struct glob_limit *limit, in glob0() function