Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/fatfs/src/
Dff.h244 TCHAR altname[FF_SFN_BUF + 1];/* Altenative file name */ member
Dff.c2143 fno->altname[0] = 0; /* exFAT does not support SFN */
2693 if (si == 9 && di < FF_SFN_BUF) fno->altname[di++] = '.'; /* Insert a . if extension is exist */
2700 wc = put_utf(wc, &fno->altname[di], FF_SFN_BUF - di); /* Store it in Unicode */
2704 fno->altname[di++] = (TCHAR)wc; /* Store it without any conversion */
2707 fno->altname[di] = 0; /* Terminate the SFN (null string means SFN is invalid) */
2713 …for (si = di = 0, lcf = NS_BODY; fno->altname[si]; si++, di++) { /* Copy altname[] to fname[] with…
2714 wc = (WCHAR)fno->altname[si];
2721 …if (!dp->dir[DIR_NTres]) fno->altname[0] = 0; /* Altname is not needed if neither LFN nor case inf…
4560 if (pattern_matching(dp->pat, fno->altname, 0, 0)) break; /* Test for alternative name if exist */