Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/clang/lib/Headers/
H A D__stdarg_va_arg.h20 #define va_arg(ap, type) __builtin_va_arg(ap, type) macro
/freebsd-src/stand/efi/include/
H A Defistdarg.h34 #define va_arg(ap,t) ( *(t *)((ap += _INTSIZEOF(t)) - _INTSIZEOF(t)) ) macro
/freebsd-src/sys/sys/
H A D_stdarg.h43 #define va_arg(ap, type) __builtin_va_arg((ap), type) macro
/freebsd-src/sys/contrib/dev/acpica/include/platform/
H A Dacgcc.h164 #define va_arg(v, l) __builtin_va_arg(v, l) macro
/freebsd-src/stand/kshim/
H A Dbsd_kernel.h150 #undef va_arg macro