Home
last modified time | relevance | path

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

/coreutils/src/
Dinstall.c416 int to_dirfd, char const *to_relname, const struct cp_options *x) in copy_file() argument
420 if (copy_only_if_needed && !need_copy (from, to, to_dirfd, to_relname, x)) in copy_file()
429 return copy (from, to, to_dirfd, to_relname, 0, x, &copy_into_self, nullptr); in copy_file()
655 int to_dirfd, char const *to_relname, in install_file_in_file() argument
664 if (! copy_file (from, to, to_dirfd, to_relname, x)) in install_file_in_file()
669 if (unlinkat (to_dirfd, to_relname, 0) != 0) /* Cleanup. */ in install_file_in_file()
674 && ! change_timestamps (&from_sb, to, to_dirfd, to_relname)) in install_file_in_file()
676 return change_attributes (to, to_dirfd, to_relname); in install_file_in_file()
741 char *to_relname; in install_file_in_dir() local
742 char *to = file_name_concat (to_dir, from_base, &to_relname); in install_file_in_dir()
[all …]