Searched refs:__printf (Results 1 – 8 of 8) sorted by relevance
| /optee_os/lib/libutils/ext/include/ |
| H A D | trace.h | 36 const char *fmt, va_list args) __printf(5, 0); 38 const char *fmt, ...) __printf(5, 6);
|
| H A D | compiler.h | 43 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
|
| /optee_os/ldelf/ |
| H A D | main.c | 26 static void __printf(2, 0) print_to_console(void *pctx __unused, in print_to_console() 67 static void __printf(2, 0) print_to_pbuf(void *pctx, const char *fmt, in print_to_pbuf()
|
| H A D | ta_elf.h | 118 __printf(2, 0);
|
| H A D | ta_elf.c | 1362 static void __printf(3, 4) print_wrapper(void *pctx, print_func_t print_func, in print_wrapper()
|
| /optee_os/lib/libutils/ext/ |
| H A D | trace.c | 232 static int __printf(2, 3) append(struct strbuf *sbuf, const char *fmt, ...) in append()
|
| /optee_os/core/drivers/regulator/ |
| H A D | regulator.c | 338 static __printf(3, 4) char *add_msg(char *cur, char *end, const char *fmt, ...) in add_msg()
|
| /optee_os/core/drivers/clk/ |
| H A D | clk.c | 389 static __printf(3, 4) char *add_msg(char *cur, char *end, const char *fmt, ...) in add_msg()
|