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

  /bionic/libc/include/
ftw.h 33 * second argument to ftw(3) and nftw(3). Say it three times fast!
44 * Flags for use as the 4th argument to nftw(3). These may be ORed together.
58 int nftw(const char *, int (*)(const char *, const struct stat *, int,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ftw.h 35 and 'nftw'. */
54 /* These flags are only passed from the `nftw' function. */
65 /* Flags for fourth argument of `nftw'. */
92 FTW_STOP = 1, /* Return from `ftw' or `nftw' with FTW_STOP as return
105 /* Structure used for fourth argument to callback function for `nftw'. */
159 extern int nftw (__const char *__dir, __nftw_func_t __func, int __descriptors,
163 extern int __REDIRECT (nftw, (__const char *__dir, __nftw_func_t __func,
167 # define nftw nftw64 macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ftw.h 35 and 'nftw'. */
54 /* These flags are only passed from the `nftw' function. */
65 /* Flags for fourth argument of `nftw'. */
92 FTW_STOP = 1, /* Return from `ftw' or `nftw' with FTW_STOP as return
105 /* Structure used for fourth argument to callback function for `nftw'. */
159 extern int nftw (__const char *__dir, __nftw_func_t __func, int __descriptors,
163 extern int __REDIRECT (nftw, (__const char *__dir, __nftw_func_t __func,
167 # define nftw nftw64 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ftw.h 35 and 'nftw'. */
54 /* These flags are only passed from the `nftw' function. */
65 /* Flags for fourth argument of `nftw'. */
92 FTW_STOP = 1, /* Return from `ftw' or `nftw' with FTW_STOP as return
105 /* Structure used for fourth argument to callback function for `nftw'. */
159 extern int nftw (__const char *__dir, __nftw_func_t __func, int __descriptors,
163 extern int __REDIRECT (nftw, (__const char *__dir, __nftw_func_t __func,
167 # define nftw nftw64 macro
  /external/libcap-ng/libcap-ng-0.7/utils/
filecap.c 157 nftw(dir, check_file, 1024, nftw_flags);
163 nftw("/", check_file, 1024, nftw_flags);
166 nftw(dir, check_file, 1024, nftw_flags);
  /bionic/libc/upstream-netbsd/libc/gen/
nftw.c 3 /* From OpenBSD: nftw.c,v 1.2 2003/07/21 21:15:32 millert Exp */
28 __RCSID("$NetBSD: nftw.c,v 1.1 2005/12/30 23:07:32 agc Exp $");
39 nftw(const char *path, int (*fn)(const char *, const struct stat *, int, function
  /bionic/libc/
Android.mk 335 upstream-netbsd/libc/gen/nftw.c \

Completed in 694 milliseconds