Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.c316 uintmax_t max_n_read, off_t *total_n_read, in sparse_copy() argument
330 while (max_n_read) in sparse_copy()
337 MIN (max_n_read, copy_max), 0); in sparse_copy()
377 max_n_read -= n_copied; in sparse_copy()
387 while (max_n_read) in sparse_copy()
392 ssize_t n_read = read (src_fd, buf, MIN (max_n_read, buf_size)); in sparse_copy()
402 max_n_read -= n_read; in sparse_copy()