Searched refs:BASECASE (Results 1 – 4 of 4) sorted by relevance
140 *mangled |= BASECASE; in dos_name()167 if(!(Case & (BASECASE | EXTCASE)) && mtools_ignore_short_case) in unix_name()168 Case |= BASECASE | EXTCASE; in unix_name()170 if(Case & BASECASE) in unix_name()
388 if(!(Case & (BASECASE | EXTCASE)) && in list_file()390 Case |= BASECASE | EXTCASE; in list_file()405 if(Case & BASECASE){ in list_file()
59 #define BASECASE 0x8 macro
496 entry.dir.Case = Case & (EXTCASE | BASECASE); in write_slots()