Searched refs:cp_options (Results 1 – 5 of 5) sorted by relevance
/coreutils/src/ |
D | copy.h | 113 struct cp_options struct 299 int nonexistent_dst, const struct cp_options *options, argument 306 const struct cp_options *x) 310 bool recurse, const struct cp_options *x) 313 void dest_info_init (struct cp_options *) _GL_ATTRIBUTE_NONNULL (); 314 void dest_info_free (struct cp_options *) _GL_ATTRIBUTE_NONNULL (); 315 void src_info_init (struct cp_options *) _GL_ATTRIBUTE_NONNULL (); 316 void src_info_free (struct cp_options *) _GL_ATTRIBUTE_NONNULL (); 318 void cp_options_default (struct cp_options *) _GL_ATTRIBUTE_NONNULL (); 319 bool chown_failure_ok (struct cp_options const *)
|
D | install.c | 170 const struct cp_options *x) in need_copy() 258 cp_option_init (struct cp_options *x) in cp_option_init() 359 struct cp_options const *x = options; in announce_mkdir() 370 struct cp_options const *x = options; in make_ancestor() 387 struct cp_options const *x = options; in process_dir() 416 int to_dirfd, char const *to_relname, const struct cp_options *x) in copy_file() 656 const struct cp_options *x) in install_file_in_file() 684 mkancesdirs_safe_wd (char const *from, char *to, struct cp_options *x, in mkancesdirs_safe_wd() 725 const struct cp_options *x) in install_file_in_file_parents() 727 return (mkancesdirs_safe_wd (from, to, (struct cp_options *)x, false) in install_file_in_file_parents() [all …]
|
D | copy.c | 125 const struct cp_options *x, 130 static bool owner_failure_ok (struct cp_options const *x); 184 emit_debug (const struct cp_options *x) in emit_debug() 761 char const *dst_path, int dst_fd, struct cp_options const *x) in copy_attr() 797 MAYBE_UNUSED struct cp_options const *x) in copy_attr() 820 const struct cp_options *x, in copy_dir() 826 struct cp_options non_command_line_options = *x; in copy_dir() 920 set_owner (const struct cp_options *x, char const *dst_name, in set_owner() 1017 mode_t mode, bool new_dst, const struct cp_options *x) in set_process_security_ctx() 1079 bool recurse, const struct cp_options *x) in set_file_security_ctx() [all …]
|
D | cp.c | 304 struct dir_attr *attr_list, const struct cp_options *x) in re_protect() 403 const struct cp_options *x) in make_dir_parents_private() 609 bool no_target_directory, struct cp_options *x) in do_copy() 803 static struct cp_options x_tmp; in do_copy() 823 cp_option_init (struct cp_options *x) in cp_option_init() 876 decode_preserve_arg (char const *arg, struct cp_options *x, bool on_off) in decode_preserve_arg() 975 struct cp_options x; in main()
|
D | mv.c | 119 cp_option_init (struct cp_options *x) in cp_option_init() 168 int dest_dirfd, char const *dest_relname, const struct cp_options *x) in do_move() 318 struct cp_options x; in main()
|