Searched refs:fstatat (Results 1 – 9 of 9) sorted by relevance
/io/ |
A D | tst-futimesat-time64.c | 3 #define fstatat fstatat macro
|
A D | fstatat.c | 39 weak_alias (__fstatat, fstatat) 41 stub_warning (fstatat)
|
A D | tst-futimesat.c | 35 # define fstatat fstatat64 macro 141 if (fstatat (dir_fd, "some-file", &st2, 0) != 0) in do_test()
|
A D | tst-stat.c | 56 TEST_COMPARE (fstatat (fd, "", st, 0), -1); in fstatat_check() 59 TEST_COMPARE (fstatat (fd, path, st, 0), 0); in fstatat_check()
|
A D | tst-stat-time64.c | 55 TEST_COMPARE (fstatat (fd, path, st, 0), 0); in fstatat_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 \ 66 tst-openat tst-unlinkat tst-fstatat tst-futimesat \
|
A D | ftw.c | 145 # define FSTATAT fstatat
|
/io/sys/ |
A D | stat.h | 264 extern int fstatat (int __fd, const char *__restrict __file, 270 extern int __REDIRECT_NTH (fstatat, (int __fd, const char *__restrict __file, 275 # define fstatat __fstatat64_time64 macro 279 extern int __REDIRECT_NTH (fstatat, (int __fd, const char *__restrict __file, 284 # define fstatat fstatat64 macro
|
Completed in 9 milliseconds