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