Packed Record _stat
Unit
Declaration
type _stat = packed record
Description
Overview
Fields
st_dev: __dev_t; |
|
st_ino: ino_t; |
|
st_mode: mode_t; |
|
st_nlink: n_link_t; |
|
st_uid: uid_t; |
|
st_gid: gid_t; |
|
st_rdev: __dev_t; |
|
st_atime: culong; |
|
st_atime_nsec: culong; |
|
st_mtime: culong; |
|
st_mtime_nsec: culong; |
|
st_ctime: culong; |
|
st_ctime_nsec: culong; |
|
st_size: off_t; |
|
st_blocks: blkcnt_t; |
|
st_blksize: blksize_t; |
|
st_flags: fflags_t; |
|
st_gen: cuint32; |
|
st_lspare: cint32; |
|
st_birthtim: timespec; |
|
pad: array[0..15-sizeof(timespec)] of byte; |
Description
Fields
st_dev: __dev_t; |
|
st_ino: ino_t; |
|
st_mode: mode_t; |
|
st_nlink: n_link_t; |
|
st_uid: uid_t; |
|
st_gid: gid_t; |
|
st_rdev: __dev_t; |
|
st_atime: culong; |
|
st_atime_nsec: culong; |
|
st_mtime: culong; |
|
st_mtime_nsec: culong; |
|
st_ctime: culong; |
|
st_ctime_nsec: culong; |
|
st_size: off_t; |
|
st_blocks: blkcnt_t; |
|
st_blksize: blksize_t; |
|
st_flags: fflags_t; |
|
st_gen: cuint32; |
|
st_lspare: cint32; |
|
st_birthtim: timespec; |
|
pad: array[0..15-sizeof(timespec)] of byte; |
|
Generated by PasDoc 0.16.0.