Searched refs:pfat_entry (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.sbin/fstyp/
H A Dmsdosfs.c56 FAT_DES *pfat_entry; local
136 pfat_entry = (FAT_DES *)sector;
139 if (pfat_entry->DIR_Name[0] == 0) {
144 if (pfat_entry->DIR_Name[0] == 0xe5 ||
145 (pfat_entry->DIR_Attr &
155 if (pfat_entry->DIR_Attr &
157 strlcpy(label, (char*)pfat_entry->DIR_Name,
159 sizeof(pfat_entry->DIR_Name) + 1));
162 } while((uint8_t *)(++pfat_entry) <

Completed in 121 milliseconds