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

1 2 3

  /external/ltp/testcases/kernel/syscalls/nftw/
nftw64.h 34 #include <ftw.h>
111 extern int test_func1(const char *, const struct stat64 *, int, struct FTW *);
112 extern int test_func3(const char *, const struct stat64 *, int, struct FTW *);
113 extern int test_func4(const char *, const struct stat64 *, int, struct FTW *);
114 extern int test_func5(const char *, const struct stat64 *, int, struct FTW *);
115 extern int test_func7(const char *, const struct stat64 *, int, struct FTW *);
116 extern int test_func8(const char *, const struct stat64 *, int, struct FTW *);
117 extern int test_func9(const char *, const struct stat64 *, int, struct FTW *);
118 extern int test_func10(const char *, const struct stat64 *, int, struct FTW *);
119 extern int test_func11(const char *, const struct stat64 *, int, struct FTW *);
    [all...]
nftw.h 34 #include <ftw.h>
112 int test_func1(const char *, const struct stat *, int, struct FTW *);
113 int test_func3(const char *, const struct stat *, int, struct FTW *);
114 int test_func4(const char *, const struct stat *, int, struct FTW *);
115 int test_func5(const char *, const struct stat *, int, struct FTW *);
116 int test_func7(const char *, const struct stat *, int, struct FTW *);
117 int test_func8(const char *, const struct stat *, int, struct FTW *);
118 int test_func9(const char *, const struct stat *, int, struct FTW *);
119 int test_func10(const char *, const struct stat *, int, struct FTW *);
120 int test_func11(const char *, const struct stat *, int, struct FTW *);
    [all...]
  /development/ndk/platforms/android-21/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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ftw.h 16 struct FTW {
49 /* Return from ftw or nftw with FTW_STOP as return value. */
56 int ftw (const char *, int (*) (const char *, const struct stat *, int), int);
59 int nftw (const char *, int (*) (const char *, const struct stat *, int , struct FTW *), int, int);
60 int nftw64 (const char *, int (*) (const char *, const struct stat64 *, int , struct FTW *), int, int);
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/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);
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/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);
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/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);
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/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);
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/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);
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/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);
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/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);
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/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);
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/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);
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/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);
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/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);
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/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);
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/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);
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/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);
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/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);
  /prebuilts/ndk/r11/platforms/android-21/arch-mips64/usr/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);
  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/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);
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/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);
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/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);
  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/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);
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/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);

Completed in 833 milliseconds

1 2 3