Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c197 static int globexp1(const wcat_t *, glob_t *, struct glob_lim *,
287 return (globexp1(patbuf, pglob, &limit, errfunc)); in _glob_ext()
298 globexp1(const wcat_t *pattern, glob_t *pglob, struct glob_lim *limitp, in globexp1() function
405 rv = globexp1(patbuf, pglob, limitp, errfunc); in globexp2()