Lines Matching refs:stat
209 extern int stat (__const char *__restrict __file,
210 struct stat *__restrict __buf) __THROW __nonnull ((1, 2));
214 extern int fstat (int __fd, struct stat *__buf) __THROW __nonnull ((2));
217 extern int __REDIRECT_NTH (stat, (__const char *__restrict __file,
218 struct stat *__restrict __buf), stat64)
220 extern int __REDIRECT_NTH (fstat, (int __fd, struct stat *__buf), fstat64)
223 # define stat stat64
239 struct stat *__restrict __buf, int __flag)
244 struct stat *__restrict __buf,
262 struct stat *__restrict __buf) __THROW __nonnull ((1, 2));
267 struct stat *__restrict __buf), lstat64)
397 extern int __fxstat (int __ver, int __fildes, struct stat *__stat_buf)
400 struct stat *__stat_buf) __THROW __nonnull ((2, 3));
402 struct stat *__stat_buf) __THROW __nonnull ((2, 3));
404 struct stat *__stat_buf, int __flag)
409 struct stat *__stat_buf), __fxstat64)
412 struct stat *__stat_buf), __xstat64)
415 struct stat *__stat_buf), __lxstat64)
419 struct stat *__stat_buf, int __flag),
451 __NTH (stat (__const char *__path, struct stat *__statbuf)) in __NTH()
458 __NTH (lstat (__const char *__path, struct stat *__statbuf)) in __NTH()
465 __NTH (fstat (int __fd, struct stat *__statbuf)) in __NTH()
472 __NTH (fstatat (int __fd, __const char *__filename, struct stat *__statbuf, in __NTH()