Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcsh/
H A Dmi.varargs.h12 #define va_arg(p,type) ( (type *) ((p)+=sizeof(type)) )[-1] macro
H A Dtc.printf.c41 #define va_arg(a, b) (a ? (b) 0 : (b) 0) macro
H A Dsh.err.c45 #define va_arg(a, b) (a ? (b) 0 : (b) 0) macro
/freebsd-12.1/stand/efi/include/
H A Defistdarg.h35 #define va_arg(ap,t) ( *(t *)((ap += _INTSIZEOF(t)) - _INTSIZEOF(t)) ) macro
/freebsd-12.1/sys/sys/
H A D_stdarg.h46 #define va_arg(ap, type) __builtin_va_arg((ap), type) macro
/freebsd-12.1/contrib/llvm/tools/clang/lib/Headers/
H A Dstdarg.h35 #define va_arg(ap, type) __builtin_va_arg(ap, type) macro
/freebsd-12.1/sys/contrib/dev/acpica/include/platform/
H A Dacgcc.h165 #define va_arg(v, l) __builtin_va_arg(v, l) macro
/freebsd-12.1/contrib/gcc/ginclude/
H A Dstdarg.h52 #define va_arg(v,l) __builtin_va_arg(v,l) macro
/freebsd-12.1/stand/kshim/
H A Dbsd_kernel.h144 #define va_arg(ap, type) __builtin_va_arg((ap), type) macro