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