Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c2652 BYTE lcf; local
2713 …for (si = di = 0, lcf = NS_BODY; fno->altname[si]; si++, di++) { /* Copy altname[] to fname[] with…
2715 if (wc == '.') lcf = NS_EXT;
2716 if (IsUpper(wc) && (dp->dir[DIR_NTres] & lcf)) wc += 0x20;