/bionic/libc/include/ |
ftw.h | 1 /* $NetBSD: ftw.h,v 1.1 2005/12/30 23:07:33 agc Exp $ */ 3 /* From OpenBSD: ftw.h,v 1.1 2003/07/21 21:13:18 millert Exp */ 33 * second argument to ftw(3) and nftw(3). Say it three times fast! 51 struct FTW { 57 int ftw(const char *, int (*)(const char *, const struct stat *, int), int); 59 struct FTW *), int, int);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
ftw.h | 20 * X/Open Portability Guide 4.2: ftw.h 34 /* Values for the FLAG argument to the user function passed to `ftw' 92 FTW_STOP = 1, /* Return from `ftw' or `nftw' with FTW_STOP as return 106 struct FTW 124 struct FTW *__info); 128 int __flag, struct FTW *__info); 137 extern int ftw (__const char *__dir, __ftw_func_t __func, int __descriptors) 141 extern int __REDIRECT (ftw, (__const char *__dir, __ftw_func_t __func, 144 # define ftw ftw64 macro 178 #endif /* ftw.h * [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
ftw.h | 20 * X/Open Portability Guide 4.2: ftw.h 34 /* Values for the FLAG argument to the user function passed to `ftw' 92 FTW_STOP = 1, /* Return from `ftw' or `nftw' with FTW_STOP as return 106 struct FTW 124 struct FTW *__info); 128 int __flag, struct FTW *__info); 137 extern int ftw (__const char *__dir, __ftw_func_t __func, int __descriptors) 141 extern int __REDIRECT (ftw, (__const char *__dir, __ftw_func_t __func, 144 # define ftw ftw64 macro 178 #endif /* ftw.h * [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
ftw.h | 20 * X/Open Portability Guide 4.2: ftw.h 34 /* Values for the FLAG argument to the user function passed to `ftw' 92 FTW_STOP = 1, /* Return from `ftw' or `nftw' with FTW_STOP as return 106 struct FTW 124 struct FTW *__info); 128 int __flag, struct FTW *__info); 137 extern int ftw (__const char *__dir, __ftw_func_t __func, int __descriptors) 141 extern int __REDIRECT (ftw, (__const char *__dir, __ftw_func_t __func, 144 # define ftw ftw64 macro 178 #endif /* ftw.h * [all...] |
/bionic/libc/upstream-netbsd/libc/gen/ |
ftw.c | 1 /* $NetBSD: ftw.c,v 1.1 2005/12/30 23:07:32 agc Exp $ */ 3 /* From OpenBSD: ftw.c,v 1.2 2003/07/21 21:15:32 millert Exp */ 27 __RCSID("$NetBSD: ftw.c,v 1.1 2005/12/30 23:07:32 agc Exp $"); 34 #include <ftw.h> 38 ftw(const char *path, int (*fn)(const char *, const struct stat *, int), function
|
nftw.c | 35 #include <ftw.h> 40 struct FTW *), int nfds, int ftwflags) 44 struct FTW f;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
sigcontext.h | 114 __uint16_t ftw; member in struct:_fpstate
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
user.h | 35 __uint16_t ftw; member in struct:user_fpregs_struct
|
ucontext.h | 111 __uint16_t ftw; member in struct:_libc_fpstate
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sigcontext.h | 114 __uint16_t ftw; member in struct:_fpstate
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
user.h | 35 __uint16_t ftw; member in struct:user_fpregs_struct
|
ucontext.h | 111 __uint16_t ftw; member in struct:_libc_fpstate
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
sigcontext.h | 114 __uint16_t ftw; member in struct:_fpstate
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
user.h | 35 __uint16_t ftw; member in struct:user_fpregs_struct
|
ucontext.h | 111 __uint16_t ftw; member in struct:_libc_fpstate
|
/external/libcap-ng/libcap-ng-0.7/utils/ |
filecap.c | 33 #include <ftw.h> 47 struct FTW *s_unused __attribute__ ((unused)))
|
/external/qemu/target-i386/ |
hax-interface.h | 26 uint8 ftw; member in struct:fx_layout
|
hax-all.c | 954 env->fptags[i] = !((fpu.ftw >> i) & 1); 975 fpu.ftw |= (!env->fptags[i]) << i;
|
/system/core/init/ |
util.c | 25 #include <ftw.h> 518 int fileflags, struct FTW* pftw)
|
/bootable/recovery/updater/ |
install.c | 31 #include <ftw.h> 851 int fileflags, struct FTW *pfwt) { [all...] |
/bionic/libc/ |
Android.mk | 323 upstream-netbsd/libc/gen/ftw.c \
|