Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.c123 #define RDDEM 0x05 /* Replacement of the character collides with DDEM */ macro
2196 if (wc == RDDEM) wc = DDEM; /* Restore replaced DDEM character */ in get_fileinfo()
2237 if (c == RDDEM) c = DDEM; /* Restore replaced DDEM character */ in get_fileinfo()
2466 …if (dp->fn[0] == DDEM) dp->fn[0] = RDDEM; /* If the first character collides with DDEM, replace it… in create_name()
2538 …if (sfn[0] == DDEM) sfn[0] = RDDEM; /* If the first character collides with DDEM, replace it with … in create_name()