Searched refs:hc_read (Results 1 – 3 of 3) sorted by relevance
/dflybsd-src/bin/cpdup/ |
H A D | hcproto.h | 103 ssize_t hc_read(struct HostConf *hc, int fd, void *buf, size_t bytes);
|
H A D | cpdup.c | 659 while ((n = hc_read(&SrcHost, fd1, iobuf1, GETIOSIZE)) > 0) { in validate_check() 661 x = hc_read(&DstHost, fd2, iobuf2, GETIOSIZE); in validate_check() 1139 while ((n = hc_read(&SrcHost, fd1, iobuf1, GETIOSIZE)) > 0) { in DoCopy() 1407 while ((nread = hc_read(cphost, fd, buf + bufused, in ScanDir()
|
H A D | hcproto.c | 855 hc_read(struct HostConf *hc, int fd, void *buf, size_t bytes) in hc_read() function
|