Home
last modified time | relevance | path

Searched refs:fstat64 (Results 1 – 25 of 66) sorted by relevance

123

/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/llvm/llvm/
H A D0006-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch44 /// int fstat64(int filedes, struct stat64 *buf)
45 +#ifdef fstat64
46 +#undef fstat64
48 TLI_DEFINE_ENUM_INTERNAL(fstat64)
49 TLI_DEFINE_STRING_INTERNAL("fstat64")
/OK3568_Linux_fs/yocto/meta-clang/recipes-devtools/clang/clang/
H A D0004-llvm-TargetLibraryInfo-Undefine-libc-functions-if-th.patch42 /// int fstat64(int filedes, struct stat64 *buf)
43 +#ifdef fstat64
44 +#undef fstat64
46 TLI_DEFINE_ENUM_INTERNAL(fstat64)
47 TLI_DEFINE_STRING_INTERNAL("fstat64")
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/
H A Dlarge.txt69 fstat64(3, {st_mode=S_IFREG|0755, st_size=913924, ...}) = 0
78 fstat64(3, {st_mode=S_IFREG|0755, st_size=18108, ...}) = 0
87 fstat64(3, {st_mode=S_IFREG|0755, st_size=38660, ...}) = 0
96 fstat64(3, {st_mode=S_IFREG|0755, st_size=30644, ...}) = 0
105 fstat64(3, {st_mode=S_IFREG|0755, st_size=17992, ...}) = 0
114 fstat64(3, {st_mode=S_IFREG|0755, st_size=55644, ...}) = 0
124 fstat64(3, {st_mode=S_IFREG|0755, st_size=3612084, ...}) = 0
134 fstat64(3, {st_mode=S_IFREG|0755, st_size=538180, ...}) = 0
143 fstat64(3, {st_mode=S_IFREG|0755, st_size=105368, ...}) = 0
152 fstat64(3, {st_mode=S_IFREG|0755, st_size=96620, ...}) = 0
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dstat.h216 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
220 # define fstat fstat64
226 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dstat.h216 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
220 # define fstat fstat64
226 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Duser_syms.c108 EXPORT_SYMBOL_PROTO(fstat64);
H A Dstart_up.c365 if (fstat64(fd, &buf) < 0) { in parse_iomem()
H A Dfile.c48 CATCH_EINTR(err = fstat64(fd, &sbuf)); in os_stat_fd()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dreent.h132 #define _fstat64_r(__reent, __fd, __buff) fstat64(__fd, __buff)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dreent.h132 #define _fstat64_r(__reent, __fd, __buff) fstat64(__fd, __buff)
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dsys_sparc32.c116 COMPAT_SYSCALL_DEFINE2(fstat64, unsigned int, fd, in COMPAT_SYSCALL_DEFINE2() argument
/OK3568_Linux_fs/kernel/fs/hostfs/
H A Dhostfs_user.c46 if (fstat64(fd, &buf) < 0) in stat_file()
/OK3568_Linux_fs/kernel/arch/xtensa/kernel/syscalls/
H A Dsyscall.tbl66 55 common fstat64 sys_fstat64
/OK3568_Linux_fs/kernel/arch/m68k/kernel/syscalls/
H A Dsyscall.tbl207 197 common fstat64 sys_fstat64
/OK3568_Linux_fs/kernel/arch/mips/kernel/syscalls/
H A Dsyscall_o32.tbl229 215 o32 fstat64 sys_fstat64 sys_newfstat
/OK3568_Linux_fs/kernel/arch/parisc/kernel/syscalls/
H A Dsyscall.tbl127 112 common fstat64 sys_fstat64
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/syscalls/
H A Dsyscall.tbl207 197 common fstat64 sys_fstat64
/OK3568_Linux_fs/kernel/tools/perf/arch/s390/entry/syscalls/
H A Dsyscall.tbl189 197 32 fstat64 - compat_sys_s390_fstat64
/OK3568_Linux_fs/kernel/arch/arm/tools/
H A Dsyscall.tbl214 197 common fstat64 sys_fstat64 sys_oabi_fstat64
/OK3568_Linux_fs/kernel/arch/sh/kernel/syscalls/
H A Dsyscall.tbl207 197 common fstat64 sys_fstat64
/OK3568_Linux_fs/kernel/fs/
H A Dstat.c517 SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf) in SYSCALL_DEFINE2() argument
/OK3568_Linux_fs/kernel/arch/s390/kernel/syscalls/
H A Dsyscall.tbl189 197 32 fstat64 - compat_sys_s390_fstat64
/OK3568_Linux_fs/kernel/arch/alpha/kernel/syscalls/
H A Dsyscall.tbl358 427 common fstat64 sys_fstat64
/OK3568_Linux_fs/kernel/arch/sparc/kernel/syscalls/
H A Dsyscall.tbl87 63 common fstat64 sys_fstat64 compat_sys_fstat64
/OK3568_Linux_fs/kernel/arch/x86/entry/syscalls/
H A Dsyscall_32.tbl211 197 i386 fstat64 sys_fstat64 compat_sys_ia32_fstat64

123