Searched refs:vfctprintf (Results 1 – 3 of 3) sorted by relevance
| /external/platform/pico/rp2_common/pico_printf/include/pico/ |
| A D | printf.h | 80 int vfctprintf(void (*out)(char character, void *arg), void *arg, const char *format, va_list va);
|
| /external/platform/pico/rp2_common/pico_stdio/ |
| A D | stdio.c | 258 ret = vfctprintf(stdio_buffered_printer, &buffer, format, va); in WRAPPER_FUNC()
|
| /external/platform/pico/rp2_common/pico_printf/ |
| A D | printf.c | 896 int vfctprintf(void (*out)(char character, void *arg), void *arg, const char *format, va_list va) { in vfctprintf() function
|
Completed in 5 milliseconds