Searched defs:va_arg (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | mi.varargs.h | 11 #define va_arg(p,type) ( (type *) ((p)+=sizeof(type)) )[-1] macro
|
H A D | tc.printf.c | 38 #define va_arg(a, b) (a ? (b) 0 : (b) 0) macro
|
H A D | sh.err.c | 42 #define va_arg(a, b) (a ? (b) 0 : (b) 0) macro
|
/freebsd/stand/efi/include/ |
H A D | efistdarg.h | 34 #define va_arg(ap,t) ( *(t *)((ap += _INTSIZEOF(t)) - _INTSIZEOF(t)) ) macro
|
/freebsd/sys/sys/ |
H A D | _stdarg.h | 43 #define va_arg(ap, type) __builtin_va_arg((ap), type) macro
|
/freebsd/sys/contrib/dev/acpica/include/platform/ |
H A D | acgcc.h | 164 #define va_arg(v, l) __builtin_va_arg(v, l) macro
|
/freebsd/stand/kshim/ |
H A D | bsd_kernel.h | 151 #define va_arg(ap, type) __builtin_va_arg((ap), type) macro
|