Searched refs:eol (Results 1 – 1 of 1) sorted by relevance
40 const char* eol = static_cast<const char*>(memchr(s, '\n', n)); in xsputn() local41 while (eol != nullptr) { in xsputn()42 size_t to_write = eol + 1 - s; in xsputn()47 eol = static_cast<const char*>(memchr(s, '\n', n)); in xsputn()