Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c190 #define RDDEM 0x05 /* Replacement of the character collides with DDEM */ macro
2659 if (wc == RDDEM) wc = DDEM; /* Restore replaced DDEM character */
2696 if (c == RDDEM) c = DDEM; /* Restore replaced DDEM character */
2918 …if (dp->fn[0] == DDEM) dp->fn[0] = RDDEM; /* If the first character collides with DDEM, replace it…
2989 …if (sfn[0] == DDEM) sfn[0] = RDDEM; /* If the first character collides with DDEM, replace it with …