Home
last modified time | relevance | path

Searched refs:__printf (Results 1 – 8 of 8) sorted by relevance

/optee_os/lib/libutils/ext/include/
H A Dtrace.h36 const char *fmt, va_list args) __printf(5, 0);
38 const char *fmt, ...) __printf(5, 6);
H A Dcompiler.h43 #define __printf(a, b) __attribute__((format(printf, a, b))) macro
/optee_os/ldelf/
H A Dmain.c26 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 Dta_elf.h118 __printf(2, 0);
H A Dta_elf.c1362 static void __printf(3, 4) print_wrapper(void *pctx, print_func_t print_func, in print_wrapper()
/optee_os/lib/libutils/ext/
H A Dtrace.c232 static int __printf(2, 3) append(struct strbuf *sbuf, const char *fmt, ...) in append()
/optee_os/core/drivers/regulator/
H A Dregulator.c338 static __printf(3, 4) char *add_msg(char *cur, char *end, const char *fmt, ...) in add_msg()
/optee_os/core/drivers/clk/
H A Dclk.c389 static __printf(3, 4) char *add_msg(char *cur, char *end, const char *fmt, ...) in add_msg()