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

1 2 3 4 5

  /external/ltp/testcases/kernel/syscalls/nftw/
nftw64.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 *);
120 extern int test_func12(const char *, const struct stat64 *, int, struct FTW *)
    [all...]
test_func64.c 41 test_func1(const char *path_name, const struct stat64 *stat_pointer,
75 test_func3(const char *path_name, const struct stat64 *stat_pointer,
100 test_func4(const char *path_name, const struct stat64 *stat_pointer,
113 test_func5(const char *path_name, const struct stat64 *stat_pointer,
137 test_func7(const char *path_name, const struct stat64 *stat_pointer,
168 test_func8(const char *path_name, const struct stat64 *stat_pointer,
250 test_func9(const char *path_name, const struct stat64 *stat_pointer,
286 test_func10(const char *path_name, const struct stat64 *stat_pointer,
321 test_func11(const char *path_name, const struct stat64 *stat_pointer,
356 test_func12(const char *path_name, const struct stat64 *stat_pointer
    [all...]
  /external/strace/tests/
fstat64.c 36 # define STRUCT_STAT struct stat64
37 # define STRUCT_STAT_STR "struct stat64"
fstatat64.c 36 # define STRUCT_STAT struct stat64
37 # define STRUCT_STAT_STR "struct stat64"
lstat64.c 36 # define STRUCT_STAT struct stat64
37 # define STRUCT_STAT_STR "struct stat64"
stat64.c 35 # define TEST_SYSCALL_STR "stat64"
36 # define STRUCT_STAT struct stat64
37 # define STRUCT_STAT_STR "struct stat64"
  /external/strace/tests-m32/
fstat64.c 36 # define STRUCT_STAT struct stat64
37 # define STRUCT_STAT_STR "struct stat64"
fstatat64.c 36 # define STRUCT_STAT struct stat64
37 # define STRUCT_STAT_STR "struct stat64"
lstat64.c 36 # define STRUCT_STAT struct stat64
37 # define STRUCT_STAT_STR "struct stat64"
stat64.c 35 # define TEST_SYSCALL_STR "stat64"
36 # define STRUCT_STAT struct stat64
37 # define STRUCT_STAT_STR "struct stat64"
  /external/strace/tests-mx32/
fstat64.c 36 # define STRUCT_STAT struct stat64
37 # define STRUCT_STAT_STR "struct stat64"
fstatat64.c 36 # define STRUCT_STAT struct stat64
37 # define STRUCT_STAT_STR "struct stat64"
lstat64.c 36 # define STRUCT_STAT struct stat64
37 # define STRUCT_STAT_STR "struct stat64"
stat64.c 35 # define TEST_SYSCALL_STR "stat64"
36 # define STRUCT_STAT struct stat64
37 # define STRUCT_STAT_STR "struct stat64"
  /external/strace/
largefile_wrappers.h 42 # define struct_stat struct stat64
43 # define stat_file stat64
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ftw.h 57 int ftw64 (const char *, int (*) (const char *, const struct stat64 *, int), int);
60 int nftw64 (const char *, int (*) (const char *, const struct stat64 *, int , struct FTW *), int, int);
  /bionic/libc/bionic/
stat.cpp 37 __strong_alias(stat64, stat);
lfs64_support.cpp 22 // open (our open is actually open64) and stat and stat64 are the same.
40 int (*fn)(const char*, const struct stat64*, int), int nopenfd) {
45 int (*fn)(const char*, const struct stat64*, int, struct FTW*),
  /bionic/libc/include/
ftw.h 60 int ftw64(const char* __dir_path, int (*__callback)(const char*, const struct stat64*, int), int __max_fd_count) __RENAME_STAT64(ftw, 17, 21);
61 int nftw64(const char* __dir_path, int (*__callback)(const char*, const struct stat64*, int, struct FTW*), int __max_fd_count, int __flags) __RENAME_STAT64(nftw, 17, 21);
  /bionic/libc/include/sys/
stat.h 118 struct stat64 { __STAT64_BODY }; struct
159 int fstat64(int __fd, struct stat64* __buf) __RENAME_STAT64(fstat, 3, 21);
161 int fstatat64(int __dir_fd, const char* __path, struct stat64* __buf, int __flags) __RENAME_STAT64(fstatat, 3, 21);
163 int lstat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(lstat, 3, 21);
165 int stat64(const char* __path, struct stat64* __buf) __RENAME_STAT64(stat, 3, 21);
  /bionic/libc/kernel/uapi/asm-arm/asm/
stat.h 55 struct stat64 { struct
  /bionic/libc/kernel/uapi/asm-generic/
stat.h 46 struct stat64 { struct
  /external/kernel-headers/original/uapi/asm-generic/
stat.h 10 * stat64 is copied from powerpc64, with explicit padding added.
15 * 32 bit architectures use the stat64 interface. Note that we don't
47 /* This matches struct stat64 in glibc2.1. Only used for 32 bit. */
49 struct stat64 { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
stat.h 9 * stat64 is copied from powerpc64, with explicit padding added.
14 * 32 bit architectures use the stat64 interface. Note that we don't
46 /* This matches struct stat64 in glibc2.1. Only used for 32 bit. */
48 struct stat64 { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 220 struct stat *__restrict __buf), stat64)
225 # define stat stat64
230 extern int stat64 (__const char *__restrict __file,
231 struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2));
232 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
256 struct stat64 *__restrict __buf, int __flag)
279 struct stat64 *__restrict __buf)
436 extern int __fxstat64 (int __ver, int __fildes, struct stat64 *__stat_buf)
439 struct stat64 *__stat_buf) __THROW __nonnull ((2, 3));
441 struct stat64 *__stat_buf) __THROW __nonnull ((2, 3))
504 __NTH (stat64 (__const char *__path, struct stat64 *__statbuf)) function
    [all...]

Completed in 1609 milliseconds

1 2 3 4 5