Home
last modified time | relevance | path

Searched defs:dirent12 (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/compat/sys/
H A Ddirent.h44 struct dirent12 { struct
45 u_int32_t d_fileno; /* file number of entry */
46 u_int16_t d_reclen; /* length of this record */
47 u_int8_t d_type; /* file type, see below */
48 u_int8_t d_namlen; /* length of string in d_name */
49 char d_name[255 + 1]; /* name must be no longer than this */