Searched refs:__V (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
H A D | utils.c | 113 slprintf __V((char *buf, int buflen, const char *fmt, ...)) in slprintf() 138 flprintf __V((FILE *strptr, const char *fmt, ...)) in flprintf() 479 vslp_printer __V((void *arg, const char *fmt, ...)) in vslp_printer() 568 pr_log __V((void *arg, const char *fmt, ...)) in pr_log() 661 fatal __V((const char *fmt, ...)) in fatal() 683 error __V((const char *fmt, ...)) in error() 703 warn __V((const char *fmt, ...)) in warn() 723 notice __V((const char *fmt, ...)) in notice() 743 info __V((const char *fmt, ...)) in info() 763 dbglog __V((const char *fmt, ...)) in dbglog()
|
H A D | pppd.h | 48 #define __V(x) x macro 51 #define __V(x) (va_alist) va_dcl macro
|
H A D | options.c | 1108 option_error __V((char *fmt, ...)) in option_error()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/chat/ |
H A D | chat.c | 131 #undef __V 135 #define __V(x) x macro 139 #define __V(x) (va_alist) va_dcl macro 488 void logf __V((const char *fmt, ...)) in logf() 511 void fatal __V((int code, const char *fmt, ...)) in fatal()
|