Searched refs:stdio_put_string (Results 1 – 1 of 1) sorted by relevance
| /external/platform/pico/rp2_common/pico_stdio/ |
| A D | stdio.c | 93 static bool stdio_put_string(const char *s, int len, bool newline, bool no_cr) { in stdio_put_string() function 141 stdio_put_string(&cc, 1, false, false); in WRAPPER_FUNC() 147 stdio_put_string(s, len, true, false); in WRAPPER_FUNC() 154 stdio_put_string(&cc, 1, false, true); in putchar_raw() 160 stdio_put_string(s, len, true, true); in puts_raw() 174 stdio_put_string(buffer, length, false, false); in _write()
|
Completed in 4 milliseconds