Searched refs:glob_t (Results 1 – 3 of 3) sorted by relevance
/hardware/bsp/intel/peripheral/libmraa/src/glob/ |
D | glob.c | 162 static int g_lstat(Char *, __gl_stat_t *, glob_t *); 163 static DIR *g_opendir(Char *, glob_t *); 165 static int g_stat(Char *, __gl_stat_t *, glob_t *); 166 static int glob0(const Char *, glob_t *, struct glob_limit *); 167 static int glob1(Char *, glob_t *, struct glob_limit *); 168 static int glob2(Char *, Char *, Char *, const Char *, glob_t *, 171 const Char *, glob_t *, struct glob_limit *); 172 static int globextend(const Char *, glob_t *, struct glob_limit *); 173 static const Char *globtilde(const Char *, Char *, size_t, glob_t *); 174 static int globexp1(const Char *, glob_t *, struct glob_limit *); [all …]
|
D | glob.h | 71 } glob_t; typedef 105 int (*)(const char *, int), glob_t * __restrict) __RENAME(__glob30); 106 void globfree(glob_t *) __RENAME(__globfree30);
|
/hardware/bsp/intel/peripheral/libmraa/src/ |
D | mraa.c | 581 glob_t results; in mraa_file_exist() 662 glob_t results; in mraa_file_unglob()
|