Searched refs:hc_opendir (Results 1 – 3 of 3) sorted by relevance
98 DIR *hc_opendir(struct HostConf *hc, const char *path);
1439 if ((dir = hc_opendir(host, path)) == NULL) in ScanDir()1478 if ((dir = hc_opendir(&DstHost, dpath)) != NULL) { in RemoveRecur()
403 hc_opendir(struct HostConf *hc, const char *path) in hc_opendir() function