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

/netbsd-6-1-5-RELEASE/sys/fs/msdosfs/
H A Ddirentry.h58 #define SLOT_E5 0x05 /* the real value is 0xe5 */ macro
H A Dmsdosfs_conv.c354 * If first char of the filename is SLOT_E5 (0x05), then the real
359 if (*dn == SLOT_E5)
528 dn[0] = SLOT_E5;
/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Ddir.c50 #define SLOT_E5 0x05 /* the real value is 0xe5 */ macro
626 if (dirent.name[0] == SLOT_E5)

Completed in 182 milliseconds