Searched refs:glob_limit (Results 1 – 1 of 1) sorted by relevance
/hardware/bsp/intel/peripheral/libmraa/src/glob/ |
D | glob.c | 96 struct glob_limit { struct 166 static int glob0(const Char *, glob_t *, struct glob_limit *); 167 static int glob1(Char *, glob_t *, struct glob_limit *); 169 struct glob_limit *); 171 const Char *, glob_t *, struct glob_limit *); 172 static int globextend(const Char *, glob_t *, struct glob_limit *); 174 static int globexp1(const Char *, glob_t *, struct glob_limit *); 176 struct glob_limit *); 189 struct glob_limit limit = { 0, 0, 0, 0 }; in glob() 236 globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit) in globexp1() [all …]
|