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

  /external/openssh/openbsd-compat/
glob.h 71 } glob_t; typedef in typeref:struct:__anon28137
96 int glob(const char *, int, int (*)(const char *, int), glob_t *);
97 void globfree(glob_t *);
glob.c 153 static int g_lstat(Char *, struct stat *, glob_t *);
154 static DIR *g_opendir(Char *, glob_t *);
157 static int g_stat(Char *, struct stat *, glob_t *);
158 static int glob0(const Char *, glob_t *, struct glob_lim *);
159 static int glob1(Char *, Char *, glob_t *, struct glob_lim *);
161 glob_t *, struct glob_lim *);
163 Char *, Char *, glob_t *, struct glob_lim *);
164 static int globextend(const Char *, glob_t *, struct glob_lim *,
167 globtilde(const Char *, Char *, size_t, glob_t *);
168 static int globexp1(const Char *, glob_t *, struct glob_lim *)
    [all...]
  /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:__anon12113
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.11-4.8/sysroot/usr/include/
glob.h 113 } glob_t; typedef in typeref:struct:__anon47239
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:__anon49039
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/openssh/
sftp-glob.c 36 int (*)(const char *, int), glob_t *);
138 int (*errfunc)(const char *, int), glob_t *pglob)
sftp.c 116 int (*)(const char *, int), glob_t *); /* proto for sftp-glob.c */
593 glob_t g;
678 glob_t g;
871 glob_t g;
    [all...]
configure     [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:__anon24778
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 118 } glob_t; typedef in typeref:struct:__anon24776
123 glob_t *pglob) {
124 glob_t *ret;
146 memset(ret, 0, sizeof(glob_t));
187 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 62 glob_t g;
  /external/google-breakpad/src/client/mac/tests/
crash_generation_server_test.cc 143 glob_t dirContents;
  /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 725 milliseconds