Searched refs:first_of_chunk (Results 1 – 1 of 1) sorted by relevance
69 int first_of_chunk = 0; in stdio_out_chars_crlf() local74 if (i > first_of_chunk) { in stdio_out_chars_crlf()75 driver->out_chars(&s[first_of_chunk], i - first_of_chunk); in stdio_out_chars_crlf()78 first_of_chunk = i + 1; in stdio_out_chars_crlf()81 if (first_of_chunk < len) { in stdio_out_chars_crlf()82 driver->out_chars(&s[first_of_chunk], len - first_of_chunk); in stdio_out_chars_crlf()