DEADSOFTWARE

bcea6bc8680437fc6c20d2aea978d9d64a6b2d7b
[bbcp.git] / new / _OpenBSD_ / Lin / Mod / gen-Libc / fields-stat
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;
11 st_atime*: time_t;
12 st_atimensec*: long;
13 st_mtime*: time_t;
14 st_mtimensec*: long;
15 st_ctime*: time_t;
16 st_ctimensec*: long;
18 st_size*: off_t;
19 st_blocks*: int64_t;
20 st_blksize*: u_int32_t;
21 st_flags*: u_int32_t;
22 st_gen*: u_int32_t;
23 st_lspare1*: int32_t;
25 __st_birthtime*: time_t;
26 __st_birthtimensec*: long;
27 st_qspare*: ARRAY [untagged] 2 OF int64_t;