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