Home
last modified time | relevance | path

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

/dragonfly/bin/cpdup/
H A Dhcproto.h96 int hc_stat(struct HostConf *hc, const char *path, struct stat *st);
H A Dcpdup.c615 if (hc_stat(&DstHost, hpath, &sthl) < 0 || in checkHLPath()
1216 if (!r && hc_stat(&DstHost, dpath, &st2) == 0) { in DoCopy()
H A Dhcproto.c220 hc_stat(struct HostConf *hc, const char *path, struct stat *st) in hc_stat() function