Searched defs:fmt (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/lib/libutils/isoc/ |
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()
|
A D | sprintf.c | 11 int sprintf(char *str, const char *fmt, ...) in sprintf() 24 const char *fmt, ...) in __sprintf_chk()
|
/optee_os-3.20.0/lib/libutils/ext/ |
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
|
A D | trace.c | 103 const char *fmt, ...) in trace_printf() 112 const char *fmt, va_list ap) in trace_vprintf() 210 static int __printf(2, 3) append(struct strbuf *sbuf, const char *fmt, ...) in append()
|
/optee_os-3.20.0/ldelf/ |
A D | main.c | 26 const char *fmt, va_list ap) in print_to_console() 59 static void __printf(2, 0) print_to_pbuf(void *pctx, const char *fmt, in print_to_pbuf()
|
A D | ta_elf.c | 1345 const char *fmt, ...) in print_wrapper()
|
/optee_os-3.20.0/lib/libutee/ |
A D | trace_ext.c | 40 int printf(const char *fmt, ...) in printf()
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/ |
A D | platform.c | 82 int mbedtls_platform_win32_snprintf( char *s, size_t n, const char *fmt, ... ) in mbedtls_platform_win32_snprintf() 127 int mbedtls_platform_win32_vsnprintf( char *s, size_t n, const char *fmt, va_list arg ) in mbedtls_platform_win32_vsnprintf()
|
Completed in 12 milliseconds