Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c186 #define RDDEM 0x05 /* Replacement of the character collides with DDEM */ macro
2692 if (wc == RDDEM) wc = DDEM; /* Restore replaced DDEM character */
2729 if (c == RDDEM) c = DDEM; /* Restore replaced DDEM character */
2941 …if (dp->fn[0] == DDEM) dp->fn[0] = RDDEM; /* If the first character collides with DDEM, replace it…
3012 …if (sfn[0] == DDEM) sfn[0] = RDDEM; /* If the first character collides with DDEM, replace it with …