Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c5472 DWORD dc; local
5487 dc = tchar2uni(&label); /* Get a Unicode character */
5488 if (dc >= 0x10000) {
5489 if (dc == 0xFFFFFFFF || di >= 10) { /* Wrong surrogate or buffer overflow */
5490 dc = 0;
5492 st_word(dirvn + di * 2, (WCHAR)(dc >> 16)); di++;
5495 … if (dc == 0 || strchr(&badchr[7], (int)dc) || di >= 11) { /* Check validity of the volume label */
5498 st_word(dirvn + di * 2, (WCHAR)dc); di++;
5507 dc = tchar2uni(&label);
5508 wc = (dc < 0x10000) ? ff_uni2oem(ff_wtoupper(dc), CODEPAGE) : 0;
[all …]