Searched defs:__printf (Results 1 – 8 of 8) sorted by relevance
| /external/bpftool/include/linux/ |
| D | compiler-gcc.h | 25 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
| /external/bpftool/src/kernel/bpf/ |
| D | disasm.h | 22 typedef __printf(2, 3) void (*bpf_insn_print_t)(void *private_data, typedef
|
| /external/fsverity-utils/common/ |
| D | win32_defs.h | 36 # define __printf(fmt_idx, vargs_idx) \ macro
|
| D | common_defs.h | 34 # define __printf(fmt_idx, vargs_idx) \ macro
|
| /external/libtraceevent/include/linux/ |
| D | compiler-gcc.h | 51 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
| /external/sg3_utils/include/ |
| D | sg_pr2serr.h | 28 #define __printf(a, b) __attribute__((__format__(gnu_printf, a, b))) macro
|
| /external/trace-cmd/tracecmd/include/ |
| D | trace-local.h | 31 #define __printf(a, b) __attribute__((format(printf,a,b))) macro
|
| /external/libbpf/src/ |
| D | libbpf.c | 70 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|