Home
last modified time | relevance | path

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

/netbsd-src/sys/compat/sys/
H A Ddirent.h37 struct dirent43 { struct
38 u_int32_t d_fileno; /* file number of entry */
39 u_int16_t d_reclen; /* length of this record */
40 u_int16_t d_namlen; /* length of string in d_name */
41 char d_name[255 + 1]; /* name must be no longer than this */