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

1 2

  /external/openssh/openbsd-compat/
glob.h 50 # define glob_t _ssh_compat_glob_t macro
75 } glob_t; typedef in typeref:struct:__anon28986
100 int glob(const char *, int, int (*)(const char *, int), glob_t *);
101 void globfree(glob_t *);
glob.c 154 static int g_lstat(Char *, struct stat *, glob_t *);
155 static DIR *g_opendir(Char *, glob_t *);
158 static int g_stat(Char *, struct stat *, glob_t *);
159 static int glob0(const Char *, glob_t *, struct glob_lim *);
160 static int glob1(Char *, Char *, glob_t *, struct glob_lim *);
162 glob_t *, struct glob_lim *);
164 Char *, Char *, glob_t *, struct glob_lim *);
165 static int globextend(const Char *, glob_t *, struct glob_lim *,
168 globtilde(const Char *, Char *, size_t, glob_t *);
169 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:__anon12164
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:__anon54573
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:__anon56373
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 117 int (*)(const char *, int), glob_t *); /* proto for sftp-glob.c */
606 glob_t g;
693 glob_t g;
888 glob_t g;
    [all...]
readconf.c 838 glob_t gl;
    [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:__anon24989
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:__anon24987
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 2055 milliseconds

1 2