Searched refs:PRINTFLIKE_FUNCPTR (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/tcpdump/
H A Dfuncattrs.h139 #define PRINTFLIKE_FUNCPTR(x,y) __attribute__((__format__(__printf__,x,y))) macro
146 #if !defined(PRINTFLIKE_FUNCPTR)
147 #define PRINTFLIKE_FUNCPTR(x,y) macro
H A Dnetdissect.h34 #include "funcattrs.h" /* for PRINTFLIKE_FUNCPTR() */
253 PRINTFLIKE_FUNCPTR(2, 3);
258 PRINTFLIKE_FUNCPTR(3, 4);
262 PRINTFLIKE_FUNCPTR(2, 3);

Completed in 64 milliseconds