Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dfuncattrs.h140 #define PRINTFLIKE_FUNCPTR(x,y) __attribute__((__format__(__printf__,x,y))) macro
147 #if !defined(PRINTFLIKE_FUNCPTR)
148 #define PRINTFLIKE_FUNCPTR(x,y) macro
H A Dnetdissect.h261 PRINTFLIKE_FUNCPTR(2, 3);
266 PRINTFLIKE_FUNCPTR(3, 4);
270 PRINTFLIKE_FUNCPTR(2, 3);