Home
last modified time | relevance | path

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

/dflybsd-src/bin/cpdup/
H A Dhcproto.h103 ssize_t hc_read(struct HostConf *hc, int fd, void *buf, size_t bytes);
H A Dcpdup.c659 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 Dhcproto.c855 hc_read(struct HostConf *hc, int fd, void *buf, size_t bytes) in hc_read() function