Home
last modified time | relevance | path

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

/dragonfly/bin/cpdup/
H A Dhcproto.h109 int hc_lchown(struct HostConf *hc, const char *path, uid_t owner, gid_t group);
H A Dcpdup.c1263 hc_lchown(&DstHost, path, stat1->st_uid, stat1->st_gid); in DoCopy()
1299 hc_lchown(&DstHost, dpath, stat1->st_uid, stat1->st_gid); in DoCopy()
H A Dhcproto.c1296 hc_lchown(struct HostConf *hc, const char *path, uid_t owner, gid_t group) in hc_lchown() function