Searched defs:VA_LIST (Results 1 – 3 of 3) sorted by relevance
586 typedef char *VA_LIST; typedef607 typedef __builtin_ms_va_list VA_LIST; typedef626 typedef __builtin_va_list VA_LIST; typedef643 typedef CHAR8 *VA_LIST; typedef
164 #define VA_START(VA_LIST, VAR) va_start(VA_LIST, VAR) argument