Searched defs:Dosdir (Results 1 – 6 of 6) sorted by relevance
3 typedef struct Dosdir Dosdir; typedef69 typedef struct Dosdir Dosdir; typedef103 struct Dosdir{ struct104 uchar name[8];105 uchar ext[3];106 uchar attr;107 uchar lowercase;108 uchar hundredth;109 uchar ctime[2];110 uchar cdate[2];[all …]
263 typedef struct Dosdir Dosdir; typedef264 struct Dosdir struct266 char name[8];267 char ext[3];268 uchar attr;269 uchar reserved[10];270 uchar time[2];271 uchar date[2];272 uchar start[2];273 uchar length[4];
373 typedef struct Dosdir Dosdir; typedef374 struct Dosdir struct376 char name[8];377 char ext[3];378 uchar attr;379 uchar reserved[10];380 uchar time[2];381 uchar date[2];382 uchar start[2];383 uchar length[4];
60 typedef struct Dosdir Dosdir; typedef61 struct Dosdir struct63 uchar name[8];64 uchar ext[3];65 uchar attr;66 uchar reserved[10];67 uchar time[2];68 uchar date[2];69 uchar start[2];70 uchar length[4];
4 typedef struct Dosdir Dosdir; typedef148 struct Dosdir{ struct149 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 */[all …]
3 typedef struct Dosdir Dosdir; typedef