Home
last modified time | relevance | path

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

1234

/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)
64 /// int lstat64(const char *path, struct stat64 *buf);
74 /// int stat64(const char *path, struct stat64 *buf);
75 +#ifdef stat64
76 +#undef stat64
78 TLI_DEFINE_ENUM_INTERNAL(stat64)
79 TLI_DEFINE_STRING_INTERNAL("stat64")
/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)
62 /// int lstat64(const char *path, struct stat64 *buf);
72 /// int stat64(const char *path, struct stat64 *buf);
73 +#ifdef stat64
74 +#undef stat64
76 TLI_DEFINE_ENUM_INTERNAL(stat64)
77 TLI_DEFINE_STRING_INTERNAL("stat64")
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/
H A Dlarge.txt6 stat64("/user/folk/clint/lib/tls/i686/sse2", 0xbfcdba08) = -1 ENOENT (No such file or directory)
8 stat64("/user/folk/clint/lib/tls/i686", 0xbfcdba08) = -1 ENOENT (No such file or directory)
10 stat64("/user/folk/clint/lib/tls/sse2", 0xbfcdba08) = -1 ENOENT (No such file or directory)
12 stat64("/user/folk/clint/lib/tls", 0xbfcdba08) = -1 ENOENT (No such file or directory)
14 stat64("/user/folk/clint/lib/i686/sse2", 0xbfcdba08) = -1 ENOENT (No such file or directory)
16 stat64("/user/folk/clint/lib/i686", 0xbfcdba08) = -1 ENOENT (No such file or directory)
18 stat64("/user/folk/clint/lib/sse2", 0xbfcdba08) = -1 ENOENT (No such file or directory)
20 stat64("/user/folk/clint/lib", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
22 stat64("/opt/kde3/lib/tls/i686/sse2", 0xbfcdba08) = -1 ENOENT (No such file or directory)
24 stat64("/opt/kde3/lib/tls/i686", 0xbfcdba08) = -1 ENOENT (No such file or directory)
[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.h214 struct stat *__restrict __buf), stat64)
219 # define stat stat64
224 extern int stat64 (const char *__restrict __file,
225 struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2));
226 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
250 struct stat64 *__restrict __buf, int __flag)
273 struct stat64 *__restrict __buf)
/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.h214 struct stat *__restrict __buf), stat64)
219 # define stat stat64
224 extern int stat64 (const char *__restrict __file,
225 struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2));
226 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
250 struct stat64 *__restrict __buf, int __flag)
273 struct stat64 *__restrict __buf)
/OK3568_Linux_fs/yocto/meta-browser/meta-chromium/recipes-browser/chromium/files/musl/
H A D0022-sys-stat.patch4 Subject: [PATCH] Include sys/stat.h for stat64 definition
8 …les/file_enumerator.h:78:20: error: field has incomplete type 'base::stat_wrapper_t' (aka 'stat64')
11 ../../base/files/file.h:28:8: note: forward declaration of 'stat64'
12 struct stat64;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dreent.h167 #define stat64 stat macro
169 struct stat64;
172 extern int _fstat64_r (struct _reent *, int, struct stat64 *);
174 extern int _stat64_r (struct _reent *, const char *, struct stat64 *);
178 #undef stat64
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/
H A Dreent.h167 #define stat64 stat macro
169 struct stat64;
172 extern int _fstat64_r (struct _reent *, int, struct stat64 *);
174 extern int _stat64_r (struct _reent *, const char *, struct stat64 *);
178 #undef stat64
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dsys_ia32.c132 static int cp_stat64(struct stat64 __user *ubuf, struct kstat *stat) in cp_stat64()
138 if (!user_write_access_begin(ubuf, sizeof(struct stat64))) in cp_stat64()
165 struct stat64 __user *, statbuf) in COMPAT_SYSCALL_DEFINE2()
176 struct stat64 __user *, statbuf) in COMPAT_SYSCALL_DEFINE2()
186 struct stat64 __user *, statbuf) in COMPAT_SYSCALL_DEFINE2()
197 struct stat64 __user *, statbuf, int, flag) in COMPAT_SYSCALL_DEFINE4()
/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/
H A Dglob.h109 struct stat64;
128 int (*gl_lstat) (const char *__restrict, struct stat64 *__restrict);
129 int (*gl_stat) (const char *__restrict, struct stat64 *__restrict);
H A Dftw.h118 const struct stat64 *__status, int __flag);
126 const struct stat64 *__status,
/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/
H A Dglob.h109 struct stat64;
128 int (*gl_lstat) (const char *__restrict, struct stat64 *__restrict);
129 int (*gl_stat) (const char *__restrict, struct stat64 *__restrict);
H A Dftw.h118 const struct stat64 *__status, int __flag);
126 const struct stat64 *__status,
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dstat.h26 struct stat64 { struct
74 struct stat64 { struct
/OK3568_Linux_fs/kernel/fs/
H A Dstat.c458 static long cp_new_stat64(struct kstat *stat, struct stat64 __user *statbuf) in cp_new_stat64()
460 struct stat64 tmp; in cp_new_stat64()
493 SYSCALL_DEFINE2(stat64, const char __user *, filename, in SYSCALL_DEFINE2() argument
494 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
506 struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
517 SYSCALL_DEFINE2(fstat64, unsigned long, fd, struct stat64 __user *, statbuf) in SYSCALL_DEFINE2()
529 struct stat64 __user *, statbuf, int, flag) in SYSCALL_DEFINE4()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-stat64.patch6 --- rdist-6.1.5/src/filesys.c.stat64 2005-05-04 14:11:03.000000000 +0200
19 --- rdist-6.1.5/src/server.c.stat64 2005-05-04 14:11:23.000000000 +0200
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dfile.c25 static void copy_stat(struct uml_stat *dst, const struct stat64 *src) in copy_stat()
45 struct stat64 sbuf; in os_stat_fd()
59 struct stat64 sbuf; in os_stat_file()
62 CATCH_EINTR(err = stat64(file_name, &sbuf)); in os_stat_file()
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dstat.h26 struct stat64 { struct
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dstat.h19 struct stat64 { struct
/OK3568_Linux_fs/kernel/arch/xtensa/include/uapi/asm/
H A Dstat.h38 struct stat64 { struct
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dstat.h49 struct stat64 { struct
/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/asm-generic/
H A Dstat.h49 struct stat64 { struct
/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/asm-generic/
H A Dstat.h49 struct stat64 { struct
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dia32.h29 struct stat64 { struct
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dstat.h44 struct stat64 { struct

1234