/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | stat64.c | 20 int stat64(const char *file_name, struct stat64 *buf) in stat64() function 24 libc_hidden_def(stat64) 33 int stat64(const char *file_name, struct stat64 *buf) 44 libc_hidden_def(stat64)
|
A D | getdirname.c | 36 struct stat64 dotstat, pwdstat; in get_current_dir_name() 44 && stat64 (".", &dotstat) == 0 in get_current_dir_name() 45 && stat64 (pwd, &pwdstat) == 0 in get_current_dir_name()
|
A D | stat.c | 37 result = INLINE_SYSCALL(stat64, 2, file_name, &kbuf); in stat() 56 strong_alias_untyped(stat,stat64) 57 libc_hidden_def(stat64)
|
A D | lstat64.c | 19 int lstat64(const char *file_name, struct stat64 *buf) in lstat64() 32 int lstat64(const char *file_name, struct stat64 *buf)
|
A D | xstatconv.h | 32 extern void __xstat64_conv(struct kernel_stat64 *kbuf, struct stat64 *buf) attribute_hidden;
|
A D | fstat64.c | 21 int fstat64(int fd, struct stat64 *buf) in _syscall2()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/ |
A D | stat64.c | 16 _syscall2(int, stat64, const char *, file_name, struct stat64 *, buf) 17 libc_hidden_def(stat64)
|
A D | fstat64.c | 16 _syscall2(int, fstat64, int, fd, struct stat64 *, buf)
|
A D | lstat64.c | 16 _syscall2(int, lstat64, const char *, file_name, struct stat64 *, buf)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/sysvipc/ |
A D | ftok.c | 24 # define stat64 stat macro 29 struct stat64 st; in ftok() 32 if (stat64(pathname, &st) < 0) in ftok()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | stat.h | 219 struct stat *__restrict __buf), stat64) 224 # define stat stat64 229 extern int stat64 (const char *__restrict __file, 230 struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2)); 231 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2)); 232 libc_hidden_proto(stat64) 258 struct stat64 *__restrict __buf, int __flag) 283 struct stat64 *__restrict __buf)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/file/ |
A D | isfdtype.c | 26 # define stat64 stat macro 33 struct stat64 st; in isfdtype()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/ftw/ |
A D | ftw64.c | 25 #define STAT stat64 27 #define XSTAT(V,f,sb) stat64(f,sb)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/ |
A D | glob.h | 126 struct stat64; 147 int (*gl_lstat) (const char *__restrict, struct stat64 *__restrict); 148 int (*gl_stat) (const char *__restrict, struct stat64 *__restrict);
|
A D | ftw.h | 118 const struct stat64 *__status, int __flag); 126 const struct stat64 *__status,
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/statfs/ |
A D | fstatvfs64.c | 32 #define stat stat64 37 struct stat64 st; in fstatvfs64()
|
A D | statvfs64.c | 32 #define stat stat64 37 struct stat64 st; in statvfs64()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/unistd/ |
A D | tst-posix_fallocate.c | 5 # define stat64 stat macro 35 struct stat64 st; in do_test()
|
/l4re-core-master/libc_backends/lib/l4re_file/ |
A D | file.cc | 55 static void copy_stat64_to_stat(struct stat *buf, struct stat64 *sb64) in copy_stat64_to_stat() 76 struct stat64 sb64; in fstat() 341 struct stat64 sb64; in stat() 342 int r = stat64(path, &sb64); in stat() 353 struct stat64 sb64; in lstat() 426 L4B_REDIRECT_2(int, stat64, const char *, struct stat64 *) 431 L4B_REDIRECT_2(int, lstat64, const char *, struct stat64 *) 548 L4B_REDIRECT_2(int, fstat64, int, struct stat64 *)
|
/l4re-core-master/ldso/ldso/ |
A D | syscalls.cc | 21 _dl_convert_stat(struct stat *buf, struct stat64 const &s) in _dl_convert_stat() 40 struct stat64 s; in L4RE_CALL() 58 struct stat64 s; in L4RE_CALL()
|
/l4re-core-master/l4re_vfs/include/impl/ |
A D | ns_fs.h | 41 int fstat64(struct stat64 *) const throw(); 68 int fstat64(struct stat64 *) const throw();
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common-generic/bits/ |
A D | kernel_stat.h | 22 #define kernel_stat64 stat64
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/stat/ |
A D | Makefile.in | 5 TESTS_DISABLED := stat64
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/mips/bits/ |
A D | stat.h | 136 struct stat64 struct 176 struct stat64 { struct
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/powerpc/bits/ |
A D | stat.h | 98 struct stat64 struct 192 struct stat64 struct
|