Home
last modified time | relevance | path

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

/dragonfly/bin/cpdup/
HDcpdup.c1379 struct HostConf *cphost; in ScanDir() local
1398 cphost = NULL; in ScanDir()
1402 cphost = host; in ScanDir()
1404 fd = hc_open(cphost, fpath, O_RDONLY, 0); in ScanDir()
1407 while ((nread = hc_read(cphost, fd, buf + bufused, in ScanDir()
1425 hc_close(cphost, fd); in ScanDir()