bin/cpdup/cpdup.c
1040
hc_chflags(&DstHost, dpath, stat1->st_flags);
bin/cpdup/cpdup.c
1125
hc_chflags(&DstHost, path, 0);
bin/cpdup/cpdup.c
1177
hc_chflags(&DstHost, dpath, stat1->st_flags);
bin/cpdup/cpdup.c
1731
hc_chflags(&DstHost, dst, 0);
bin/cpdup/cpdup.c
1737
hc_chflags(&DstHost, dst, flags);
bin/cpdup/cpdup.c
1757
hc_chflags(&DstHost, src, 0);
bin/cpdup/cpdup.c
1760
hc_chflags(&DstHost, src, flags);
bin/cpdup/cpdup.c
1780
hc_chflags(host, path, 0);
bin/cpdup/cpdup.c
1795
hc_chflags(host, path, 0);
bin/cpdup/cpdup.c
843
hc_chflags(&DstHost, dpath, stat1->st_flags);
bin/cpdup/hcproto.h
114
int hc_chflags(struct HostConf *hc, const char *path, u_long flags);