Home
last modified time | relevance | path

Searched refs:snprintk (Results 1 – 9 of 9) sorted by relevance

/optee_os/lib/libutils/ext/
H A Dtrace.c70 return snprintk(buf, bs, "%0*d ", num_thread_digits, thread_id); in print_thread_id()
72 return snprintk(buf, bs, "%*s ", num_thread_digits, ""); in print_thread_id()
91 return snprintk(buf, bs, "%0*u ", num_digits, core_id); in print_core_id()
93 return snprintk(buf, bs, "%s ", qm); in print_core_id()
99 return snprintk(buf, bs, "%d ", trace_ext_get_guest_id()); in print_guest_id()
138 res = snprintk(buf, sizeof(buf), "%c/", in trace_vprintf()
145 res = snprintk(buf + boffs, sizeof(buf) - boffs, "%s:", in trace_vprintf()
171 res = snprintk(buf + boffs, sizeof(buf) - boffs, "%s:%d ", in trace_vprintf()
H A Dsub.mk3 srcs-y += snprintk.c
H A Dsnprintk.c112 snprintk(char *bf, size_t size, const char *fmt, ...) in snprintk() function
229 return snprintk(dst, size, in uuid2str()
/optee_os/lib/libutils/ext/include/
H A Dprintk.h18 int snprintk(char *str, size_t size, const char *fmt, ...)
/optee_os/ldelf/
H A Dftrace.c54 count = snprintk(p, MAX_HEADER_STRLEN, in ftrace_init()
/optee_os/core/kernel/
H A Dasan.c201 rc = snprintk(buf + r, sizeof(buf) - r, "%lx: ", b); in asan_report()
207 rc = snprintk(buf + r, sizeof(buf) - r, in asan_report()
H A Duser_ta.c334 ld_addr_len = snprintk((char *)ubuf, LOAD_ADDR_DUMP_SIZE, in user_ta_dump_ftrace()
/optee_os/lib/libutee/
H A Dtee_api_property.c253 l = snprintk(value, *value_len, "%pUl", tmp_buf); in TEE_GetPropertyAsString()
258 l = snprintk(value, *value_len, "%u:%pUl", in TEE_GetPropertyAsString()
/optee_os/ta/pkcs11/src/
H A Dpkcs11_token.c296 n = snprintk(desc, sizeof(desc), PKCS11_SLOT_DESCRIPTION in set_token_description()