/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/strace/ |
D | largefile_wrappers.h | 42 # define struct_stat struct stat64 43 # define stat_file stat64
|
D | fetch_struct_stat64.c | 56 struct stat64 {}; struct 59 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 | 64 void print_stat(struct stat64 *st) in print_stat() 90 static void stat_bdev(struct stat64 *st, unsigned int *start_lba) in stat_bdev() 141 struct stat64 st;
|
/external/ltp/testcases/kernel/syscalls/fstatat/ |
D | fstatat01.c | 63 int fstatat(int dirfd, const char *filename, struct stat64 *statbuf, int flags) in fstatat() 84 static struct stat64 statbuf; in main()
|
/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/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() 1285 int stat64_path(pathname_t * name, struct stat64 *sbuf) in stat64_path() 1291 rval = stat64(name->path, sbuf); in stat64_path() [all …]
|
/external/e2fsprogs/misc/ |
D | e4defrag.c | 216 struct stat64 sb; in get_mount_point() 218 if (stat64(devname, &sb) < 0) { in get_mount_point() 231 struct stat64 ms; in get_mount_point() 237 if (stat64(mnt->mnt_fsname, &ms) < 0) in get_mount_point() 341 const struct stat64 *buf, int flag EXT2FS_ATTR((unused)), in calc_entry_counts() 524 static int file_check(int fd, const struct stat64 *buf, const char *file, in file_check() 1043 static int file_statistic(const char *file, const struct stat64 *buf, in file_statistic() 1309 const struct stat64 *buf, struct fiemap_extent_list *ext_list_head) in call_defrag() 1407 static int file_defrag(const char *file, const struct stat64 *buf, in file_defrag() 1686 struct stat64 buf; in main() [all …]
|
/external/pdfium/testing/utils/ |
D | path_service.cpp | 31 using stat_wrapper_t = struct stat64; 34 return stat64(path, sb);
|
/external/strace/tests-mx32/ |
D | trace_stat.in | 3 stat64 -a32
|
D | lstat64.c | 36 # define STRUCT_STAT struct stat64
|
D | fstatat64.c | 36 # define STRUCT_STAT struct stat64
|
D | stat64.c | 36 # define STRUCT_STAT struct stat64
|
D | fstat64.c | 36 # define STRUCT_STAT struct stat64
|
/external/strace/tests/ |
D | trace_stat.in | 3 stat64 -a32
|
D | fstat64.c | 36 # define STRUCT_STAT struct stat64
|
D | stat64.c | 36 # define STRUCT_STAT struct stat64
|
D | fstatat64.c | 36 # define STRUCT_STAT struct stat64
|
/external/strace/tests-m32/ |
D | trace_stat.in | 3 stat64 -a32
|
D | stat64.c | 36 # define STRUCT_STAT struct stat64
|
D | lstat64.c | 36 # define STRUCT_STAT struct stat64
|
D | fstat64.c | 36 # define STRUCT_STAT struct stat64
|
D | fstatat64.c | 36 # define STRUCT_STAT struct stat64
|