Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c69 #define NS_LOSS 0x01 /* Out of 8.3 format */ macro
2471 if (!(dp->fn[NSFLAG] & NS_LOSS) && !mem_cmp(dp->dir, dp->fn, 11)) break; /* SFN matched? */
2540 if (sn[NSFLAG] & NS_LOSS) { /* When LFN is out of 8.3 format, generate a numbered name */
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? */
2922 cf |= NS_LOSS | NS_LFN;
2928 wc = '_'; cf |= NS_LOSS | NS_LFN;/* Lossy conversion */