Home
last modified time | relevance | path

Searched refs:__vsprintf (Results 1 – 3 of 3) sorted by relevance

/optee_os/lib/libutils/ext/include/
H A Dprintk.h25 int __vsprintf(char *bf, const char *fmt, va_list ap)
/optee_os/lib/libutils/isoc/
H A Dsprintf.c17 retval = __vsprintf(str, fmt, ap); in sprintf()
/optee_os/lib/libutils/ext/
H A Dsnprintk.c154 int __vsprintf(char *bf, const char *fmt, va_list ap) in __vsprintf() function