Lines Matching refs:stat64
218 struct stat *__restrict __buf), stat64)
223 # define stat stat64
228 extern int stat64 (__const char *__restrict __file,
229 struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2));
230 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
253 struct stat64 *__restrict __buf, int __flag)
275 struct stat64 *__restrict __buf)
430 extern int __fxstat64 (int __ver, int __fildes, struct stat64 *__stat_buf)
433 struct stat64 *__stat_buf) __THROW __nonnull ((2, 3));
435 struct stat64 *__stat_buf) __THROW __nonnull ((2, 3));
437 struct stat64 *__stat_buf, int __flag)
500 __NTH (stat64 (__const char *__path, struct stat64 *__statbuf)) in __NTH()
507 __NTH (lstat64 (__const char *__path, struct stat64 *__statbuf)) in __NTH()
514 __NTH (fstat64 (int __fd, struct stat64 *__statbuf)) in __NTH()
521 __NTH (fstatat64 (int __fd, __const char *__filename, struct stat64 *__statbuf, in __NTH()