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

/freebsd-11-stable/sys/fs/msdosfs/
H A Ddirentry.h59 #define SLOT_E5 0x05 /* the real value is 0xe5 */ macro
H A Dmsdosfs_conv.c244 * If first char of the filename is SLOT_E5 (0x05), then the real
249 if (*dn == SLOT_E5)
507 dn[0] = SLOT_E5;
/freebsd-11-stable/sbin/fsck_msdosfs/
H A Ddir.c54 #define SLOT_E5 0x05 /* the real value is 0xe5 */ macro
754 if (dirent.name[0] == SLOT_E5)

Completed in 77 milliseconds