Searched refs:newline (Results 1 – 5 of 5) sorted by relevance
/hal_rpi_pico-latest/src/rp2_common/pico_stdio/include/pico/ |
D | stdio.h | 187 int stdio_put_string(const char *s, int len, bool newline, bool cr_translation);
|
/hal_rpi_pico-latest/src/rp2_common/pico_stdio/ |
D | stdio.c | 92 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/ |
D | extract_build_defines.py | 252 with open(outfile, 'w', newline='') as csvfile:
|
D | extract_cmake_configs.py | 252 with open(outfile, 'w', newline='') as csvfile:
|
D | extract_configs.py | 318 with open(outfile, 'w', newline='') as csvfile:
|