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

  /bionic/libc/bionic/
ftw.cpp 55 // Translate fts_read results into ftw/nftw callbacks.
121 int nftw(const char* path, int (*nftw_fn)(const char*, const struct stat*, int, FTW*), function
  /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
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 598 #define nftw(...) (pthread_testcancel(), nftw(__VA_ARGS__)) macro
    [all...]

Completed in 73 milliseconds