Searched defs:stat64 (Results 1 - 15 of 15) sorted by relevance

/external/strace/mpers-m32/
H A Dstruct_stat64.c55 struct stat64 {}; struct
58 typedef struct stat64 struct_stat64;
/external/strace/mpers-mx32/
H A Dstruct_stat64.c55 struct stat64 {}; struct
58 typedef struct stat64 struct_stat64;
/external/gptfdisk/
H A Ddiskio.cc24 #define stat64 stat macro
H A Ddiskio.h34 #define stat64 stat macro
H A Ddiskio-windows.cc21 #define stat64 stat macro
/external/strace/
H A Dfetch_struct_stat64.c56 struct stat64 {}; struct
59 typedef struct stat64 struct_stat64;
/external/kernel-headers/original/uapi/asm-generic/
H A Dstat.h9 * stat64 is copied from powerpc64, with explicit padding added.
14 * 32 bit architectures use the stat64 interface. Note that we don't
46 /* This matches struct stat64 in glibc2.1. Only used for 32 bit. */
48 struct stat64 { struct
/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dstat.h46 * This matches struct stat64 in glibc2.1, hence the absolutely insane
51 struct stat64 { struct
91 /* The memory layout is the same as of struct stat64 of the 32-bit kernel. */
/external/kernel-headers/original/uapi/asm-arm/asm/
H A Dstat.h51 /* This matches struct stat64 in glibc2.1, hence the absolutely
56 struct stat64 { struct
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dstat.h38 /* This matches struct stat64 in glibc2.1, hence the absolutely
41 struct stat64 { struct
/external/strace/tests/
H A Dxstatx.c66 # define stat64 libc_stat64 macro
70 # undef stat64 macro
/external/strace/tests-m32/
H A Dxstatx.c66 # define stat64 libc_stat64 macro
70 # undef stat64 macro
/external/strace/tests-mx32/
H A Dxstatx.c66 # define stat64 libc_stat64 macro
70 # undef stat64 macro
/external/bison/darwin-lib/sys/
H A Dstat.h940 /* With _LARGE_FILES defined, AIX (only) defines stat to stat64,
941 so we have to replace stat64() instead of stat(). */
942 # undef stat64 macro
943 # define stat64(name, st) rpl_stat (name, st) macro
/external/google-breakpad/src/third_party/lss/
H A Dlinux_syscall_support.h130 # pragma push_macro("stat64")
133 # undef stat64 macro
3472 LSS_INLINE _syscall2(int, stat64, const char *, p,
4021 # pragma pop_macro("stat64")

Completed in 374 milliseconds