Home
last modified time | relevance | path

Searched defs:vdprintf (Results 1 – 3 of 3) sorted by relevance

/external/musl/src/stdio/
Dvdprintf.c3 int vdprintf(int fd, const char *restrict fmt, va_list ap) in vdprintf() function
/external/trusty/musl/src/stdio/
Dvdprintf.c8 int vdprintf(int fd, const char *restrict fmt, va_list ap) in vdprintf() function
/external/trusty/lk/include/
Ddebug.h80 #define vdprintf(level, fmt, args) do { if ((level) <= LK_LOGLEVEL) { vprintf(fmt, args); } } while… macro