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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dfile_name.c145 *mangled |= BASECASE;
174 if(!(Case & (BASECASE | EXTCASE)) && mtools_ignore_short_case)
175 Case |= BASECASE | EXTCASE;
177 if(Case & BASECASE)
H A Dmdir.c390 if(!(Case & (BASECASE | EXTCASE)) &&
392 Case |= BASECASE | EXTCASE;
402 if(Case & BASECASE){
H A Dmsdos.h58 #define BASECASE 0x8 macro
H A Dmk_direntry.c492 entry.dir.Case = Case & (EXTCASE | BASECASE);

Completed in 87 milliseconds