/external/strace/ |
D | file.c | 71 #define stat64 libc_stat64 macro 74 #undef stat64 280 struct stat64 { struct 310 # warning FIXME: check whether struct stat64 definition is needed for this architecture! argument 317 # define STRUCT_STAT struct stat64 326 struct stat64 statbuf; in printstat64() 343 SYS_FUNC(stat64) in SYS_FUNC() argument 367 SYS_FUNC(stat64) in SYS_FUNC() argument
|
/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/tests/ |
D | stat64.c | 9 # define TEST_SYSCALL_NAME stat64 10 # define STRUCT_STAT struct stat64
|
D | fstat64.c | 10 # define STRUCT_STAT struct stat64
|
D | lstat64.c | 10 # define STRUCT_STAT struct stat64
|
D | xstatx.c | 77 # define stat64 libc_stat64 macro 83 # undef stat64
|
D | Makefile.am | 117 stat64 \ program 242 stat64.test \
|
D | .gitignore | 83 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/e2fsprogs/misc/ |
D | e4defrag.c | 270 struct stat64 sb; in get_mount_point() 272 if (stat64(devname, &sb) < 0) { in get_mount_point() 285 struct stat64 ms; in get_mount_point() 291 if (stat64(mnt->mnt_fsname, &ms) < 0) in get_mount_point() 395 const struct stat64 *buf, int flag EXT2FS_ATTR((unused)), in calc_entry_counts() 573 static int file_check(int fd, const struct stat64 *buf, const char *file, in file_check() 1088 static int file_statistic(const char *file, const struct stat64 *buf, in file_statistic() 1352 const struct stat64 *buf, struct fiemap_extent_list *ext_list_head) in call_defrag() 1450 static int file_defrag(const char *file, const struct stat64 *buf, in file_defrag() 1729 struct stat64 buf; in main() [all …]
|
/external/e2fsprogs/util/ |
D | copy_sparse.c | 92 struct stat64 fileinfo; in copy_sparse_file() 102 if (stat64(src, &fileinfo) < 0) { in copy_sparse_file()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | stat.h | 48 struct stat64 { struct
|
/external/tlsdate/ |
D | tlsdate-seccomp-x86.policy | 6 stat64: 1
|
D | tlsdate-seccomp-arm.policy | 4 stat64: 1
|
/external/gptfdisk/ |
D | diskio.cc | 22 #define stat64 stat macro
|
D | diskio.h | 34 #define stat64 stat macro
|
D | diskio-unix.cc | 49 struct stat64 st; in OpenForRead() 392 struct stat64 st; in DiskSize()
|
/external/kernel-headers/original/uapi/asm-arm/asm/ |
D | stat.h | 56 struct stat64 { struct
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | stat.h | 51 struct stat64 { struct
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_linux.cc | 72 COMPILER_CHECK(struct_kernel_stat64_sz == sizeof(struct stat64));
|
D | sanitizer_linux.cc | 174 static void stat64_to_stat(struct stat64 *in, struct stat *out) { in stat64_to_stat() 230 struct stat64 buf64; in internal_stat() 231 int res = internal_syscall(SYSCALL(stat64), path, &buf64); in internal_stat() 246 struct stat64 buf64; in internal_lstat() 257 struct stat64 buf64; in internal_fstat()
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | stat.h | 41 struct stat64 { struct
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-ppc32-linux.c | 445 PRE_REG_READ2(long, "stat64", char *, file_name, struct stat64 *, buf); in PRE() 458 PRE_REG_READ2(long, "lstat64", char *, file_name, struct stat64 *, buf); in PRE() 476 int, dfd, char *, file_name, struct stat64 *, buf); in PRE() 489 PRE_REG_READ2(long, "fstat64", unsigned long, fd, struct stat64 *, buf); in PRE()
|
/external/e2fsprogs/lib/blkid/ |
D | getsize.c | 163 struct stat64 st; in blkid_get_dev_size()
|
/external/elfutils/tests/ |
D | run-allfcts.sh | 35 /usr/include/sys/stat.h:375:stat64
|