Searched defs:__printf (Results 1 – 2 of 2) sorted by relevance
/linux-3.3/include/linux/ | ||
D | compiler-gcc.h | 90 #define __printf(a,b) __attribute__((format(printf,a,b))) macro |
D | kdb.h | 119 typedef __printf(1, 2) int (*kdb_printf_t)(const char *, ...); typedef |