Searched refs:__printf_output_func (Results 1 – 4 of 4) sorted by relevance
| /kernel/lib/libc/ |
| A D | stdio.c | 37 extern int __printf_output_func(const char *str, size_t len, void *state); 45 err = _printf_engine(__printf_output_func, NULL, fmt, ap); in _printf() 54 return _printf_engine(__printf_output_func, NULL, fmt, ap); in _vprintf()
|
| /kernel/lib/io/include/lib/ |
| A D | io.h | 34 int __printf_output_func(const char* s, size_t len, void* state);
|
| /kernel/lib/io/ |
| A D | console.cpp | 114 int __printf_output_func(const char* s, size_t len, void* state) { in __printf_output_func() function
|
| /kernel/lib/debug/ |
| A D | debug.cpp | 45 __printf_output_func(msg, len, NULL); in puts_for_panic()
|
Completed in 5 milliseconds