Home
last modified time | relevance | path

Searched refs:fstat (Results 1 – 11 of 11) sorted by relevance

/io/
A Dtst-futimesat-time64.c2 #define fstat fstat macro
A Dtst-posix_fallocate-common.c50 if (fstat (temp_fd, &st) != 0) in do_test_with_offset()
61 if (fstat (temp_fd, &st) != 0) in do_test_with_offset()
71 if (fstat (temp_fd, &st) != 0) in do_test_with_offset()
A Dtst-posix_fallocate.c26 if (fstat (temp_fd, &st) != 0) in do_test()
A Dfstat.c32 weak_alias (__fstat, fstat)
A Dtst-posix_fallocate64.c28 if (fstat (temp_fd, &st) != 0) in do_test()
A Dtst-futimesat.c34 # define fstat fstat64 macro
121 if (fstat (fd, &st1) != 0) in do_test()
A Dtst-stat.c47 TEST_COMPARE (fstat (AT_FDCWD, st), -1); in fstat_check()
50 TEST_COMPARE (fstat (fd, st), 0); in fstat_check()
A Dtst-stat-time64.c49 TEST_COMPARE (fstat (fd, st), 0); in fstat_check()
A DVersions137 stat; stat64; fstat; fstat64; lstat; lstat64; fstatat; fstatat64;
A DMakefile35 stat fstat lstat stat64 fstat64 lstat64 fstatat fstatat64 \
/io/sys/
A Dstat.h210 extern int fstat (int __fd, struct stat *__buf) __THROW __nonnull ((2));
218 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf),
223 # define fstat __fstat64_time64
230 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
234 # define fstat fstat64

Completed in 11 milliseconds