Searched refs:di (Results 1 – 1 of 1) sorted by relevance
2369 UINT di, ni; local2377 …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; local2610 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 …]