Home
last modified time | relevance | path

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

/dragonfly/bin/cpdup/
H A Dhcproto.h98 DIR *hc_opendir(struct HostConf *hc, const char *path);
H A Dcpdup.c1439 if ((dir = hc_opendir(host, path)) == NULL) in ScanDir()
1478 if ((dir = hc_opendir(&DstHost, dpath)) != NULL) { in RemoveRecur()
H A Dhcproto.c403 hc_opendir(struct HostConf *hc, const char *path) in hc_opendir() function