Searched refs:__printf (Results 276 - 300 of 304) sorted by path

<<111213

/linux-master/sound/firewire/
H A Dcmp.c45 static __printf(2, 3)
/linux-master/sound/soc/sh/rcar/
H A Dadg.c686 __printf(3, 4)
/linux-master/sound/soc/
H A Dsoc-dapm.c162 __printf(3, 4)
/linux-master/tools/bpf/bpftool/
H A Dbtf.c457 static void __printf(2, 0) btf_dump_printf(void *ctx,
H A Dcommon.c727 int __printf(2, 0)
H A Djson_writer.h38 void __printf(2, 0) jsonw_vprintf_enquote(json_writer_t *self, const char *fmt,
40 void __printf(2, 3) jsonw_printf(json_writer_t *self, const char *fmt, ...);
H A Dmain.h88 void __printf(1, 2) p_err(const char *fmt, ...);
89 void __printf(1, 2) p_info(const char *fmt, ...);
H A Dpids.c90 static int __printf(2, 0)
H A Dxlated_dumper.c89 static void __printf(2, 3) print_insn(void *private_data, const char *fmt, ...)
98 static void __printf(2, 3)
129 static void __printf(2, 3)
/linux-master/tools/include/linux/
H A Dcompiler-gcc.h41 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
/linux-master/tools/lib/bpf/
H A Dlibbpf.c72 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
247 __printf(2, 3)
/linux-master/tools/lib/perf/
H A Dcore.c3 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
21 __printf(2, 3)
/linux-master/tools/perf/tests/
H A Ddlfilter-test.c81 static __printf(1, 2) int system_cmd(const char *fmt, ...)
/linux-master/tools/perf/util/
H A Dcache.h29 char *mkpath(char *path_buf, size_t sz, const char *fmt, ...) __printf(3, 4);
H A Ddata-convert-json.c85 __printf(4, 5)
107 __printf(5, 6)
H A Ddebug.h61 int dump_printf(const char *fmt, ...) __printf(1, 2);
64 int ui__error(const char *format, ...) __printf(1, 2);
65 int ui__warning(const char *format, ...) __printf(1, 2);
76 int eprintf(int level, int var, const char *fmt, ...) __printf(3, 4);
77 int eprintf_time(int level, int var, u64 t, const char *fmt, ...) __printf(4, 5);
H A Dprobe-event.h188 int e_snprintf(char *str, size_t size, const char *format, ...) __printf(3, 4);
H A Dstrbuf.h90 int strbuf_addf(struct strbuf *sb, const char *fmt, ...) __printf(2, 3);
H A Dutil.h29 void die(const char *err, ...) __noreturn __printf(1, 2);
/linux-master/tools/perf/util/intel-pt-decoder/
H A Dintel-pt-decoder.c255 __printf(1, 2)
H A Dintel-pt-log.h31 void __intel_pt_log(const char *fmt, ...) __printf(1, 2);
/linux-master/tools/testing/selftests/bpf/
H A Ddisasm.h22 typedef __printf(2, 3) void (*bpf_insn_print_t)(void *private_data,
H A Djson_writer.h38 void __printf(2, 0) jsonw_vprintf_enquote(json_writer_t *self, const char *fmt,
40 void __printf(2, 3) jsonw_printf(json_writer_t *self, const char *fmt, ...);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c49 __printf(2, 3)
/linux-master/tools/testing/selftests/
H A Dkselftest.h86 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
154 static inline __printf(1, 2) void ksft_print_msg(const char *msg, ...)
179 static inline __printf(1, 2) void ksft_test_result_pass(const char *msg, ...)
193 static inline __printf(1, 2) void ksft_test_result_fail(const char *msg, ...)
219 static inline __printf(1, 2) void ksft_test_result_xfail(const char *msg, ...)
233 static inline __printf(1, 2) void ksft_test_result_skip(const char *msg, ...)
248 static inline __printf(1, 2) void ksft_test_result_error(const char *msg, ...)
262 static inline __printf(3, 4)
341 static inline __noreturn __printf(1, 2) int ksft_exit_fail_msg(const char *msg, ...)
368 static inline __noreturn __printf(
[all...]

Completed in 422 milliseconds

<<111213