Searched refs:PRINTFLIKE (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/libxo/libxo/
H A Dxo.h47 #define PRINTFLIKE(_x, _y) __printflike(_x, _y) macro
49 #define PRINTFLIKE(_x, _y) macro
221 PRINTFLIKE(2, 0)
228 PRINTFLIKE(2, 3)
239 PRINTFLIKE(1, 2)
250 PRINTFLIKE(3, 0)
258 PRINTFLIKE(3, 4)
269 PRINTFLIKE(2, 3)
401 xo_warn_hc (xo_handle_t *xop, int code, const char *fmt, ...) PRINTFLIKE(3, 4);
404 xo_warn_c (int code, const char *fmt, ...) PRINTFLIKE(
[all...]
/freebsd-12-stable/contrib/tcpdump/
H A Dfuncattrs.h89 * PRINTFLIKE(x,y), after a function declaration, means "this function
103 #define PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y))) macro
105 #define PRINTFLIKE(x,y) macro
H A Dprint.c231 NORETURN PRINTFLIKE(2, 3);
234 PRINTFLIKE(2, 3);
238 PRINTFLIKE(2, 3);
H A Dnetdissect.h86 PRINTFLIKE(3, 4);
91 va_list ap) PRINTFLIKE(3, 0);
H A Dtcpdump.c183 static void error(FORMAT_STRING(const char *), ...) NORETURN PRINTFLIKE(1, 2);
184 static void warning(FORMAT_STRING(const char *), ...) PRINTFLIKE(1, 2);
/freebsd-12-stable/contrib/sendmail/include/sm/
H A Dcdefs.h131 # ifndef PRINTFLIKE
133 # define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, x, y))) macro
135 # define PRINTFLIKE(x,y) macro
137 # endif /* ! PRINTFLIKE */
H A Dassert.h39 extern SM_DEAD(void PRINTFLIKE(1, 2)
H A Ddebug.h33 extern void PRINTFLIKE(1, 2)
H A Dstring.h26 extern int PRINTFLIKE(3, 4)
H A Dio.h275 int PRINTFLIKE(3, 4)
/freebsd-12-stable/contrib/sendmail/src/
H A Dsendmail.h2588 #define NR_PRINTFLIKE(a, b) PRINTFLIKE(a, b)
2619 extern void PRINTFLIKE(3, 4) sm_syslog __P((int, const char *, const char *, ...));

Completed in 199 milliseconds