Home
last modified time | relevance | path

Searched refs:glob_limit (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/gen/
H A Dglob-compat11.c72 struct glob_limit { struct
125 static int glob0(const Char *, glob11_t *, struct glob_limit *,
127 static int glob1(Char *, glob11_t *, struct glob_limit *);
129 struct glob_limit *);
131 struct glob_limit *);
132 static int globextend(const Char *, glob11_t *, struct glob_limit *,
136 static int globexp0(const Char *, glob11_t *, struct glob_limit *,
138 static int globexp1(const Char *, glob11_t *, struct glob_limit *);
140 struct glob_limit *);
141 static int globfinal(glob11_t *, struct glob_limit *, size_t,
[all …]
H A Dglob.c104 struct glob_limit { struct
157 static int glob0(const Char *, glob_t *, struct glob_limit *,
159 static int glob1(Char *, glob_t *, struct glob_limit *);
161 struct glob_limit *);
163 struct glob_limit *);
164 static int globextend(const Char *, glob_t *, struct glob_limit *,
168 static int globexp0(const Char *, glob_t *, struct glob_limit *,
170 static int globexp1(const Char *, glob_t *, struct glob_limit *);
172 struct glob_limit *);
173 static int globfinal(glob_t *, struct glob_limit *, size_t,
[all …]