Searched refs:VASTART (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libwrap/ |
H A D | mystdarg.h | 16 #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 D | diag.c | 60 VASTART(ap, char *, format); in VARARGS() 71 VASTART(ap, char *, format); in VARARGS()
|
H A D | update.c | 105 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 D | fakelog.c | 51 VASTART(ap, int, severity); in VARARGS()
|