Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c182 #define XDIR_NumName 35 /* exFAT: Number of file name characters (BYTE) */ macro
2124 if (MAXDIRB(dirb[XDIR_NumName]) > sz_ent) return FR_INT_ERR;
2257 dirb[XDIR_NumName] = nlen; /* Set name length */
2374 …if (fs->dirbuf[XDIR_NumName] > FF_MAX_LFN) continue; /* Skip comparison if inaccessible object na…
2377 …for (nc = fs->dirbuf[XDIR_NumName], di = SZDIRE * 2, ni = 0; nc; nc--, di += 2, ni++) { /* Compare…
2612 while (nc < fs->dirbuf[XDIR_NumName]) {
5110 nf = fs->dirbuf[XDIR_NumSec]; nn = fs->dirbuf[XDIR_NumName];
5113 fs->dirbuf[XDIR_NumSec] = nf; fs->dirbuf[XDIR_NumName] = nn;