Home
last modified time | relevance | path

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

/dragonfly/bin/cpdup/
HDcpdup.c178 static struct HostConf DstHost; variable
322 DstHost.host = dst; in main()
324 if (hc_connect(&DstHost, 0) < 0) in main()
327 DstHost.version = HCPROTO_VERSION; in main()
340 DstRootPrivs = (hc_geteuid(&DstHost) == 0); in main()
342 GroupCount = hc_getgroups(&DstHost, &GroupList); in main()
615 if (hc_stat(&DstHost, hpath, &sthl) < 0 || in checkHLPath()
650 fd2 = hc_open(&DstHost, dpath, O_RDONLY, 0); in validate_check()
661 x = hc_read(&DstHost, fd2, iobuf2, GETIOSIZE); in validate_check()
677 hc_close(&DstHost, fd2); in validate_check()
[all …]