Home
last modified time | relevance | path

Searched refs:newline (Results 1 – 5 of 5) sorted by relevance

/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_stdio/
Dstdio.c92 int stdio_put_string(const char *s, int len, bool newline, bool cr_translation) { in stdio_put_string() argument
105 if (newline) { in stdio_put_string()
/hal_rpi_pico-latest/tools/
Dextract_build_defines.py252 with open(outfile, 'w', newline='') as csvfile:
Dextract_cmake_configs.py252 with open(outfile, 'w', newline='') as csvfile:
Dextract_configs.py318 with open(outfile, 'w', newline='') as csvfile: