Searched refs:XDIR_NumName (Results 1 – 1 of 1) sorted by relevance
178 #define XDIR_NumName 35 /* exFAT: Number of file name characters (BYTE) */ macro2128 while (nc < dirb[XDIR_NumName]) {2183 if (MAXDIRB(dirb[XDIR_NumName]) > sz_ent) return FR_INT_ERR;2316 dirb[XDIR_NumName] = nlen; /* Set name length */2433 …if (fs->dirbuf[XDIR_NumName] > FF_MAX_LFN) continue; /* Skip comparison if inaccessible object n…2436 …for (nc = fs->dirbuf[XDIR_NumName], di = SZDIRE * 2, ni = 0; nc; nc--, di += 2, ni++) { /* Compare…4991 nf = fs->dirbuf[XDIR_NumSec]; nn = fs->dirbuf[XDIR_NumName];4994 fs->dirbuf[XDIR_NumSec] = nf; fs->dirbuf[XDIR_NumName] = nn;