Home
last modified time | relevance | path

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

/freebsd-head/contrib/tcp_wrappers/
HDmystdarg.h10 #define VASTART(ap,type,name) va_start(ap,name) macro
15 #define VASTART(ap,type,name) {type name; va_start(ap); name = va_arg(ap, type) macro
/freebsd-head/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDISDOpcodes.h1197 VASTART, enumerator