Home
last modified time | relevance | path

Searched refs:VARARGS (Results 1 – 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/tcp_wrappers/
Dmystdarg.h9 #define VARARGS(func,type,arg) func(type arg, ...) macro
14 #define VARARGS(func,type,arg) func(va_alist) va_dcl macro
Ddiag.c50 void VARARGS(tcpd_warn, char *, format) in VARARGS() function
61 void VARARGS(tcpd_jump, char *, format) in VARARGS() function
Dupdate.c96 struct request_info *VARARGS(request_init, struct request_info *, request) in VARARGS() function
121 struct request_info *VARARGS(request_set, struct request_info *, request) in VARARGS() function
Dfakelog.c46 VARARGS(syslog, int, severity) in VARARGS() function
/freebsd-10-stable/lib/libcom_err/doc/
Dcom_err.texinfo572 @code{VARARGS} is defined (e.g., in the makefile), @code{<varargs.h>} will
/freebsd-10-stable/contrib/binutils/gas/
DChangeLog-20062574 * as.h: Move code detecting VARARGS idiom to the top.
/freebsd-10-stable/contrib/binutils/bfd/
DChangeLog-0203249 * coff-rs6000.c: Remove ARGSUSED and VARARGS.