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

1 2

  /external/avahi/avahi-daemon/
glob.h 77 } glob_t; typedef in typeref:struct:__anon6533
111 int glob(const char *, int, int (*)(const char *, int), glob_t *);
112 void globfree(glob_t *);
glob.c 150 static int g_lstat(Char *, struct stat *, glob_t *);
151 static DIR *g_opendir(Char *, glob_t *);
156 static int g_stat(Char *, struct stat *, glob_t *);
157 static int glob0(const Char *, glob_t *, size_t *);
158 static int glob1(Char *, glob_t *, size_t *);
159 static int glob2(Char *, Char *, Char *, Char *, glob_t *, size_t *);
160 static int glob3(Char *, Char *, Char *, Char *, Char *, glob_t *, size_t *);
161 static int globextend(const Char *, glob_t *, size_t *);
163 globtilde(const Char *, Char *, size_t, glob_t *);
164 static int globexp1(const Char *, glob_t *, size_t *)
    [all...]
static-services.c 671 glob_t globbuf;
  /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;
  /hardware/bsp/intel/peripheral/libmraa/src/glob/
glob.h 71 } glob_t; typedef in typeref:struct:__anon29791
105 int (*)(const char *, int), glob_t * __restrict) __RENAME(__glob30);
106 void globfree(glob_t *) __RENAME(__globfree30);
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...]
  /ndk/sources/host-tools/make-3.81/glob/
glob.h 138 } glob_t; typedef in typeref:struct:__anon35353
183 glob_t *__pglob));
186 extern void globfree __P ((glob_t *__pglob));
190 glob_t *__pglob)) __asm__ ("glob64");
192 extern void globfree __P ((glob_t *__pglob)) __asm__ ("globfree64");
glob.c 300 glob_t *pglob));
366 glob_t *pglob;
857 glob_t dirs;
1066 register glob_t *pglob;
1218 glob_t *pglob;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
glob.h 113 } glob_t; typedef in typeref:struct:__anon37402
161 glob_t *__restrict __pglob) __THROW;
164 extern void globfree (glob_t *__pglob) __THROW;
169 glob_t *__restrict __pglob), glob64);
171 extern void __REDIRECT_NTH (globfree, (glob_t *__pglob), globfree64);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
glob.h 107 } glob_t; typedef in typeref:struct:__anon39199
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);
  /external/compiler-rt/test/asan/TestCases/Posix/
glob.cc 21 glob_t globbuf;
  /external/libxml2/
testrecurse.c 69 } glob_t; typedef in typeref:struct:__anon17537
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 115 } glob_t; typedef in typeref:struct:__anon17535
120 glob_t *pglob) {
121 glob_t *ret;
143 memset(ret, 0, sizeof(glob_t));
184 static void globfree(glob_t *pglob) {
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 976 CHECK_TYPE_SIZE(glob_t); variable
    [all...]
  /build/kati/
fileutil.cc 159 glob_t gl;
  /external/selinux/policycoreutils/restorecond/
watch.c 46 glob_t globbuf;
  /hardware/bsp/intel/peripheral/libmraa/src/
mraa.c 581 glob_t results;
662 glob_t results;
  /external/google-breakpad/src/client/mac/tests/
crash_generation_server_test.cc 143 glob_t dirContents;
  /external/selinux/policycoreutils/sandbox/
seunshare.c 318 glob_t fglob;
  /external/selinux/policycoreutils/setfiles/
restore.c 374 glob_t globbuf;
  /ndk/sources/host-tools/make-3.81/
dir.c 1208 dir_setup_glob (glob_t *gl)
  /external/ipsec-tools/src/racoon/
cftoken.l 101 glob_t matches;
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 839 glob_t the_glob;
    [all...]

Completed in 455 milliseconds

1 2