Home
last modified time | relevance | path

Searched refs:last_byte_is_eol_byte (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dtac-pipe.c53 bool last_byte_is_eol_byte = true; in buf_init_from_stdin() local
84 last_byte_is_eol_byte = (buf[bytes_read - 1] == eol_byte); in buf_init_from_stdin()
94 if (!last_byte_is_eol_byte) in buf_init_from_stdin()