Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c70 #define NS_LFN 0x02 /* Force to create LFN entry */ macro
2553 nent = (sn[NSFLAG] & NS_LFN) ? (nlen + 12) / 13 + 1 : 1; /* Number of entries to allocate */
2879 if (si > 0 || lfn[si] == '.') cf |= NS_LOSS | NS_LFN; /* Is there any leading space or dot? */
2888 cf |= NS_LOSS | NS_LFN;
2894 cf |= NS_LOSS | NS_LFN;
2897 if (si != di) cf |= NS_LOSS | NS_LFN; /* Name body overflow? */
2904 cf |= NS_LFN; /* LFN entry needs to be created */
2922 cf |= NS_LOSS | NS_LFN;
2928 wc = '_'; cf |= NS_LOSS | NS_LFN;/* Lossy conversion */
2944 …if ((b & 0x0C) == 0x0C || (b & 0x03) == 0x03) cf |= NS_LFN; /* LFN entry needs to be created if co…
[all …]