FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
va_arg
stand/kshim/bsd_kernel.h
150
#undef va_arg
stand/kshim/bsd_kernel.h
151
#define va_arg(ap, type) __builtin_va_arg((ap), type)
sys/sys/_stdarg.h
42
#define va_arg(ap, type) __builtin_va_arg((ap), type)