Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.c313 sparse_copy (int src_fd, int dest_fd, char **abuf, size_t buf_size, in sparse_copy() argument
389 if (!*abuf) in sparse_copy()
390 *abuf = xalignalloc (getpagesize (), buf_size); in sparse_copy()
391 char *buf = *abuf; in sparse_copy()
545 lseek_copy (int src_fd, int dest_fd, char **abuf, size_t buf_size, in lseek_copy() argument
623 if ( ! sparse_copy (src_fd, dest_fd, abuf, buf_size, in lseek_copy()