Lines Matching defs:Dosdir
4 typedef struct Dosdir Dosdir; typedef
148 struct Dosdir{ struct
149 uchar name[8];
150 uchar ext[3];
151 uchar attr;
152 uchar reserved[1];
153 uchar ctime[3]; /* creation time */
154 uchar cdate[2]; /* creation date */
155 uchar adate[2]; /* last access date */
156 uchar hstart[2]; /* high bits of start for fat32 */
157 uchar time[2]; /* last modified time */
158 uchar date[2]; /* last modified date */
159 uchar start[2];
160 uchar length[4];