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

  /bionic/libc/upstream-netbsd/lib/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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.15-4.8/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

Completed in 117 milliseconds