Searched refs:glob_lim (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | glob.c | 144 struct glob_lim { struct 163 static int glob0(const Char *, glob_t *, struct glob_lim *); argument 164 static int glob1(Char *, Char *, glob_t *, struct glob_lim *); 166 glob_t *, struct glob_lim *); 168 Char *, Char *, glob_t *, struct glob_lim *); 169 static int globextend(const Char *, glob_t *, struct glob_lim *, 173 static int globexp1(const Char *, glob_t *, struct glob_lim *); 175 struct glob_lim *); 188 struct glob_lim limit = { 0, 0, 0 }; in glob() 240 globexp1(const Char *pattern, glob_t *pglob, struct glob_lim *limitp) in globexp1() [all …]
|