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

/freebsd-9.3-release/sys/fs/msdosfs/
H A Ddirentry.h59 #define SLOT_E5 0x05 /* the real value is 0xe5 */ macro
H A Dmsdosfs_conv.c248 * If first char of the filename is SLOT_E5 (0x05), then the real
253 if (*dn == SLOT_E5)
515 dn[0] = SLOT_E5;
/freebsd-9.3-release/sbin/fsck_msdosfs/
H A Ddir.c49 #define SLOT_E5 0x05 /* the real value is 0xe5 */ macro
622 if (dirent.name[0] == SLOT_E5)

Completed in 65 milliseconds