Home
last modified time | relevance | path

Searched defs:vsnprintf_filtered (Results 1 – 2 of 2) sorted by relevance

/external/trusty/musl/src/stdio/
Dvsnprintf.c59 int vsnprintf_filtered(char *restrict s, size_t n, const char *restrict fmt, va_list ap) in vsnprintf_filtered() function
/external/trusty/lk/lib/libc/
Dprintf.c127 int vsnprintf_filtered(char *str, size_t len, const char *fmt, va_list ap) in vsnprintf_filtered() function