Searched refs:IsTerminator (Results 1 – 1 of 1) sorted by relevance
52 #define IsTerminator(c) ((UINT)(c) < (FF_USE_LFN ? ' ' : '!')) macro2831 if (IsTerminator(*p)) cf = NS_LAST; /* Ignore terminating separator */3014 …if (!IsSeparator(*path) && (FF_STR_VOLUME_ID != 2 || !IsTerminator(*path))) { /* Without heading s…3105 do tc = *tt++; while (!IsTerminator(tc) && tc != ':'); /* Find a colon in the path */3142 …} while ((c || (tc != '/' && !IsTerminator(tc))) && ++i < FF_VOLUMES); /* Repeat for each ID until…