Searched refs:no_cr (Results 1 – 1 of 1) sorted by relevance
93 static bool stdio_put_string(const char *s, int len, bool newline, bool no_cr) { in stdio_put_string() argument101 …void (*out_func)(stdio_driver_t *, const char *, int) = no_cr ? stdio_out_chars_no_crlf : stdio_ou… in stdio_put_string()