Home
last modified time | relevance | path

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

12

/l4re-core-master/uclibc/lib/contrib/uclibc/test/unistd/
A Dtst-posix_fallocate.c6 # 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 Dfstat.c18 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 Dfstat64.c21 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 Dfstat64.c16 _syscall2(int, fstat64, int, fd, struct stat64 *, buf)
17 libc_hidden_def(fstat64)
A DMakefile21 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 Disfdtype.c27 # define fstat64 fstat macro
35 int result = fstat64 (fildes, &st); in isfdtype()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/
A Dstat.h221 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 Dns_fs.h41 int fstat64(struct stat64 *) const throw();
68 int fstat64(struct stat64 *) const throw();
A Dvcon_stream.h39 int fstat64(struct stat64 *buf) const throw();
A Dro_file.h41 int fstat64(struct stat64 *buf) const throw();
A Dro_file_impl.h37 Ro_file::fstat64(struct stat64 *buf) const throw() in fstat64() function
A Dns_fs_impl.h121 Ns_dir::fstat64(struct stat64 *b) const throw() in fstat64() function
327 Env_dir::fstat64(struct stat64 *b) const throw() in fstat64() function
A Dvcon_stream_impl.h123 Vcon_stream::fstat64(struct stat64 *buf) const throw() in fstat64() function
/l4re-core-master/ldso/ldso/
A Dsyscalls.cc41 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 Dfstatvfs64.c62 #define STAT(st) fstat64 (fd, st) in fstatvfs64()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/
A Ddaemon.c58 #define FSTAT fstat64
/l4re-core-master/libc_backends/lib/l4re_file/
A Dfile.cc77 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 Dbasic_file_stdio.cc363 const int __err = fstat64(this->fd(), &__buffer); in showmanyc()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/config/io/
A Dbasic_file_stdio.cc363 const int __err = fstat64(this->fd(), &__buffer); in showmanyc()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/io/
A Dbasic_file_stdio.cc354 const int __err = fstat64(this->fd(), &__buffer); in showmanyc()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dsem_open.c47 # define __fxstat64(vers, fd, buf) fstat64(fd, buf)
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/io/
A Dbasic_file_stdio.cc354 const int __err = fstat64(this->fd(), &__buffer); in showmanyc()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/config/io/
A Dbasic_file_stdio.cc361 const int __err = fstat64(this->fd(), &__buffer); in showmanyc()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/io/
A Dbasic_file_stdio.cc387 const int __err = fstat64(this->fd(), &__buffer); in showmanyc()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/io/
A Dbasic_file_stdio.cc387 const int __err = fstat64(this->fd(), &__buffer); in showmanyc()

Completed in 26 milliseconds

12