Searched defs:__printf (Results 1 – 3 of 3) sorted by relevance
39 #define __printf(a,b) __attribute__((format(printf,a,b))) macro
111 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
168 typedef __printf(1, 2) int (*kdb_printf_t)(const char *, ...); typedef