Searched defs:__printf (Results 1 – 5 of 5) sorted by relevance
49 int __cdecl __printf(const APICHAR *fmt, ...) in __printf() function
73 # define __printf __mingw_wprintf macro86 # define __printf __mingw_printf macro
119 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
168 typedef __printf(1, 2) int (*kdb_printf_t)(const char *, ...); typedef
125 typedef __printf(1, 0) int (*printk_func_t)(const char *fmt, va_list args); typedef