/external/strace/ |
D | file.c | 71 #define stat64 libc_stat64 macro 74 #undef stat64 310 struct stat64 { struct 340 # warning FIXME: check whether struct stat64 definition is needed for this architecture! argument 347 # define STRUCT_STAT struct stat64 356 struct stat64 statbuf; in printstat64() 386 SYS_FUNC(stat64) in SYS_FUNC() argument 410 SYS_FUNC(stat64) in SYS_FUNC() argument
|
/external/elfutils/src/libdwfl/ |
D | find-debuginfo.c | 40 try_open (const struct stat64 *main_stat, in try_open() 56 struct stat64 st; in try_open() 198 struct stat64 main_stat; in find_debuginfo_in_path() 200 : file_name != NULL ? stat64 (file_name, &main_stat) in find_debuginfo_in_path()
|
/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 …]
|
D | lsattr.c | 65 #define STRUCT_STAT struct stat64
|
/external/strace/tests/ |
D | stat.c | 35 # define stat64 libc_stat64 macro 38 # undef stat64
|
D | Makefile.am | 74 stat64-v.test \
|
/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/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/elfutils/src/libdw/ |
D | dwarf_begin.c | 78 struct stat64 st;
|
/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 | 177 static void stat64_to_stat(struct stat64 *in, struct stat *out) { in stat64_to_stat() 233 struct stat64 buf64; in internal_stat() 234 int res = internal_syscall(SYSCALL(stat64), path, &buf64); in internal_stat() 249 struct stat64 buf64; in internal_lstat() 260 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() 475 int, dfd, char *, file_name, struct stat64 *, buf); in PRE() 488 PRE_REG_READ2(long, "fstat64", unsigned long, fd, struct stat64 *, buf); in PRE()
|
D | syswrap-arm-linux.c | 374 PRE_REG_READ2(long, "lstat64", char *, file_name, struct stat64 *, buf); in PRE() 390 PRE_REG_READ2(long, "stat64", char *, file_name, struct stat64 *, buf); in PRE() 404 int, dfd, char *, file_name, struct stat64 *, buf); in PRE() 417 PRE_REG_READ2(long, "fstat64", unsigned long, fd, struct stat64 *, buf); in PRE()
|
D | syswrap-mips32-linux.c | 565 PRE_REG_READ2 (long, "lstat64", char *, file_name, struct stat64 *, buf); in PRE() 582 PRE_REG_READ2 (long, "stat64", char *, file_name, struct stat64 *, buf); in PRE() 597 struct stat64 *, buf); in PRE() 610 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/src/tests/ |
D | run-allfcts.sh | 35 /usr/include/sys/stat.h:375:stat64
|
/external/bison/lib/ |
D | sys_stat.in.h | 630 # undef stat64 631 # define stat64(name, st) rpl_stat (name, st)
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RTDyldMemoryManager.cpp | 237 if (Name == "stat64") return (uint64_t)&stat64; in getSymbolAddressInProcess()
|