Home
last modified time | relevance | path

Searched refs:stdio_put_string (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/pico_stdio/
Dstdio.c92 int stdio_put_string(const char *s, int len, bool newline, bool cr_translation) { in stdio_put_string() function
140 stdio_put_string(&cc, 1, false, false); in stdio_putchar_raw()
146 stdio_put_string(s, len, true, false); in stdio_puts_raw()
304 stdio_put_string(&cc, 1, false, true); in PRIMARY_STDIO_FUNC()
310 stdio_put_string(s, len, true, true); in PRIMARY_STDIO_FUNC()
/hal_rpi_pico-latest/src/rp2_common/pico_stdio/include/pico/
Dstdio.h187 int stdio_put_string(const char *s, int len, bool newline, bool cr_translation);
/hal_rpi_pico-latest/src/rp2_common/pico_clib_interface/
Dnewlib_interface.c128 stdio_put_string(buffer, length, false, true); in _write()