Searched refs:IS_END_OF_FORMAT (Results 1 – 1 of 1) sorted by relevance
1562 #define IS_END_OF_FORMAT(c) (c == '\0' || c == ';' || c == ':') macro1617 if (IS_END_OF_FORMAT(*format)) { in vgetargskeywords()1676 if (!IS_END_OF_FORMAT(*format) && *format != '|') { in vgetargskeywords()1825 if (IS_END_OF_FORMAT(*format)) in skipitem()