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

1 2

  /external/ltp/testcases/kernel/syscalls/nftw/
test.c 25 * test.c - Test functions for nftw()
28 #include "nftw.h"
40 * A call to int nftw(const char *path, int (*fn)(const char *, const
53 fprintf(temp, "TEST: nftw() succeeds\n");
57 if ((ret = nftw("./tmp/data/dirh", test_func1, MAX_FD, 0)) == -1) {
58 perror("ERROR: nftw failed");
102 * A call to int nftw(const char *path, int (*fn)(const char *, const
114 "TEST: nftw with FTW_PHYS does not follow symbolic links\n");
118 if ((ret = nftw("./tmp/data/dirl", test_func1, MAX_FD, FTW_PHYS))
120 perror("nftw");
    [all...]
  /development/ndk/platforms/android-21/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,
  /external/ltp/testcases/kernel/syscalls/
Makefile 29 mincore mprotect nftw profil remap_file_pages sbrk
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ftw.h 49 /* Return from ftw or nftw with FTW_STOP as return value. */
59 int nftw (const char *, int (*) (const char *, const struct stat *, int , struct FTW *), int, int);
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/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/ndk/r10/platforms/android-21/arch-arm64/usr/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/ndk/r10/platforms/android-21/arch-mips/usr/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/ndk/r10/platforms/android-21/arch-mips64/usr/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/ndk/r10/platforms/android-21/arch-x86/usr/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/ndk/r10/platforms/android-21/arch-x86_64/usr/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/ndk/r10/platforms/android-23/arch-arm/usr/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/ndk/r10/platforms/android-23/arch-arm64/usr/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/ndk/r10/platforms/android-23/arch-mips/usr/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/ndk/r10/platforms/android-23/arch-mips64/usr/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/ndk/r10/platforms/android-23/arch-x86/usr/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/ndk/r10/platforms/android-23/arch-x86_64/usr/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/ndk/r11/platforms/android-21/arch-arm/usr/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/ndk/r11/platforms/android-21/arch-arm64/usr/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/ndk/r11/platforms/android-21/arch-mips/usr/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/ndk/r11/platforms/android-21/arch-mips64/usr/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/ndk/r11/platforms/android-21/arch-x86/usr/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/ndk/r11/platforms/android-21/arch-x86_64/usr/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/ndk/r11/platforms/android-23/arch-arm/usr/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/ndk/r11/platforms/android-23/arch-arm64/usr/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/ndk/r11/platforms/android-23/arch-mips/usr/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,

Completed in 496 milliseconds

1 2