Home
last modified time | relevance | path

Searched defs:linebuffer (Results 1 – 2 of 2) sorted by relevance

/coreutils/src/
Dhead.c501 struct linebuffer in elide_tail_lines_pipe() struct
503 char buffer[BUFSIZ + 1]; in elide_tail_lines_pipe()
504 size_t nbytes; in elide_tail_lines_pipe()
505 size_t nlines; in elide_tail_lines_pipe()
506 struct linebuffer *next; in elide_tail_lines_pipe()
Dtail.c608 struct linebuffer in pipe_lines() struct
610 char buffer[BUFSIZ]; in pipe_lines()
611 size_t nbytes; in pipe_lines()
612 size_t nlines; in pipe_lines()
613 struct linebuffer *next; in pipe_lines()