Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/tcpdump/
HDfuncattrs.h103 #define PRINTFLIKE(x,y) __attribute__((__format__(__printf__,x,y))) macro
105 #define PRINTFLIKE(x,y) macro
/freebsd-11-stable/contrib/sendmail/include/sm/
HDcdefs.h133 # define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, x, y))) macro
135 # define PRINTFLIKE(x,y) macro
/freebsd-11-stable/contrib/libxo/libxo/
HDxo.h47 #define PRINTFLIKE(_x, _y) __printflike(_x, _y) macro
49 #define PRINTFLIKE(_x, _y) macro