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 | 61 static void InstallFake(glob_t* g) { in InstallFake() 70 glob_t g = {}; in TEST() 77 glob_t g = {}; in TEST() 93 glob_t g = {}; in TEST() 115 glob_t g = {}; in TEST() 132 glob_t g = {}; in TEST() 145 glob_t g = {}; in TEST() 165 glob_t g = {}; in TEST() 177 glob_t g = {}; in TEST() 200 glob_t g = {}; in TEST() [all …]
|
/bionic/libc/include/ |
D | glob.h | 65 } glob_t; typedef 93 …nt (*__error_callback)(const char* __failure_path, int __failure_errno), glob_t* __result_ptr) __I… 94 void globfree(glob_t* __result_ptr) __INTRODUCED_IN(28);
|