Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libwrap/
H A Dmystdarg.h16 #define VASTART(ap,type,name) va_start(ap,name) macro
21 #define VASTART(ap,type,name) {type name; va_start(ap); name = va_arg(ap, type) macro
H A Ddiag.c60 VASTART(ap, char *, format); in VARARGS()
71 VASTART(ap, char *, format); in VARARGS()
H A Dupdate.c105 VASTART(ap, struct request_info *, request); in VARARGS()
124 VASTART(ap, struct request_info *, request); in VARARGS()
/titanic_44/usr/src/cmd/tcpd/
H A Dfakelog.c51 VASTART(ap, int, severity); in VARARGS()