HomeSort by relevance Sort by last modified time
    Searched refs:glob_t (Results 1 - 24 of 24) sorted by null

  /bionic/tests/headers/posix/
glob_h.c 34 TYPE(glob_t);
35 STRUCT_MEMBER(glob_t, size_t, gl_pathc);
36 STRUCT_MEMBER(glob_t, char**, gl_pathv);
37 STRUCT_MEMBER(glob_t, size_t, gl_offs);
52 FUNCTION(glob, int (*f)(const char*, int, int (*)(const char*, int), glob_t*));
53 FUNCTION(globfree, void (*f)(glob_t*));
  /bionic/libc/include/
glob.h 65 } glob_t; typedef in typeref:struct:__anon286
93 int glob(const char* __pattern, int __flags, int (*__error_callback)(const char* __failure_path, int __failure_errno), glob_t* __result_ptr) __INTRODUCED_IN(28);
94 void globfree(glob_t* __result_ptr) __INTRODUCED_IN(28);
  /external/compiler-rt/test/msan/Linux/
glob_nomatch.cc 14 glob_t globbuf;
glob.cc 16 glob_t globbuf;
glob_altdirfunc.cc 57 glob_t globbuf;
  /device/linaro/bootloader/edk2/StdLib/Include/
glob.h 71 } glob_t; typedef in typeref:struct:__anon12020
104 int (*)(const char *, int), glob_t * __restrict) __RENAME(__glob30);
105 void globfree(glob_t *) __RENAME(__globfree30);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
glob.h 107 } glob_t; typedef in typeref:struct:__anon62247
150 glob_t *__restrict __pglob) __THROW;
153 extern void globfree (glob_t *__pglob) __THROW;
158 glob_t *__restrict __pglob), glob64);
160 extern void __REDIRECT_NTH (globfree, (glob_t *__pglob), globfree64);
  /bionic/tests/
glob_test.cpp 61 static void InstallFake(glob_t* g) {
70 glob_t g = {};
77 glob_t g = {};
93 glob_t g = {};
115 glob_t g = {};
132 glob_t g = {};
145 glob_t g = {};
165 glob_t g = {};
177 glob_t g = {};
200 glob_t g = {}
    [all...]
  /external/compiler-rt/test/asan/TestCases/Posix/
glob.cc 21 glob_t globbuf;
  /bionic/libc/upstream-freebsd/lib/libc/gen/
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...]
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 163 static int g_lstat(Char *, __gl_stat_t *, glob_t *);
164 static DIR *g_opendir(Char *, glob_t *);
166 static int g_stat(Char *, __gl_stat_t *, glob_t *);
167 static int glob0(const Char *, glob_t *, size_t *);
168 static int glob1(Char *, glob_t *, size_t *);
169 static int glob2(Char *, Char *, Char *, Char *, glob_t *, size_t *);
170 static int glob3(Char *, Char *, Char *, Char *, Char *, glob_t *, size_t *);
171 static int globextend(const Char *, glob_t *, size_t *);
172 static const Char *globtilde(const Char *, Char *, size_t, glob_t *);
173 static int globexp1(const Char *, glob_t *, size_t *);
    [all...]
  /external/libxml2/
testrecurse.c 69 } glob_t; typedef in typeref:struct:__anon26819
74 glob_t *pglob) {
75 glob_t *ret;
97 memset(ret, 0, sizeof(glob_t));
138 static void globfree(glob_t *pglob) {
823 glob_t globbuf;
runtest.c 120 } glob_t; typedef in typeref:struct:__anon26816
125 glob_t *pglob) {
126 glob_t *ret;
148 memset(ret, 0, sizeof(glob_t));
189 static void globfree(glob_t *pglob) {
    [all...]
  /external/selinux/policycoreutils/setfiles/
restore.c 72 glob_t globbuf;
  /external/selinux/restorecond/
restore.c 71 glob_t globbuf;
watch.c 45 glob_t globbuf;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 981 CHECK_TYPE_SIZE(glob_t); variable
    [all...]
  /build/kati/
fileutil.cc 168 glob_t gl;
  /external/linux-kselftest/tools/testing/selftests/vm/
thuge-gen.c 63 glob_t g;
  /external/google-breakpad/src/client/mac/tests/
crash_generation_server_test.cc 143 glob_t dirContents;
  /external/iproute2/ip/
iptuntap.c 311 glob_t globbuf = { };
  /external/selinux/sandbox/
seunshare.c 318 glob_t fglob;
  /external/ipsec-tools/src/racoon/
cftoken.l 101 glob_t matches;
  /external/selinux/mcstrans/src/
mcstrans.c 799 glob_t g;
    [all...]

Completed in 1024 milliseconds