Home
last modified time | relevance | path

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

/coreutils/src/
Dhead.c179 xwrite_stdout (char const *buffer, size_t n_bytes) in xwrite_stdout() function
212 xwrite_stdout (buf, n_read); in copy_fd()
335 xwrite_stdout (b[!i] + READ_BUFSIZE, n_elide - delta); in elide_tail_bytes_pipe()
342 xwrite_stdout (b[i], n_read - n_elide); in elide_tail_bytes_pipe()
403 xwrite_stdout (b[i_next], n_read); in elide_tail_bytes_pipe()
416 xwrite_stdout (b[i] + n_read, rem); in elide_tail_bytes_pipe()
420 xwrite_stdout (b[i] + n_read, n_bytes_left_in_b_i); in elide_tail_bytes_pipe()
421 xwrite_stdout (b[i_next], rem - n_bytes_left_in_b_i); in elide_tail_bytes_pipe()
441 xwrite_stdout (b[i_next], x); in elide_tail_bytes_pipe()
532 xwrite_stdout (tmp->buffer, n_read); in elide_tail_lines_pipe()
[all …]
Dtail.c417 xwrite_stdout (char const *buffer, size_t n_bytes) in xwrite_stdout() function
459 xwrite_stdout (buffer, bytes_read); in dump_remainder()
565 xwrite_stdout (nl + 1, bytes_read - (n + 1)); in file_lines()
722 xwrite_stdout (beg, buffer_end - beg); in pipe_lines()
726 xwrite_stdout (tmp->buffer, tmp->nbytes); in pipe_lines()
824 xwrite_stdout (&tmp->buffer[i], tmp->nbytes - i); in pipe_bytes()
827 xwrite_stdout (tmp->buffer, tmp->nbytes); in pipe_bytes()
866 xwrite_stdout (&buffer[n_bytes], n_remaining); in start_bytes()
908 xwrite_stdout (p, buffer_end - p); in start_lines()