Home | History | Annotate | Download | only in openbsd-compat

Lines Matching full:glob_lim

140 struct glob_lim {
159 static int glob0(const Char *, glob_t *, struct glob_lim *);
160 static int glob1(Char *, Char *, glob_t *, struct glob_lim *);
162 glob_t *, struct glob_lim *);
164 Char *, Char *, glob_t *, struct glob_lim *);
165 static int globextend(const Char *, glob_t *, struct glob_lim *,
169 static int globexp1(const Char *, glob_t *, struct glob_lim *);
171 struct glob_lim *);
184 struct glob_lim limit = { 0, 0, 0 };
237 globexp1(const Char *pattern, glob_t *pglob, struct glob_lim *limitp)
259 struct glob_lim *limitp)
472 glob0(const Char *pattern, glob_t *pglob, struct glob_lim *limitp)
610 glob1(Char *pattern, Char *pattern_last, glob_t *pglob, struct glob_lim *limitp)
629 Char *pattern, Char *pattern_last, glob_t *pglob, struct glob_lim *limitp)
698 struct glob_lim *limitp)
796 globextend(const Char *path, glob_t *pglob, struct glob_lim *limitp,