Home
last modified time | relevance | path

Searched defs:va_end (Results 1 – 22 of 22) sorted by relevance

/NextBSD/sys/amd64/include/
HDvarargs.h65 #define va_end(ap) __builtin_va_end(ap) macro
85 #define va_end(ap) macro
/NextBSD/sys/i386/include/
HDvarargs.h61 #define va_end(ap) __builtin_va_end(ap) macro
85 #define va_end(ap) macro
/NextBSD/sys/arm/include/
HDstdarg.h58 #define va_end(ap) \ macro
77 #define va_end(ap) macro
/NextBSD/sys/riscv/include/
HDstdarg.h58 #define va_end(ap) \ macro
71 #define va_end(ap) macro
/NextBSD/sys/x86/include/
HDstdarg.h58 #define va_end(ap) \ macro
71 #define va_end(ap) macro
/NextBSD/sys/sparc64/include/
HDstdarg.h65 #define va_end(ap) \ macro
77 #define va_end(ap) macro
HDvarargs.h70 #define va_end(ap) __builtin_va_end(ap) macro
/NextBSD/contrib/libstdc++/include/c_std/
Dstd_cstdarg.h55 #define va_end(ap) va_end (ap) macro
/NextBSD/contrib/tcsh/
HDmi.varargs.h13 #define va_end(p) macro
/NextBSD/sys/boot/efi/include/
HDefistdarg.h36 #define va_end(ap) ( ap = (va_list)0 ) macro
/NextBSD/sys/arm64/include/
HDstdarg.h58 #define va_end(ap) \ macro
/NextBSD/sys/mips/include/
HDstdarg.h19 #define va_end __builtin_va_end macro
86 #define va_end(__AP) ((void)0) macro
/NextBSD/sys/powerpc/include/
HDstdarg.h58 #define va_end(ap) \ macro
137 #define va_end(ap) macro
HDvarargs.h53 #define va_end(ap) __builtin_va_end(ap) macro
/NextBSD/contrib/llvm/tools/clang/lib/Headers/
HDstdarg.h34 #define va_end(ap) __builtin_va_end(ap) macro
/NextBSD/contrib/gcc/ginclude/
HDstdarg.h51 #define va_end(v) __builtin_va_end(v) macro
/NextBSD/sys/contrib/dev/acpica/include/platform/
HDacenv.h383 #define va_end(ap) (ap = (va_list) NULL) macro
/NextBSD/contrib/binutils/gas/
HDas.h123 #define va_end(ARGS) macro
/NextBSD/gnu/usr.bin/rcs/lib/
HDconf.h119 # define va_end(ap) macro
/NextBSD/sys/boot/kshim/
HDbsd_kernel.h123 #define va_end(ap) __builtin_va_end(ap) macro
/NextBSD/sys/arm/arm/
HDpmap.c2584 vm_offset_t va0, va_end; in pmap_kenter_supersection() local
HDpmap-v6.c2351 vm_offset_t va0, va_end; in pmap_kenter_supersection() local