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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c199 static int globexp1(const wcat_t *, glob_t *, struct glob_lim *,
289 return (globexp1(patbuf, pglob, &limit, errfunc));
300 globexp1(const wcat_t *pattern, glob_t *pglob, struct glob_lim *limitp, function
319 * If it succeeds then it invokes globexp1 with the new pattern.
407 rv = globexp1(patbuf, pglob, limitp, errfunc);

Completed in 58 milliseconds