Home
last modified time | relevance | path

Searched refs:BASECASE (Results 1 – 4 of 4) sorted by relevance

/external/mtools/
Dfile_name.c140 *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()
Dmdir.c388 if(!(Case & (BASECASE | EXTCASE)) && in list_file()
390 Case |= BASECASE | EXTCASE; in list_file()
405 if(Case & BASECASE){ in list_file()
Dmsdos.h59 #define BASECASE 0x8 macro
Dmk_direntry.c496 entry.dir.Case = Case & (EXTCASE | BASECASE); in write_slots()