Searched refs:fstat (Results 1 – 11 of 11) sorted by relevance
/io/ |
A D | tst-futimesat-time64.c | 2 #define fstat fstat macro
|
A D | tst-posix_fallocate-common.c | 50 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 D | tst-posix_fallocate.c | 26 if (fstat (temp_fd, &st) != 0) in do_test()
|
A D | fstat.c | 32 weak_alias (__fstat, fstat)
|
A D | tst-posix_fallocate64.c | 28 if (fstat (temp_fd, &st) != 0) in do_test()
|
A D | tst-futimesat.c | 34 # define fstat fstat64 macro 121 if (fstat (fd, &st1) != 0) in do_test()
|
A D | tst-stat.c | 47 TEST_COMPARE (fstat (AT_FDCWD, st), -1); in fstat_check() 50 TEST_COMPARE (fstat (fd, st), 0); in fstat_check()
|
A D | tst-stat-time64.c | 49 TEST_COMPARE (fstat (fd, st), 0); in fstat_check()
|
A D | Versions | 137 stat; stat64; fstat; fstat64; lstat; lstat64; fstatat; fstatat64;
|
A D | Makefile | 35 stat fstat lstat stat64 fstat64 lstat64 fstatat fstatat64 \
|
/io/sys/ |
A D | stat.h | 210 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