/l4re-core-master/uclibc/lib/contrib/uclibc/test/unistd/ |
A D | tst-posix_fallocate.c | 6 # define fstat64 fstat macro 37 if (fstat64 (fd, &st) != 0) in do_test() 55 if (fstat64 (fd, &st) != 0) in do_test() 74 if (fstat64 (fd, &st) != 0) in do_test() 92 if (fstat64 (fd, &st) != 0) in do_test() 111 if (fstat64 (fd, &st) != 0) in do_test()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/ |
A D | fstat.c | 18 int result = INLINE_SYSCALL(fstat64, 2, fd, buf); in fstat() 43 result = INLINE_SYSCALL(fstat64, 2, fd, &kbuf); 60 strong_alias_untyped(fstat,fstat64) 61 libc_hidden_def(fstat64)
|
A D | fstat64.c | 21 int fstat64(int fd, struct stat64 *buf) in _syscall2() 36 libc_hidden_def(fstat64)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/frv/ |
A D | fstat64.c | 16 _syscall2(int, fstat64, int, fd, struct stat64 *, buf) 17 libc_hidden_def(fstat64)
|
A D | Makefile | 21 CSRC += xstatconv.c stat.c stat64.c fstat.c fstat64.c lstat.c lstat64.c
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/file/ |
A D | isfdtype.c | 27 # define fstat64 fstat macro 35 int result = fstat64 (fildes, &st); in isfdtype()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | stat.h | 221 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64) 225 # define fstat fstat64 231 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2)); 233 libc_hidden_proto(fstat64)
|
/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();
|
A D | vcon_stream.h | 39 int fstat64(struct stat64 *buf) const throw();
|
A D | ro_file.h | 41 int fstat64(struct stat64 *buf) const throw();
|
A D | ro_file_impl.h | 37 Ro_file::fstat64(struct stat64 *buf) const throw() in fstat64() function
|
A D | ns_fs_impl.h | 121 Ns_dir::fstat64(struct stat64 *b) const throw() in fstat64() function 327 Env_dir::fstat64(struct stat64 *b) const throw() in fstat64() function
|
A D | vcon_stream_impl.h | 123 Vcon_stream::fstat64(struct stat64 *buf) const throw() in fstat64() function
|
/l4re-core-master/ldso/ldso/ |
A D | syscalls.cc | 41 res = f->fstat64(&s); in L4RE_CALL() 59 int res = f->fstat64(&s); in L4RE_CALL()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/statfs/ |
A D | fstatvfs64.c | 62 #define STAT(st) fstat64 (fd, st) in fstatvfs64()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/ |
A D | daemon.c | 58 #define FSTAT fstat64
|
/l4re-core-master/libc_backends/lib/l4re_file/ |
A D | file.cc | 77 int r = fstat64(fd, &sb64); in fstat() 430 #define L4B_REDIRECT_FUNC(func) fstat64 548 L4B_REDIRECT_2(int, fstat64, int, struct stat64 *)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/io/ |
A D | basic_file_stdio.cc | 363 const int __err = fstat64(this->fd(), &__buffer); in showmanyc()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/config/io/ |
A D | basic_file_stdio.cc | 363 const int __err = fstat64(this->fd(), &__buffer); in showmanyc()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/io/ |
A D | basic_file_stdio.cc | 354 const int __err = fstat64(this->fd(), &__buffer); in showmanyc()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/ |
A D | sem_open.c | 47 # define __fxstat64(vers, fd, buf) fstat64(fd, buf)
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/io/ |
A D | basic_file_stdio.cc | 354 const int __err = fstat64(this->fd(), &__buffer); in showmanyc()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/config/io/ |
A D | basic_file_stdio.cc | 361 const int __err = fstat64(this->fd(), &__buffer); in showmanyc()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/io/ |
A D | basic_file_stdio.cc | 387 const int __err = fstat64(this->fd(), &__buffer); in showmanyc()
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/io/ |
A D | basic_file_stdio.cc | 387 const int __err = fstat64(this->fd(), &__buffer); in showmanyc()
|