/external/openssh/openbsd-compat/ |
glob.h | 71 } glob_t; typedef in typeref:struct:__anon9873 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...] |
/ndk/sources/host-tools/make-3.81/glob/ |
glob.h | 138 } glob_t; typedef in typeref:struct:__anon19611 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:__anon22988 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:__anon24578 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:__anon26090 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/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/oprofile/gui/ |
oprof_start_util.cpp | 110 glob_t file_names;
|
/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;
|