Searched defs:PRINTFLIKE (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | funcattrs.h | 120 #define PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y))) macro 145 #define PRINTFLIKE(x,y) macro
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | cdefs.h | 133 # define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, x, y))) macro 135 # define PRINTFLIKE(x,y) macro
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo.h | 47 #define PRINTFLIKE(_x, _y) __printflike(_x, _y) macro 49 #define PRINTFLIKE(_x, _y) macro
|