Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c52 #define IsTerminator(c) ((UINT)(c) < (FF_USE_LFN ? ' ' : '!')) macro
2900 if (IsTerminator(*p)) cf = NS_LAST; /* Ignore terminating separator */
3084 …if (!IsSeparator(*path) && (FF_STR_VOLUME_ID != 2 || !IsTerminator(*path))) { /* Without heading s…
3177 } while (!IsTerminator(chr) && chr != ':');
3212 …} while ((vchr || (chr != '/' && !IsTerminator(chr))) && ++i < FF_VOLUMES); /* Repeat for each ID …