[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'mselibc' (#msegui)

_stat

Declaration

Source position: mselibc.pas line 962

type _stat = packed record

  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;

end;


Documentation generated on: 2021-05-13