Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c72 #define NS_BODY 0x08 /* Lower case flag (body) */ macro
2581 dp->dir[DIR_NTres] = dp->fn[NSFLAG] & (NS_BODY | NS_EXT); /* Put NT flag */
2713 …for (si = di = 0, lcf = NS_BODY; fno->altname[si]; si++, di++) { /* Copy altname[] to fname[] with…
2947 if (b & 0x04) cf |= NS_BODY; /* NT flag (Body has small capital letters only) */