Searched refs:vsnprintk (Results 1 – 4 of 4) sorted by relevance
| /optee_os/lib/libutils/ext/include/ |
| H A D | printk.h | 20 int vsnprintk(char *str, size_t size, const char *fmt, va_list ap)
|
| /optee_os/lib/libutils/ext/ |
| H A D | trace.c | 185 res = vsnprintk(buf + boffs, sizeof(buf) - boffs, fmt, ap); in trace_vprintf() 242 len = vsnprintk(sbuf->ptr, left, fmt, ap); in append()
|
| H A D | snprintk.c | 118 retval = vsnprintk(bf, size, fmt, ap); in snprintk() 129 vsnprintk(char *bf, size_t size, const char *fmt, va_list ap) in vsnprintk() function
|
| /optee_os/ldelf/ |
| H A D | main.c | 80 ret = vsnprintk(buf, blen, fmt, ap); in print_to_pbuf()
|