Searched refs:prev_char_was_cr (Results 1 – 1 of 1) sorted by relevance
72 bool prev_char_was_cr = i > 0 ? s[i - 1] == '\r' : driver->last_ended_with_cr; in stdio_out_chars_crlf() local73 if (s[i] == '\n' && !prev_char_was_cr) { in stdio_out_chars_crlf()