Searched defs:VARARGS (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/tcp_wrappers/ |
H A D | diag.c | 46 void VARARGS(tcpd_warn, char *, format) in VARARGS() function 57 void VARARGS(tcpd_jump, char *, format) in VARARGS() function
|
H A D | update.c | 95 struct request_info *VARARGS(request_init, struct request_info *, request) in VARARGS() function 120 struct request_info *VARARGS(request_set, struct request_info *, request) in VARARGS() function
|
H A D | mystdarg.h | 9 #define VARARGS(func,type,arg) func(type arg, ...) macro 14 #define VARARGS(func,type,arg) func(va_alist) va_dcl macro
|
H A D | fakelog.c | 40 void VARARGS(syslog, int, severity) in VARARGS() function
|