Searched refs:SEPARATORS (Results 1 – 1 of 1) sorted by relevance
35 #define PARSE(SEP, SCAN, VAR, MIN, SEPARATORS) do {\ argument36 end = strpbrk(text, SEPARATORS); \40 SEP = (SEPARATORS)[strlen(SEPARATORS) - 1]; \42 if (n == 0 || VAR < MIN || (n == 2 && !strchr(SEPARATORS, SEP))) \