Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c540 #define DEF_NAMBUF WCHAR *lfn; /* Pointer to LFN working buffer and directory entry block scratchp…
541 …{ lfn = ff_memalloc((FF_MAX_LFN+1)*2 + MAXDIRB(FF_MAX_LFN)); if (!lfn) LEAVE_FF(fs, FR_NOT_ENOUGH_…
542 #define FREE_NAMBUF() ff_memfree(lfn)
544 #define DEF_NAMBUF WCHAR *lfn; /* Pointer to LFN working buffer */
545 #define INIT_NAMBUF(fs) { lfn = ff_memalloc((FF_MAX_LFN+1)*2); if (!lfn) LEAVE_FF(fs, FR_NOT_ENOUGH…
546 #define FREE_NAMBUF() ff_memfree(lfn)
1929 const WCHAR* lfn, /* Pointer to the LFN */ argument
1947 if (wc != 0xFFFF) wc = lfn[i++]; /* Get an effective character */
1951 if (wc == 0xFFFF || !lfn[i]) ord |= LLEF; /* Last LFN part is the start of LFN sequence */
1968 const WCHAR* lfn, /* Pointer to LFN */ argument
[all …]