reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

usr/include/glob.h
  109 struct stat64;

References

projects/compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_posix.cpp
  174   unsigned struct_stat64_sz = sizeof(struct stat64);
usr/include/glob.h
  128     int (*gl_lstat) (const char *__restrict, struct stat64 *__restrict);
  129     int (*gl_stat) (const char *__restrict, struct stat64 *__restrict);
usr/include/x86_64-linux-gnu/sys/stat.h
  225 		   struct stat64 *__restrict __buf) __THROW __nonnull ((1, 2));
  226 extern int fstat64 (int __fd, struct stat64 *__buf) __THROW __nonnull ((2));
  250 		      struct stat64 *__restrict __buf, int __flag)
  273 		    struct stat64 *__restrict __buf)
  428 extern int __fxstat64 (int __ver, int __fildes, struct stat64 *__stat_buf)
  431 		      struct stat64 *__stat_buf) __THROW __nonnull ((2, 3));
  433 		       struct stat64 *__stat_buf) __THROW __nonnull ((2, 3));
  435 			 struct stat64 *__stat_buf, int __flag)