Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 10 of 10) sorted by relevance

/optee_os/lib/libutils/isoc/
H A Dsnprintf.c9 int snprintf(char *bf, size_t size, const char *fmt, ...) in snprintf()
21 int vsnprintf(char *bf, size_t size, const char *fmt, va_list ap) in vsnprintf()
H A Dsprintf.c11 int sprintf(char *str, const char *fmt, ...) in sprintf()
24 const char *fmt, ...) in __sprintf_chk()
/optee_os/lib/libutils/ext/
H A Dsnprintk.c112 snprintk(char *bf, size_t size, const char *fmt, ...) in snprintk()
129 vsnprintk(char *bf, size_t size, const char *fmt, va_list ap) in vsnprintk()
135 __vsnprintf(char *bf, size_t size, const char *fmt, va_list ap, in __vsnprintf()
154 int __vsprintf(char *bf, const char *fmt, va_list ap) in __vsprintf()
245 const char *fmt; /* format string */ in kprintf() local
H A Dtrace.c119 const char *fmt, ...) in trace_printf()
128 const char *fmt, va_list ap) in trace_vprintf()
232 static int __printf(2, 3) append(struct strbuf *sbuf, const char *fmt, ...) in append()
/optee_os/ldelf/
H A Dmain.c27 const char *fmt, va_list ap) 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.c1363 const char *fmt, ...) in print_wrapper()
/optee_os/lib/libutee/
H A Dtrace_ext.c40 int printf(const char *fmt, ...) in printf()
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dplatform.c70 int mbedtls_platform_win32_snprintf(char *s, size_t n, const char *fmt, ...) in mbedtls_platform_win32_snprintf()
115 int mbedtls_platform_win32_vsnprintf(char *s, size_t n, const char *fmt, va_list arg) in mbedtls_platform_win32_vsnprintf()
/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()