Home
last modified time | relevance | path

Searched refs:stat64 (Results 1 – 25 of 63) sorted by relevance

123

/external/strace/
Dfile.c71 #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/
Dfind-debuginfo.c40 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/
Dfibmap.c33 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/
De4defrag.c270 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 …]
Dlsattr.c65 #define STRUCT_STAT struct stat64
/external/strace/tests/
Dstat.c35 # define stat64 libc_stat64 macro
38 # undef stat64
DMakefile.am74 stat64-v.test \
/external/e2fsprogs/util/
Dcopy_sparse.c92 struct stat64 fileinfo; in copy_sparse_file()
102 if (stat64(src, &fileinfo) < 0) { in copy_sparse_file()
/external/kernel-headers/original/uapi/asm-generic/
Dstat.h48 struct stat64 { struct
/external/gptfdisk/
Ddiskio.cc22 #define stat64 stat macro
Ddiskio.h34 #define stat64 stat macro
Ddiskio-unix.cc49 struct stat64 st; in OpenForRead()
392 struct stat64 st; in DiskSize()
/external/kernel-headers/original/uapi/asm-arm/asm/
Dstat.h56 struct stat64 { struct
/external/elfutils/src/libdw/
Ddwarf_begin.c78 struct stat64 st;
/external/kernel-headers/original/uapi/asm-mips/asm/
Dstat.h51 struct stat64 { struct
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_linux.cc72 COMPILER_CHECK(struct_kernel_stat64_sz == sizeof(struct stat64));
Dsanitizer_linux.cc177 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/
Dstat.h41 struct stat64 { struct
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-ppc32-linux.c445 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()
Dsyswrap-arm-linux.c374 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()
Dsyswrap-mips32-linux.c565 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/
Dgetsize.c163 struct stat64 st; in blkid_get_dev_size()
/external/elfutils/src/tests/
Drun-allfcts.sh35 /usr/include/sys/stat.h:375:stat64
/external/bison/lib/
Dsys_stat.in.h630 # undef stat64
631 # define stat64(name, st) rpl_stat (name, st)
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRTDyldMemoryManager.cpp237 if (Name == "stat64") return (uint64_t)&stat64; in getSymbolAddressInProcess()

123