Home
last modified time | relevance | path

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

/dragonfly/bin/cpdup/
H A Dhcproto.h106 int hc_mkdir(struct HostConf *hc, const char *path, mode_t mode);
H A Dcpdup.c902 if (hc_mkdir(&DstHost, dpath, stat1->st_mode | 0700) != 0) { in DoCopy()
H A Dhcproto.c1135 hc_mkdir(struct HostConf *hc, const char *path, mode_t mode) in hc_mkdir() function