-structures each containing the following entries:
-.Bd -literal -offset indent
-u_int32_t d_fileno; /* file number of entry */
-u_int16_t d_reclen; /* length of this record */
-u_int8_t d_type; /* file type, see below */
-u_int8_t d_namlen; /* length of string in d_name */
-char d_name[MAXNAMELEN + 1]; /* see below */
-.Ed