/external/sg3_utils/include/ |
D | sg_pr2serr.h | 28 #define __printf(a, b) __attribute__((__format__(gnu_printf, a, b))) macro 30 #define __printf(a, b) __attribute__((__format__(printf, a, b))) 32 #define __printf(a, b) 35 int pr2serr(const char * fmt, ...) __printf(1, 2); 37 int pr2ws(const char * fmt, ...) __printf(1, 2); 47 int sg_scnpr(char * cp, int cp_max_len, const char * fmt, ...) __printf(3, 4); 130 void sgj_pr_hr(sgj_state * jsp, const char * fmt, ...) __printf(2, 3);
|
/external/fsverity-utils/programs/ |
D | utils.h | 26 __printf(1, 2) __cold void error_msg(const char *format, ...); 27 __printf(1, 2) __cold void error_msg_errno(const char *format, ...); 28 __printf(1, 2) __cold __noreturn void fatal_error(const char *format, ...);
|
/external/fsverity-utils/common/ |
D | win32_defs.h | 35 #ifndef __printf 36 # define __printf(fmt_idx, vargs_idx) \ macro
|
D | common_defs.h | 33 #ifndef __printf 34 # define __printf(fmt_idx, vargs_idx) \ macro
|
/external/trace-cmd/tracecmd/include/ |
D | trace-local.h | 31 #define __printf(a, b) __attribute__((format(printf,a,b))) macro 33 __printf(1,2) 420 __printf(1,2) 423 __printf(1,2)
|
/external/bpftool/src/ |
D | json_writer.h | 37 void __printf(2, 0) jsonw_vprintf_enquote(json_writer_t *self, const char *fmt, 39 void __printf(2, 3) jsonw_printf(json_writer_t *self, const char *fmt, ...);
|
D | xlated_dumper.c | 82 static void __printf(2, 3) print_insn(void *private_data, const char *fmt, ...) in print_insn() 91 static void __printf(2, 3) 122 static void __printf(2, 3)
|
D | main.h | 97 void __printf(1, 2) p_err(const char *fmt, ...); 98 void __printf(1, 2) p_info(const char *fmt, ...);
|
D | pids.c | 88 static int __printf(2, 0)
|
D | common.c | 696 int __printf(2, 0)
|
D | btf.c | 411 static void __printf(2, 0) btf_dump_printf(void *ctx, in btf_dump_printf()
|
/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/libtraceevent/include/linux/ |
D | compiler-gcc.h | 51 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
/external/fsverity-utils/lib/ |
D | lib_private.h | 63 __printf(1, 2) __cold void
|
D | sign_digest.c | 34 static void __printf(1, 2) __cold
|
/external/libbpf/src/ |
D | libbpf.c | 70 #define __printf(a, b) __attribute__((format(printf, a, b))) macro 94 __printf(2, 3)
|