fields-stat 621 B

123456789101112131415161718192021222324252627
  1. (* OpenBSD 5.2 /usr/include/sys/stat.h *)
  2. st_dev*: dev_t;
  3. st_ino*: ino_t;
  4. st_mode*: mode_t;
  5. st_nlink*: nlink_t;
  6. st_uid*: uid_t;
  7. st_gid*: gid_t;
  8. st_rdev*: dev_t;
  9. st_lspare0*: int32_t;
  10. st_atime*: time_t;
  11. st_atimensec*: long;
  12. st_mtime*: time_t;
  13. st_mtimensec*: long;
  14. st_ctime*: time_t;
  15. st_ctimensec*: long;
  16. st_size*: off_t;
  17. st_blocks*: int64_t;
  18. st_blksize*: u_int32_t;
  19. st_flags*: u_int32_t;
  20. st_gen*: u_int32_t;
  21. st_lspare1*: int32_t;
  22. __st_birthtime*: time_t;
  23. __st_birthtimensec*: long;
  24. st_qspare*: ARRAY [untagged] 2 OF int64_t;