Searched defs:__va_list (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dva_list.h62 * the type __va_list defining the type of the variable list iterator
93 } __va_list[1]; typedef in typeref:struct:__va_list_element
95 /* Other ISA __va_list structures added here under #elif */
99 #error("No __va_list structure defined for ISA")
111 * defined with __va_list instead of plain old va_list.
114 typedef __builtin_va_list __va_list; typedef
118 typedef __va_ptr_base *__va_list; typedef
/illumos-gate/usr/src/boot/sys/x86/include/
H A D_types.h154 typedef __builtin_va_list __va_list; /* internally known to gcc */ typedef
161 typedef struct __s_va_list __va_list; typedef in typeref:struct:__s_va_list
163 typedef char * __va_list; typedef
169 typedef __va_list __gnuc_va_list; /* compatibility w/GNU headers*/

Completed in 70 milliseconds