Home
last modified time | relevance | path

Searched defs:VASTART (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/lib/libwrap/
H A Dmystdarg.h11 #define VASTART(ap,type,name) va_start(ap,name) macro
16 #define VASTART(ap,type,name) {type name; va_start(ap); name = va_arg(ap, type) macro
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h1032 VASTART, enumerator