Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.c122 int dst_dirfd, char const *dst_relname,
921 int dst_dirfd, char const *dst_relname, int dest_desc, in set_owner() argument
953 if (fchown_or_lchown (dest_desc, dst_dirfd, dst_relname, uid, gid) == 0) in set_owner()
960 ignore_value (fchown_or_lchown (dest_desc, dst_dirfd, dst_relname, in set_owner()
1178 handle_clone_fail (int dst_dirfd, char const *dst_relname, in handle_clone_fail() argument
1198 && unlinkat (dst_dirfd, dst_relname, 0) != 0 && errno != ENOENT) in handle_clone_fail()
1229 int dst_dirfd, char const *dst_relname, in copy_reg() argument
1288 dest_desc = openat (dst_dirfd, dst_relname, open_flags); in copy_reg()
1314 if (unlinkat (dst_dirfd, dst_relname, 0) == 0) in copy_reg()
1381 int s = fclonefileat (source_desc, dst_dirfd, dst_relname, in copy_reg()
[all …]
Dcp.c303 int dst_dirfd, char const *dst_relname, in re_protect() argument
316 char const *relname = dst_name + (dst_relname - const_dst_name); in re_protect()
752 char const *dst_relname = arg_in_concat; in do_copy() local
753 while (*dst_relname == '/') in do_copy()
754 dst_relname++; in do_copy()
757 ok &= copy (arg, dst_name, target_dirfd, dst_relname, in do_copy()
762 dst_relname, attr_list, x); in do_copy()
Dcopy.h298 int dst_dirfd, char const *dst_relname,