Searched refs:PRINTFLIKE (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/libxo/libxo/ |
H A D | xo.h | 47 #define PRINTFLIKE(_x, _y) __printflike(_x, _y) macro 49 #define PRINTFLIKE(_x, _y) macro 222 PRINTFLIKE(2, 0) 229 PRINTFLIKE(2, 3) 240 PRINTFLIKE(1, 2) 251 PRINTFLIKE(3, 0) 259 PRINTFLIKE(3, 4) 270 PRINTFLIKE(2, 3) 420 xo_warn_hc (xo_handle_t *xop, int code, const char *fmt, ...) PRINTFLIKE(3, 4); 423 xo_warn_c (int code, const char *fmt, ...) PRINTFLIKE(2, 3); [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | funcattrs.h | 120 #define PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y))) macro 144 #if !defined(PRINTFLIKE) 145 #define PRINTFLIKE(x,y) macro
|
H A D | print.c | 256 PRINTFLIKE(3, 4); 259 PRINTFLIKE(2, 3); 263 PRINTFLIKE(2, 3);
|
H A D | tcpdump.c | 248 static NORETURN void error(FORMAT_STRING(const char *), ...) PRINTFLIKE(1, 2); 249 static void warning(FORMAT_STRING(const char *), ...) PRINTFLIKE(1, 2);
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | cdefs.h | 131 # ifndef PRINTFLIKE 133 # define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, x, y))) macro 135 # define PRINTFLIKE(x,y) macro
|
H A D | debug.h | 33 extern void PRINTFLIKE(1, 2)
|
H A D | assert.h | 39 extern SM_DEAD(void PRINTFLIKE(1, 2)
|
H A D | string.h | 26 extern int PRINTFLIKE(3, 4)
|
H A D | io.h | 275 int PRINTFLIKE(3, 4)
|
/freebsd/contrib/sendmail/src/ |
H A D | sendmail.h | 2747 #define NR_PRINTFLIKE(a, b) PRINTFLIKE(a, b) 2779 extern void PRINTFLIKE(3, 4) sm_syslog __P((int, const char *, const char *, ...));
|