Home
last modified time | relevance | path

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

/io/
A Dfstat64.c32 weak_alias (__fstat64, fstat64)
A Dtst-futimesat.c34 # define fstat fstat64
A Dtst-fchmodat.c105 if (fstat64 (fd, &st1) != 0) in do_test()
A Dtst-fchownat.c113 if (fstat64 (fd, &st1) != 0) in do_test()
A Dtst-fcntl.c72 if (fstat64 (fd, &st) != 0) in do_test()
A Dtst-fstatat.c115 if (fstat64 (fd, &st1) != 0) in do_test()
A Dtst-symlinkat.c101 if (fstat64 (fd, &st1) != 0) in do_test()
A Dtst-linkat.c101 if (fstat64 (fd, &st1) != 0) in do_test()
A Dtst-renameat.c101 if (fstat64 (fd, &st1) != 0) in do_test()
A DVersions137 stat; stat64; fstat; fstat64; lstat; lstat64; fstatat; fstatat64;
A Dtst-open-tmpfile.c159 if (fstat64 (fd, &st) != 0) in check_wrapper_flags_mode()
A DMakefile35 stat fstat lstat stat64 fstat64 lstat64 fstatat fstatat64 \
/io/sys/
A Dstat.h230 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
234 # define fstat fstat64
242 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
249 extern int __REDIRECT_NTH (fstat64, (int __fd, struct stat64 *__buf),
254 # define fstat64 __fstat64_time macro

Completed in 10 milliseconds