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

  /bionic/libc/bionic/
lfs64_support.cpp 17 #include <ftw.h>
28 typedef int (*nftw_fn)(const char*, const struct stat*, int, struct FTW*);
32 return ftw(dirpath, reinterpret_cast<ftw_fn>(fn), nopenfd);
36 int (*fn)(const char*, const struct stat64*, int, struct FTW*),
  /bionic/tests/
ftw_test.cpp 20 #include <ftw.h>
32 const char* fpath, const struct stat* sb, int tflag, struct FTW* ftwbuf) {
51 const char* fpath, const struct stat* sb, int tflag, struct FTW* ftwbuf) {
57 const char* fpath, const struct stat64* sb, int tflag, struct FTW* ftwbuf) {
63 TEST(ftw, ftw) {
66 ftw(td.dirname, check_ftw, 1);
69 TEST(ftw, ftw64) {
75 TEST(ftw, nftw) {
81 TEST(ftw, nftw64)
    [all...]
  /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);
62 struct FTW *), int, int);
  /development/ndk/platforms/android-L/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);
62 struct FTW *), int, int);
  /bionic/libc/upstream-netbsd/lib/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;
  /bionic/libc/include/sys/
user.h 106 unsigned short ftw;
ucontext.h 261 uint16_t ftw;
  /development/ndk/platforms/android-L/include/sys/
user.h 106 unsigned short ftw;
ucontext.h 261 uint16_t ftw;