Searched refs:glob_limit (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/upstream-freebsd/lib/libc/gen/ |
D | glob.c | 108 struct glob_limit { struct 161 static int glob0(const Char *, glob_t *, struct glob_limit *, 163 static int glob1(Char *, glob_t *, struct glob_limit *); 165 struct glob_limit *); 167 struct glob_limit *); 168 static int globextend(const Char *, glob_t *, struct glob_limit *, 172 static int globexp0(const Char *, glob_t *, struct glob_limit *, 174 static int globexp1(const Char *, glob_t *, struct glob_limit *); 176 struct glob_limit *); 177 static int globfinal(glob_t *, struct glob_limit *, size_t, [all …]
|