Searched refs:VA_LIST (Results 1 – 5 of 5) sorted by relevance
154 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) argument
97 # define VA_LIST(var) va_list var; macro105 # define VA_LIST(var) va_list var; macro113 # define VA_LIST(var) macro
159 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) argument
13287 semicolon from the BSD VA_LIST replacement expression.