Searched defs:__printf (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/kernel/bpf/ |
D | disasm.h | 30 typedef __printf(2, 3) void (*bpf_insn_print_t)(void *private_data, typedef
|
/Linux-v4.19/tools/include/linux/ |
D | compiler-gcc.h | 37 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
/Linux-v4.19/tools/virtio/linux/ |
D | kernel.h | 44 #define __printf(a,b) __attribute__((format(printf,a,b))) macro
|
/Linux-v4.19/include/linux/ |
D | kdb.h | 168 typedef __printf(1, 2) int (*kdb_printf_t)(const char *, ...); typedef
|
D | compiler_types.h | 202 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_btf.c | 49 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
/Linux-v4.19/tools/lib/bpf/ |
D | libbpf.c | 63 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|