Searched refs:FF_MAX_LFN (Results 1 – 4 of 4) sorted by relevance
53 #if FF_MAX_LFN < 12 || FF_MAX_LFN > 25554 #error Wrong setting of FF_MAX_LFN65 static WCHAR LfnBuf[FF_MAX_LFN + 1]; /* LFN working buffer */72 #define DEF_NAMBUF WCHAR lbuf[FF_MAX_LFN+1]; /* LFN working buffer */79 #define INIT_NAMBUF(fs) { lfn = ff_memalloc((FF_MAX_LFN+1)*2); if (!lfn) LEAVE_FF(fs, FR_NOT_ENOUGH…
136 #define FF_MAX_LFN 255 macro
336 Fixed f_open() function cannot find the file with file name in length of FF_MAX_LFN characters.337 Fixed f_readdir() function cannot retrieve long file names in length of FF_MAX_LFN - 1 characters.
1645 if (i >= FF_MAX_LFN + 1 || ff_wtoupper(uc) != ff_wtoupper(lfnbuf[i++])) { /* Compare it */ in cmp_lfn()1681 if (i >= FF_MAX_LFN + 1) return 0; /* Buffer overflow? */ in pick_lfn()1689 if (i >= FF_MAX_LFN + 1) return 0; /* Buffer overflow? */ in pick_lfn()2371 if (di >= FF_MAX_LFN) return FR_INVALID_NAME; /* Reject too long name */ in create_name()