Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c2022 UINT i, j; local
2052 for (j = 0; j < i && dst[j] != ' '; j++) { /* Find the offset to append */
2053 if (dbc_1st(dst[j])) { /* To avoid DBC break up */
2054 if (j == i - 1) break;
2055 j++;
2059 dst[j++] = (i < 8) ? ns[i++] : ' ';
2060 } while (j < 8);
6046 UINT j, st; local
6073 st = 0; si = 0; i = 0; j = 0; szb_case = 0;
6081 …for (j = 1; (WCHAR)(si + j) && (WCHAR)(si + j) == ff_wtoupper((WCHAR)(si + j)); j++) ; /* Get run …
[all …]