Searched refs:_printf_engine (Results 1 – 3 of 3) sorted by relevance
| /kernel/lib/libc/ |
| A D | stdio.c | 45 err = _printf_engine(__printf_output_func, NULL, fmt, ap); in _printf() 54 return _printf_engine(__printf_output_func, NULL, fmt, ap); in _vprintf()
|
| A D | printf.c | 51 wlen = PRINTF_CALL(_printf_engine)(&_vsnprintf_output, (void *)&args, in PRINTF_DECL() 151 PRINTF_DECL(_printf_engine)(_printf_engine_output_func out, void *state, const char *fmt, va_list a… in PRINTF_DECL() argument
|
| /kernel/lib/libc/include/ |
| A D | printf.h | 31 PRINTF_DECL(_printf_engine)(_printf_engine_output_func out, void *state, const char *fmt, va_list a…
|
Completed in 6 milliseconds