Home
last modified time | relevance | path

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

1234

/external/strace/
Dfile.c71 #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/
Dscalar_obsolete.stderr.exp4 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/
Dstat64.c9 # define TEST_SYSCALL_NAME stat64
10 # define STRUCT_STAT struct stat64
Dfstat64.c10 # define STRUCT_STAT struct stat64
Dlstat64.c10 # define STRUCT_STAT struct stat64
Dxstatx.c77 # define stat64 libc_stat64 macro
83 # undef stat64
DMakefile.am117 stat64 \ program
242 stat64.test \
D.gitignore83 stat64
/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 …]
/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/tlsdate/
Dtlsdate-seccomp-x86.policy6 stat64: 1
Dtlsdate-seccomp-arm.policy4 stat64: 1
/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/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.cc174 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/
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()
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/
Dgetsize.c163 struct stat64 st; in blkid_get_dev_size()
/external/elfutils/tests/
Drun-allfcts.sh35 /usr/include/sys/stat.h:375:stat64

1234