Searched defs:PRINTFLIKE (Results 1 – 1 of 1) sorted by relevance
1618 #define PRINTFLIKE(x,y) __attribute__ ((format (printf, (x), (y)))) macro1620 #define PRINTFLIKE(x,y) __attribute__ ((__format__ (__printf__, (x), (y)))) macro1622 #define PRINTFLIKE(x,y) macro