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

  /external/openssh/openbsd-compat/
glob.h 71 } glob_t; typedef in typeref:struct:__anon24065
96 int glob(const char *, int, int (*)(const char *, int), glob_t *);
97 void globfree(glob_t *);
glob.c 143 static int g_lstat(Char *, struct stat *, glob_t *);
144 static DIR *g_opendir(Char *, glob_t *);
147 static int g_stat(Char *, struct stat *, glob_t *);
148 static int glob0(const Char *, glob_t *, struct glob_lim *);
149 static int glob1(Char *, Char *, glob_t *, struct glob_lim *);
151 glob_t *, struct glob_lim *);
153 Char *, Char *, glob_t *, struct glob_lim *);
154 static int globextend(const Char *, glob_t *, struct glob_lim *,
157 globtilde(const Char *, Char *, size_t, glob_t *);
158 static int globexp1(const Char *, glob_t *, struct glob_lim *)
    [all...]
  /external/compiler-rt/lib/msan/lit_tests/Linux/
glob_nomatch.cc 14 glob_t globbuf;
glob.cc 16 glob_t globbuf;
glob_altdirfunc.cc 57 glob_t globbuf;
  /ndk/sources/host-tools/make-3.81/glob/
glob.h 138 } glob_t; typedef in typeref:struct:__anon33225
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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
glob.h 113 } glob_t; typedef in typeref:struct:__anon37407
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/i686-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h 113 } glob_t; typedef in typeref:struct:__anon38997
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.7-4.6/sysroot/usr/include/
glob.h 113 } glob_t; typedef in typeref:struct:__anon40512
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);
  /external/compiler-rt/lib/asan/lit_tests/TestCases/Linux/
glob.cc 17 glob_t globbuf;
  /external/openssh/
sftp-glob.c 35 int (*)(const char *, int), glob_t *);
137 int (*errfunc)(const char *, int), glob_t *pglob)
sftp.c 105 int (*)(const char *, int), glob_t *); /* proto for sftp-glob.c */
524 glob_t g;
599 glob_t g;
788 glob_t g;
1296 glob_t g;
    [all...]
configure     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 751 CHECK_TYPE_SIZE(glob_t); variable
752 CHECK_SIZE_AND_OFFSET(glob_t, gl_pathc);
753 CHECK_SIZE_AND_OFFSET(glob_t, gl_pathv);
754 CHECK_SIZE_AND_OFFSET(glob_t, gl_offs);
755 CHECK_SIZE_AND_OFFSET(glob_t, gl_flags);
756 CHECK_SIZE_AND_OFFSET(glob_t, gl_closedir);
757 CHECK_SIZE_AND_OFFSET(glob_t, gl_readdir);
758 CHECK_SIZE_AND_OFFSET(glob_t, gl_opendir);
759 CHECK_SIZE_AND_OFFSET(glob_t, gl_lstat);
760 CHECK_SIZE_AND_OFFSET(glob_t, gl_stat)
    [all...]
  /external/skia/tools/skpdiff/
skpdiff_util.cpp 169 glob_t globBuffer;
  /external/oprofile/gui/
oprof_start_util.cpp 110 glob_t file_names;
  /external/chromium_org/third_party/libxml/src/
runtest.c 118 } glob_t; typedef in typeref:struct:__anon12204
123 glob_t *pglob) {
124 glob_t *ret;
146 memset(ret, 0, sizeof(glob_t));
187 static void globfree(glob_t *pglob) {
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.cc 531 glob_t g;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.cc 589 glob_t g;
  /ndk/sources/host-tools/make-3.81/
dir.c 1208 dir_setup_glob (glob_t *gl)
read.c     [all...]
  /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 897 milliseconds