Searched refs:stdio_out_chars_crlf (Results 1 – 1 of 1) sorted by relevance
63 static void stdio_out_chars_crlf(stdio_driver_t *driver, const char *s, int len) { in stdio_out_chars_crlf() function100 …void (*out_func)(stdio_driver_t *, const char *, int) = cr_translation ? stdio_out_chars_crlf : st… in stdio_put_string()185 stdio_out_chars_crlf(d, buffer->buf, buffer->used); in stdio_stack_buffer_flush()