Searched refs:PRINTFPTRLIKE (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/external/ibm-public/postfix/dist/src/smtpd/ |
| D | smtpd_proxy.h | 23 typedef int PRINTFPTRLIKE(3, 4) (*SMTPD_PROXY_CMD_FN) (SMTPD_STATE *, int, const char *,...); 24 typedef int PRINTFPTRLIKE(3, 4) (*SMTPD_PROXY_REC_FPRINTF_FN) (VSTREAM *, int, const char *,...);
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | msg.h | 48 void PRINTFPTRLIKE(1, 2) (*log_fn) (const char *,...),
|
| D | sys_defs.h | 1652 #ifndef PRINTFPTRLIKE 1654 #define PRINTFPTRLIKE(x,y) PRINTFLIKE(x,y) macro 1656 #define PRINTFPTRLIKE(x,y) __attribute__ ((__format__ (__printf__, (x), (y)))) macro 1658 #define PRINTFPTRLIKE(x,y) macro
|
| /netbsd/src/external/ibm-public/postfix/dist/src/bounce/ |
| D | bounce_template.h | 55 typedef int PRINTFPTRLIKE(2, 3) (*BOUNCE_XP_PRN_FN) (VSTREAM *, const char *,...);
|
| /netbsd/src/external/ibm-public/postfix/dist/proto/ |
| D | stop.spell-cc | 1047 PRINTFPTRLIKE
|