Searched defs:PRINTF_ATTRIBUTE (Results 1 – 3 of 3) sorted by relevance
93 #define PRINTF_ATTRIBUTE(a1, a2) __attribute__ ((format (__printf__, a1, a2))) macro95 #define PRINTF_ATTRIBUTE(a1, a2) macro
88 #define PRINTF_ATTRIBUTE(a,b) macro
767 #define PRINTF_ATTRIBUTE(x, y) __attribute__((format(printf, x, y))) macro
Completed in 21 milliseconds