/external/ltp/testcases/kernel/syscalls/nftw/ |
D | 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 …]
|
D | test_func64.c | 41 test_func1(const char *path_name, const struct stat64 *stat_pointer, in test_func1() 75 test_func3(const char *path_name, const struct stat64 *stat_pointer, in test_func3() 100 test_func4(const char *path_name, const struct stat64 *stat_pointer, in test_func4() 113 test_func5(const char *path_name, const struct stat64 *stat_pointer, in test_func5() 137 test_func7(const char *path_name, const struct stat64 *stat_pointer, in test_func7() 168 test_func8(const char *path_name, const struct stat64 *stat_pointer, in test_func8() 250 test_func9(const char *path_name, const struct stat64 *stat_pointer, in test_func9() 286 test_func10(const char *path_name, const struct stat64 *stat_pointer, in test_func10() 321 test_func11(const char *path_name, const struct stat64 *stat_pointer, in test_func11() 356 test_func12(const char *path_name, const struct stat64 *stat_pointer, in test_func12() [all …]
|
/external/valgrind/memcheck/tests/x86-solaris/ |
D | scalar_obsolete.stderr.exp | 4 Syscall param stat64(path) contains uninitialised byte(s) 7 Syscall param stat64(buf) contains uninitialised byte(s) 10 Syscall param stat64(path) points to unaddressable byte(s) 14 Syscall param stat64(buf) points to unaddressable byte(s)
|
/external/strace/mpers-m32/ |
D | struct_stat64.c | 54 struct stat64 {}; struct 57 typedef struct stat64 struct_stat64;
|
/external/strace/mpers-mx32/ |
D | struct_stat64.c | 54 struct stat64 {}; struct 57 typedef struct stat64 struct_stat64;
|
/external/kmod/testsuite/ |
D | path.c | 191 WRAP_2ARGS(int, -1, stat64, struct stat64*); 192 WRAP_2ARGS(int, -1, lstat64, struct stat64*);
|
/external/f2fs-tools/tools/ |
D | fibmap.c | 33 void print_stat(struct stat64 *st) in print_stat() 51 void stat_bdev(struct stat64 *st, unsigned int *start_lba) in stat_bdev() 92 struct stat64 st; in main()
|
/external/strace/ |
D | fetch_struct_stat64.c | 55 struct stat64 {}; struct 58 typedef struct stat64 struct_stat64;
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/MCJIT/ |
D | Intercept.cpp | 67 sys::DynamicLibrary::AddSymbol("stat64", (void*)(intptr_t)stat64); in StatSymbols() 68 sys::DynamicLibrary::AddSymbol("\x1stat64", (void*)(intptr_t)stat64); in StatSymbols()
|
/external/e2fsprogs/contrib/ |
D | fsstress.c | 289 int lstat64_path(pathname_t *, struct stat64 *); 302 int stat64_path(pathname_t *, struct stat64 *); 682 struct stat64 statbuf; in check_cwd() 684 if (stat64(".", &statbuf) == 0 && statbuf.st_ino == top_ino) in check_cwd() 779 struct stat64 statbuf; in doproc() 787 if (chdir(buf) < 0 || stat64(".", &statbuf) < 0) { in doproc() 809 rval = stat64(".", &statbuf); in doproc() 1019 int lstat64_path(pathname_t * name, struct stat64 *sbuf) in lstat64_path() 1310 int stat64_path(pathname_t * name, struct stat64 *sbuf) in stat64_path() 1316 rval = stat64(name->path, sbuf); in stat64_path() [all …]
|
/external/ltp/testcases/network/nfs/nfs_fsstress/ |
D | fsstress.c | 256 int lstat64_path(pathname_t *, struct stat64 *); 269 int stat64_path(pathname_t *, struct stat64 *); 603 struct stat64 statbuf; in check_cwd() 605 if (stat64(".", &statbuf) == 0 && statbuf.st_ino == top_ino) in check_cwd() 700 struct stat64 statbuf; in doproc() 708 if (chdir(buf) < 0 || stat64(".", &statbuf) < 0) { in doproc() 730 rval = stat64(".", &statbuf); in doproc() 940 int lstat64_path(pathname_t * name, struct stat64 *sbuf) in lstat64_path() 1231 int stat64_path(pathname_t * name, struct stat64 *sbuf) in stat64_path() 1237 rval = stat64(name->path, sbuf); in stat64_path() [all …]
|
/external/ltp/testcases/kernel/fs/fsstress/ |
D | fsstress.c | 262 int lstat64_path(pathname_t *, struct stat64 *); 275 int stat64_path(pathname_t *, struct stat64 *); 655 struct stat64 statbuf; in check_cwd() 657 if (stat64(".", &statbuf) == 0 && statbuf.st_ino == top_ino) in check_cwd() 752 struct stat64 statbuf; in doproc() 760 if (chdir(buf) < 0 || stat64(".", &statbuf) < 0) { in doproc() 782 rval = stat64(".", &statbuf); in doproc() 992 int lstat64_path(pathname_t * name, struct stat64 *sbuf) in lstat64_path() 1283 int stat64_path(pathname_t * name, struct stat64 *sbuf) in stat64_path() 1289 rval = stat64(name->path, sbuf); in stat64_path() [all …]
|
/external/ltp/testcases/kernel/syscalls/fstatat/ |
D | fstatat01.c | 64 int fstatat(int dirfd, const char *filename, struct stat64 *statbuf, int flags) in fstatat() 85 static struct stat64 statbuf; in main()
|
/external/e2fsprogs/misc/ |
D | e4defrag.c | 214 struct stat64 sb; in get_mount_point() 216 if (stat64(devname, &sb) < 0) { in get_mount_point() 229 struct stat64 ms; in get_mount_point() 235 if (stat64(mnt->mnt_fsname, &ms) < 0) in get_mount_point() 339 const struct stat64 *buf, int flag EXT2FS_ATTR((unused)), in calc_entry_counts() 521 static int file_check(int fd, const struct stat64 *buf, const char *file, in file_check() 1038 static int file_statistic(const char *file, const struct stat64 *buf, in file_statistic() 1302 const struct stat64 *buf, struct fiemap_extent_list *ext_list_head) in call_defrag() 1400 static int file_defrag(const char *file, const struct stat64 *buf, in file_defrag() 1679 struct stat64 buf; in main() [all …]
|
/external/strace/tests-m32/ |
D | fstatat64.c | 35 # define STRUCT_STAT struct stat64
|
D | stat64.c | 35 # define STRUCT_STAT struct stat64
|
D | fstat64.c | 35 # define STRUCT_STAT struct stat64
|
/external/strace/tests-mx32/ |
D | fstatat64.c | 35 # define STRUCT_STAT struct stat64
|
D | lstat64.c | 35 # define STRUCT_STAT struct stat64
|
D | fstat64.c | 35 # define STRUCT_STAT struct stat64
|
D | stat64.c | 35 # define STRUCT_STAT struct stat64
|
/external/strace/tests/ |
D | lstat64.c | 35 # define STRUCT_STAT struct stat64
|
D | stat64.c | 35 # define STRUCT_STAT struct stat64
|
D | fstatat64.c | 35 # define STRUCT_STAT struct stat64
|
D | fstat64.c | 35 # define STRUCT_STAT struct stat64
|