Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dfuncattrs.h120 #define PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y))) macro
145 #define PRINTFLIKE(x,y) macro
/freebsd/contrib/sendmail/include/sm/
H A Dcdefs.h133 # define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, x, y))) macro
135 # define PRINTFLIKE(x,y) macro
/freebsd/contrib/libxo/libxo/
H A Dxo.h47 #define PRINTFLIKE(_x, _y) __printflike(_x, _y) macro
49 #define PRINTFLIKE(_x, _y) macro