Searched refs:glob_lim (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | glob.c | 167 struct glob_lim { struct 185 static int glob0(const wcat_t *, glob_t *, struct glob_lim *, 187 static int glob1(wcat_t *, wcat_t *, glob_t *, struct glob_lim *, 190 wcat_t *, glob_t *, struct glob_lim *, 193 wcat_t *, wcat_t *, glob_t *, struct glob_lim *, 195 static int globextend(const wcat_t *, glob_t *, struct glob_lim *, 199 static int globexp1(const wcat_t *, glob_t *, struct glob_lim *, 202 struct glob_lim *, int (*)(const char *, int)); 218 struct glob_lim limit = { 0, 0, 0 }; 300 globexp1(const wcat_t *pattern, glob_t *pglob, struct glob_lim *limit [all...] |
Completed in 59 milliseconds