Searched refs:glob_t (Results 1 – 4 of 4) sorted by relevance
/bionic/tests/headers/posix/ |
D | glob_h.c | 34 TYPE(glob_t); in glob_h() 35 STRUCT_MEMBER(glob_t, size_t, gl_pathc); in glob_h() 36 STRUCT_MEMBER(glob_t, char**, gl_pathv); in glob_h() 37 STRUCT_MEMBER(glob_t, size_t, gl_offs); in glob_h() 52 FUNCTION(glob, int (*f)(const char*, int, int (*)(const char*, int), glob_t*)); in glob_h() 53 FUNCTION(globfree, void (*f)(glob_t*)); in glob_h()
|
/bionic/libc/upstream-freebsd/lib/libc/gen/ |
D | glob.c | 154 static int g_lstat(Char *, struct stat *, glob_t *); 155 static DIR *g_opendir(Char *, glob_t *); 160 static int g_stat(Char *, struct stat *, glob_t *); 161 static int glob0(const Char *, glob_t *, struct glob_limit *, 163 static int glob1(Char *, glob_t *, struct glob_limit *); 164 static int glob2(Char *, Char *, Char *, Char *, glob_t *, 166 static int glob3(Char *, Char *, Char *, Char *, Char *, glob_t *, 168 static int globextend(const Char *, glob_t *, struct glob_limit *, 171 globtilde(const Char *, Char *, size_t, glob_t *); 172 static int globexp0(const Char *, glob_t *, struct glob_limit *, [all …]
|
/bionic/tests/ |
D | glob_test.cpp | 64 static void InstallFake(glob_t* g) { in InstallFake() 74 glob_t g = {}; in TEST() 81 glob_t g = {}; in TEST() 97 glob_t g = {}; in TEST() 122 glob_t g = {}; in TEST() 143 glob_t g = {}; in TEST() 159 glob_t g = {}; in TEST() 179 glob_t g = {}; in TEST() 192 glob_t g = {}; in TEST() 219 glob_t g = {}; in TEST() [all …]
|
/bionic/libc/include/ |
D | glob.h | 67 } glob_t; typedef 95 …ror_callback)(const char* _Nonnull __failure_path, int __failure_errno), glob_t* _Nonnull __result… 96 void globfree(glob_t* _Nonnull __result_ptr) __INTRODUCED_IN(28);
|