Lines Matching defs:__printf
94 #define __printf(a, b) __attribute__((format(printf, a, b)))
176 static inline __printf(1, 2) void ksft_print_msg(const char *msg, ...)
205 static inline __printf(1, 2) void ksft_test_result_pass(const char *msg, ...)
219 static inline __printf(1, 2) void ksft_test_result_fail(const char *msg, ...)
245 static inline __printf(1, 2) void ksft_test_result_xfail(const char *msg, ...)
259 static inline __printf(1, 2) void ksft_test_result_xpass(const char *msg, ...)
273 static inline __printf(1, 2) void ksft_test_result_skip(const char *msg, ...)
288 static inline __printf(1, 2) void ksft_test_result_error(const char *msg, ...)
302 static inline __printf(3, 4)
406 static inline __noreturn __printf(1, 2) void ksft_exit_fail_msg(const char *msg, ...)
438 static inline __noreturn __printf(1, 2) void ksft_exit_skip(const char *msg, ...)