Searched defs:__printf (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/kernel/bpf/ |
D | disasm.h | 22 typedef __printf(2, 3) void (*bpf_insn_print_t)(void *private_data, typedef
|
/kernel/linux/linux-5.10/tools/lib/perf/ |
D | core.c | 3 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
/kernel/linux/linux-5.10/tools/include/linux/ |
D | compiler-gcc.h | 39 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
/kernel/linux/linux-5.10/include/linux/ |
D | compiler_attributes.h | 154 #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
|
/kernel/linux/linux-5.10/tools/virtio/linux/ |
D | kernel.h | 49 #define __printf(a,b) __attribute__((format(printf,a,b))) macro
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | compiler_types.h | 149 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
D | libbpf.c | 73 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|