Searched refs:new_dst (Results 1 – 3 of 3) sorted by relevance
/coreutils/src/ |
D | copy.c | 818 int dst_dirfd, char const *dst_relname_in, bool new_dst, in copy_dir() argument 855 new_dst, src_sb, in copy_dir() 922 struct stat const *src_sb, bool new_dst, in set_owner() argument 934 if (!new_dst && (x->preserve_mode || x->move_mode || x->set_mode)) in set_owner() 1017 mode_t mode, bool new_dst, const struct cp_options *x) in set_process_security_ctx() argument 1058 if (new_dst && defaultcon (x->set_security_context, dst_name, mode) < 0 in set_process_security_ctx() 1180 int dest_desc, bool new_dst, enum Reflink_type reflink_mode) in handle_clone_fail() argument 1195 if (new_dst /* currently not for fclonefileat(). */ in handle_clone_fail() 1231 mode_t dst_mode, mode_t omitted_permissions, bool *new_dst, in copy_reg() argument 1284 if (! *new_dst) in copy_reg() [all …]
|
D | cp.c | 402 struct dir_attr **attr_list, bool *new_dst, in make_dir_parents_private() argument 493 *new_dst = true; in make_dir_parents_private() 569 *new_dst = false; in make_dir_parents_private() 573 if (! *new_dst in make_dir_parents_private() 599 *new_dst = false; in make_dir_parents_private() 612 bool new_dst = false; in do_copy() local 660 new_dst = true; in do_copy() 730 &attr_list, &new_dst, x)); in do_copy() 758 new_dst, x, ©_into_self, nullptr); in do_copy() 800 && !new_dst in do_copy() [all …]
|
D | copy.h | 305 mode_t mode, bool new_dst,
|