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

/illumos-gate/usr/src/uts/common/sys/
H A Dva_impl.h57 * the macro __va_arg(list, type) getting the current arg and iterating
114 #define __va_arg(list, type) ((type *)(list))[0] macro
127 #define __va_arg(list, type) \ macro
136 #define __va_arg(list, type) \ macro
149 #define __va_arg(list, type) __builtin_va_arg(list, type) macro

Completed in 56 milliseconds