Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c2369 UINT di, ni; local
2377 …for (nc = fs->dirbuf[XDIR_NumName], di = SZDIRE * 2, ni = 0; nc; nc--, di += 2, ni++) { /* Compare…
2378 if ((di % SZDIRE) == 0) di += 2;
2379 if (ff_wtoupper(ld_word(fs->dirbuf + di)) != ff_wtoupper(fs->lfnbuf[ni])) break;
2591 UINT si, di; local
2610 si = SZDIRE * 2; di = 0; /* 1st C1 entry in the entry block */
2613 if (si >= MAXDIRB(FF_MAX_LFN)) { di = 0; break; } /* Truncated directory block? */
2619 …nw = put_utf((DWORD)hs << 16 | wc, &fno->fname[di], FF_LFN_BUF - di); /* Store it in API encoding …
2620 if (nw == 0) { di = 0; break; } /* Buffer overflow or wrong char? */
2621 di += nw;
[all …]