Home
last modified time | relevance | path

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

/coreutils/src/
Dtac-pipe.c51 buf_init_from_stdin (Buf *x, char eol_byte) in buf_init_from_stdin() argument
84 last_byte_is_eol_byte = (buf[bytes_read - 1] == eol_byte); in buf_init_from_stdin()
105 *buf = eol_byte; in buf_init_from_stdin()
174 const Line_ptr *last_bol, Line_ptr *new_bol, char eol_byte) in find_bol() argument
188 char *nl = memrchr (x->p[i].start, last_bol_ptr, eol_byte); in find_bol()
235 char eol_byte = '\n'; in tac_mem() local
237 if (! buf_init_from_stdin (&x, eol_byte)) in tac_mem()
254 if (! find_bol (&x, &bol, &new_bol, eol_byte)) in tac_mem()