Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c534 #define INIT_NAMBUF(fs) { (fs)->lfnbuf = lbuf; (fs)->dirbuf = dbuf; }
538 #define INIT_NAMBUF(fs) { (fs)->lfnbuf = lbuf; }
546 … MAXDIRB(FF_MAX_LFN)); if (!lfn) LEAVE_FF(fs, FR_NOT_ENOUGH_CORE); (fs)->lfnbuf = lfn; (fs)->dirbu…
550 … = ff_memalloc((FF_MAX_LFN+1)*2); if (!lfn) LEAVE_FF(fs, FR_NOT_ENOUGH_CORE); (fs)->lfnbuf = lfn; }
1904 const WCHAR* lfnbuf, /* Pointer to the LFN to be compared */ argument
1919 …if (ni >= FF_MAX_LFN + 1 || ff_wtoupper(chr) != ff_wtoupper(lfnbuf[ni++])) { /* Compare it with na…
1928 …if ((dir[LDIR_Ord] & LLEF) && pchr && lfnbuf[ni]) return 0; /* Last name segment matched but diffe…
1940 WCHAR* lfnbuf, /* Pointer to the name buffer to be stored */ argument
1956 lfnbuf[ni++] = pchr = chr; /* Store it */
1964 lfnbuf[ni] = 0;
[all …]
/fatfs-latest/include/
Dff.h147 WCHAR* lfnbuf; /* LFN working buffer */ member