Searched refs:snprintk (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/lib/libutils/ext/ |
A D | trace.c | 69 return snprintk(buf, bs, "%0*d ", num_thread_digits, thread_id); in print_thread_id() 71 return snprintk(buf, bs, "%*s ", num_thread_digits, ""); in print_thread_id() 90 return snprintk(buf, bs, "%0*u ", num_digits, core_id); in print_core_id() 92 return snprintk(buf, bs, "%s ", qm); in print_core_id() 122 res = snprintk(buf, sizeof(buf), "%c/", in trace_vprintf() 129 res = snprintk(buf + boffs, sizeof(buf) - boffs, "%s:", in trace_vprintf() 149 res = snprintk(buf + boffs, sizeof(buf) - boffs, "%s:%d ", in trace_vprintf()
|
A D | sub.mk | 3 srcs-y += snprintk.c
|
A D | snprintk.c | 112 snprintk(char *bf, size_t size, const char *fmt, ...) in snprintk() function 229 return snprintk(dst, size, in uuid2str()
|
/optee_os-3.20.0/lib/libutils/ext/include/ |
A D | printk.h | 18 int snprintk(char *str, size_t size, const char *fmt, ...)
|
/optee_os-3.20.0/ldelf/ |
A D | ftrace.c | 48 count = snprintk((char *)fbuf + fbuf->head_off, MAX_HEADER_STRLEN, in ftrace_init()
|
/optee_os-3.20.0/lib/libutee/ |
A D | tee_api_property.c | 245 l = snprintk(value, *value_len, "%pUl", tmp_buf); in TEE_GetPropertyAsString() 250 l = snprintk(value, *value_len, "%u:%pUl", in TEE_GetPropertyAsString()
|
/optee_os-3.20.0/core/kernel/ |
A D | user_ta.c | 307 ld_addr_len = snprintk((char *)ubuf, LOAD_ADDR_DUMP_SIZE, in user_ta_dump_ftrace()
|
/optee_os-3.20.0/ta/pkcs11/src/ |
A D | pkcs11_token.c | 284 n = snprintk(desc, sizeof(desc), PKCS11_SLOT_DESCRIPTION in set_token_description()
|
Completed in 26 milliseconds