Searched defs:VARARGS (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libwrap/ |
H A D | mystdarg.h | 15 #define VARARGS(func,type,arg) func(type arg, ...) macro 20 #define VARARGS(func,type,arg) func(va_alist) va_dcl macro
|
H A D | diag.c | 56 void VARARGS(tcpd_warn, char *, format) function 67 void VARARGS(tcpd_jump, char *, format) function
|
H A D | update.c | 94 struct request_info *VARARGS(request_init, struct request_info *, request) function 119 struct request_info *VARARGS(request_set, struct request_info *, request) function
|
/illumos-gate/usr/src/cmd/tcpd/ |
H A D | fakelog.c | 44 /* VARARGS */ 46 VARARGS(syslog, int, severity) function
|
/illumos-gate/usr/src/cmd/find/ |
H A D | find.c | 90 PRINT0, PRUNE, REGEX, RPAREN, SIZE, TYPE, VARARGS, XATTR, DELETE enumerator in enum:Command 625 np->action = VARARGS; 981 case VARARGS: {
|
Completed in 989 milliseconds