Searched refs:glob_lim (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libc/port/regex/ |
H A D | glob.c | 154 struct glob_lim { struct 172 static int glob0(const wcat_t *, glob_t *, struct glob_lim *, argument 174 static int glob1(wcat_t *, wcat_t *, glob_t *, struct glob_lim *, 177 wcat_t *, glob_t *, struct glob_lim *, 180 wcat_t *, wcat_t *, glob_t *, struct glob_lim *, 182 static int globextend(const wcat_t *, glob_t *, struct glob_lim *, 186 static int globexp1(const wcat_t *, glob_t *, struct glob_lim *, 189 struct glob_lim *, int (*)(const char *, int)); 205 struct glob_lim limit = { 0, 0, 0 }; in _glob_ext() 287 globexp1(const wcat_t *pattern, glob_t *pglob, struct glob_lim *limitp, in globexp1() [all …]
|