Searched defs:__printf (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/linux/ |
D | compiler-gcc.h | 119 #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
|
D | printk.h | 125 typedef __printf(1, 0) int (*printk_func_t)(const char *fmt, va_list args); typedef
|
/linux-4.4.14/tools/virtio/linux/ |
D | kernel.h | 40 #define __printf(a,b) __attribute__((format(printf,a,b))) macro
|
/linux-4.4.14/tools/lib/bpf/ |
D | libbpf.c | 27 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|