HomeSort by: relevance | last modified time | path
    Searched refs:SLOT_E5 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/msdosfs/
direntry.h 58 #define SLOT_E5 0x05 /* the real value is 0xe5 */
msdosfs_conv.c 332 * If first char of the filename is SLOT_E5 (0x05), then the real
337 if (*dn == SLOT_E5)
506 dn[0] = SLOT_E5;
  /src/sbin/fsck_msdos/
dir.c 50 #define SLOT_E5 0x05 /* the real value is 0xe5 */
628 if (dirent.name[0] == SLOT_E5)

Completed in 13 milliseconds