Searched defs:__printf (Results 1 – 2 of 2) sorted by relevance
| /include/linux/ | ||
| D | compiler_attributes.h | 158 #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 |