Searched refs:lfn (Results 1 – 1 of 1) sorted by relevance
545 #define DEF_NAMBUF WCHAR *lfn; /* Pointer to LFN working buffer and directory entry block scratchp…546 …{ lfn = ff_memalloc((FF_MAX_LFN+1)*2 + MAXDIRB(FF_MAX_LFN)); if (!lfn) LEAVE_FF(fs, FR_NOT_ENOUGH_…547 #define FREE_NAMBUF() ff_memfree(lfn)549 #define DEF_NAMBUF WCHAR *lfn; /* Pointer to LFN working buffer */550 #define INIT_NAMBUF(fs) { lfn = ff_memalloc((FF_MAX_LFN+1)*2); if (!lfn) LEAVE_FF(fs, FR_NOT_ENOUGH…551 #define FREE_NAMBUF() ff_memfree(lfn)1978 const WCHAR* lfn, /* Pointer to the LFN */ argument1996 if (chr != 0xFFFF) chr = lfn[ni++]; /* Get an effective character */2000 if (chr == 0xFFFF || !lfn[ni]) ord |= LLEF; /* Last LFN part is the start of an enrty set */2017 const WCHAR* lfn, /* Pointer to LFN */ argument[all …]