/external/strace/m4/ |
D | stat.m4 | 1 dnl ### A macro to determine whether stat64 is defined. 3 [AC_MSG_CHECKING(for stat64 in (asm|sys)/stat.h) 9 ]], [[struct stat64 st;]])],[ac_cv_type_stat64=yes],[ac_cv_type_stat64=no])]) 14 [Define if stat64 is available in asm/stat.h.])
|
/external/chromium_org/sandbox/linux/services/ |
D | libc_urandom_override.cc | 58 struct stat64 *buf); 64 typedef int (*Stat64Function)(const char *path, struct stat64 *buf); 184 struct stat64 *buf) __asm__ ("__xstat64"); 187 int xstat64_override(int version, const char *path, struct stat64 *buf) { in xstat64_override() 218 struct stat64 *buf) __asm__ ("stat64"); 221 int stat64_override(const char *path, struct stat64 *buf) { in stat64_override()
|
/external/elfutils/0.153/libdwfl/ |
D | find-debuginfo.c | 61 try_open (const struct stat64 *main_stat, in try_open() 77 struct stat64 st; in try_open() 183 struct stat64 main_stat; in find_debuginfo_in_path() 185 : file_name != NULL ? stat64 (file_name, &main_stat) in find_debuginfo_in_path()
|
/external/f2fs-tools/tools/ |
D | fibmap.c | 32 void print_stat(struct stat64 *st) in print_stat() 47 void stat_bdev(struct stat64 *st, unsigned int *start_lba) in stat_bdev() 88 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
|
D | chattr.c | 76 #define STRUCT_STAT struct stat64
|
/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/kernel-headers/original/uapi/asm-arm/asm/ |
D | stat.h | 56 struct stat64 { struct
|
/external/elfutils/0.153/libdw/ |
D | dwarf_begin.c | 100 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_linux.cc | 162 static void stat64_to_stat(struct stat64 *in, struct stat *out) { in stat64_to_stat() 190 struct stat64 buf64; in internal_stat() 191 int res = internal_syscall(SYSCALL(stat64), path, &buf64); in internal_stat() 206 struct stat64 buf64; in internal_lstat() 217 struct stat64 buf64; in internal_fstat()
|
D | sanitizer_platform_limits_linux.cc | 72 COMPILER_CHECK(struct_kernel_stat64_sz == sizeof(struct stat64));
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | stat.h | 41 struct stat64 { struct
|
/external/e2fsprogs/lib/blkid/ |
D | getsize.c | 163 struct stat64 st; in blkid_get_dev_size()
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
D | _unixos.h | 571 struct stat64 { struct 590 typedef struct stat64 _MDStat64; argument 594 typedef struct stat64 _MDStat64;
|
/external/valgrind/main/coregrind/m_syswrap/ |
D | syswrap-ppc32-linux.c | 468 PRE_REG_READ2(long, "stat64", char *, file_name, struct stat64 *, buf); in PRE() 481 PRE_REG_READ2(long, "lstat64", char *, file_name, struct stat64 *, buf); in PRE() 498 int, dfd, char *, file_name, struct stat64 *, buf); in PRE() 511 PRE_REG_READ2(long, "fstat64", unsigned long, fd, struct stat64 *, buf); in PRE()
|
D | syswrap-mips32-linux.c | 582 PRE_REG_READ2 (long, "lstat64", char *, file_name, struct stat64 *, buf); in PRE() 599 PRE_REG_READ2 (long, "stat64", char *, file_name, struct stat64 *, buf); in PRE() 614 struct stat64 *, buf); in PRE() 627 PRE_REG_READ2 (long, "fstat64", unsigned long, fd, struct stat64 *, buf); in PRE()
|
D | syswrap-arm-linux.c | 390 PRE_REG_READ2(long, "lstat64", char *, file_name, struct stat64 *, buf); in PRE() 406 PRE_REG_READ2(long, "stat64", char *, file_name, struct stat64 *, buf); in PRE() 420 int, dfd, char *, file_name, struct stat64 *, buf); in PRE() 433 PRE_REG_READ2(long, "fstat64", unsigned long, fd, struct stat64 *, buf); in PRE()
|
/external/chromium_org/base/files/ |
D | file.h | 41 typedef struct stat64 stat_wrapper_t;
|
/external/llvm/lib/ExecutionEngine/ |
D | RTDyldMemoryManager.cpp | 230 if (Name == "stat64") return (uint64_t)&stat64; in ARM_MATH_IMPORTS()
|
/external/bison/lib/ |
D | sys_stat.in.h | 630 # undef stat64 631 # define stat64(name, st) rpl_stat (name, st)
|
/external/strace/ |
D | file.c | 100 struct stat64 { struct 175 #define stat64 libc_stat64 macro 178 #undef stat64 886 struct stat64 { struct 924 struct stat64 statbuf; in printstat64() argument 1102 struct stat64 statbuf; in printstat64_x32()
|
/external/stlport/src/details/ |
D | fstream_stdio.cpp | 120 # define STAT stat64
|