Searched refs:stdio_out_chars_crlf (Results 1 – 1 of 1) sorted by relevance
64 static void stdio_out_chars_crlf(stdio_driver_t *driver, const char *s, int len) { in stdio_out_chars_crlf() function101 …unc)(stdio_driver_t *, const char *, int) = no_cr ? stdio_out_chars_no_crlf : stdio_out_chars_crlf; in stdio_put_string()233 stdio_out_chars_crlf(d, buffer->buf, buffer->used); in stdio_stack_buffer_flush()
Completed in 3 milliseconds