fields-dirent 319 B

123456
  1. (* FreeBSD 9.0 /usr/include/sys/dirent.h *)
  2. d_fileno*: uint32_t; (* file number of entry *)
  3. d_reclen*: uint16_t; (* length of this record *)
  4. d_type*: uint8_t; (* file type, see below *)
  5. d_namlen*: uint8_t; (* length of string in d_name *)
  6. d_name*: ARRAY [untagged] 255 + 1 (* 256 *) OF SHORTCHAR;