Home
last modified time | relevance | path

Searched refs:VASTART (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libwrap/
H A Dmystdarg.h14 #define VASTART(ap,type,name) va_start(ap,name) macro
19 #define VASTART(ap,type,name) {type name; va_start(ap); name = va_arg(ap, type) macro
H A Ddiag.c59 VASTART(ap, char *, format); in VARARGS()
70 VASTART(ap, char *, format); in VARARGS()
H A Dupdate.c103 VASTART(ap, struct request_info *, request); in VARARGS()
122 VASTART(ap, struct request_info *, request); in VARARGS()
/illumos-gate/usr/src/cmd/tcpd/
H A Dfakelog.c51 VASTART(ap, int, severity); in VARARGS()