Searched defs:fmt (Results 1 – 10 of 10) sorted by relevance
| /optee_os/lib/libutils/isoc/ |
| H A D | snprintf.c | 9 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 D | sprintf.c | 11 int sprintf(char *str, const char *fmt, ...) in sprintf() 24 const char *fmt, ...) in __sprintf_chk()
|
| /optee_os/lib/libutils/ext/ |
| H A D | snprintk.c | 112 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 D | trace.c | 119 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 D | main.c | 27 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 D | ta_elf.c | 1363 const char *fmt, ...) in print_wrapper()
|
| /optee_os/lib/libutee/ |
| H A D | trace_ext.c | 40 int printf(const char *fmt, ...) in printf()
|
| /optee_os/lib/libmbedtls/mbedtls/library/ |
| H A D | platform.c | 70 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 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()
|