Searched refs:altname (Results 1 – 2 of 2) sorted by relevance
254 TCHAR altname[FF_SFN_BUF + 1];/* Altenative file name */ member
2627 fno->altname[0] = 0; /* exFAT does not support SFN */2660 if (si == 9 && di < FF_SFN_BUF) fno->altname[di++] = '.'; /* Insert a . if extension is exist */2667 nw = put_utf(wc, &fno->altname[di], FF_SFN_BUF - di); /* Store it in API encoding */2671 fno->altname[di++] = (TCHAR)wc; /* Store it without any conversion */2674 fno->altname[di] = 0; /* Terminate the SFN (null string means SFN is invalid) */2680 …for (si = di = 0, lcf = NS_BODY; fno->altname[si]; si++, di++) { /* Copy altname[] to fname[] with…2681 wc = (WCHAR)fno->altname[si];2688 …if (!dp->dir[DIR_NTres]) fno->altname[0] = 0; /* Altname is not needed if neither LFN nor case inf…4676 …if (pattern_match(dp->pat, fno->altname, 0, FIND_RECURS)) break; /* Test for alternative name if e…