Home
last modified time | relevance | path

Searched defs:va_arg (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/tcsh/
H A Dmi.varargs.h11 #define va_arg(p,type) ( (type *) ((p)+=sizeof(type)) )[-1] macro
H A Dtc.printf.c38 #define va_arg(a, b) (a ? (b) 0 : (b) 0) macro
H A Dsh.err.c42 #define va_arg(a, b) (a ? (b) 0 : (b) 0) macro
/freebsd/stand/efi/include/
H A Defistdarg.h34 #define va_arg(ap,t) ( *(t *)((ap += _INTSIZEOF(t)) - _INTSIZEOF(t)) ) macro
/freebsd/sys/sys/
H A D_stdarg.h43 #define va_arg(ap, type) __builtin_va_arg((ap), type) macro
/freebsd/sys/contrib/dev/acpica/include/platform/
H A Dacgcc.h164 #define va_arg(v, l) __builtin_va_arg(v, l) macro
/freebsd/stand/kshim/
H A Dbsd_kernel.h151 #define va_arg(ap, type) __builtin_va_arg((ap), type) macro