Home
last modified time | relevance | path

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

/dragonfly/contrib/tcpdump/
H A Dfuncattrs.h129 #define PRINTFLIKE_FUNCPTR(x,y) macro
131 #define PRINTFLIKE_FUNCPTR(x,y) __attribute__((__format__(__printf__,x,y))) macro
135 #define PRINTFLIKE_FUNCPTR(x,y) macro