Home
last modified time | relevance | path

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

/coreutils/src/
Dcopy.c122 int dst_dirfd, char const *dst_relname,
818 int dst_dirfd, char const *dst_relname_in, bool new_dst, in copy_dir() argument
853 ok &= copy_internal (src_name, dst_name, dst_dirfd, in copy_dir()
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()
[all …]
Dcp.c303 int dst_dirfd, char const *dst_relname, in re_protect() argument
333 if (utimensat (dst_dirfd, relname, timespec, 0)) in re_protect()
343 if (lchownat (dst_dirfd, relname, p->st.st_uid, p->st.st_gid) in re_protect()
354 ignore_value (lchownat (dst_dirfd, relname, -1, p->st.st_gid)); in re_protect()
365 if (lchmodat (dst_dirfd, relname, p->st.st_mode) != 0) in re_protect()
400 int dst_dirfd, in make_dir_parents_private() argument
431 if (fstatat (dst_dirfd, dst_reldir, &stats, 0) != 0) in make_dir_parents_private()
448 missing_dir = fstatat (dst_dirfd, dst_reldir, &stats, 0) != 0; in make_dir_parents_private()
512 if (mkdirat (dst_dirfd, dst_reldir, mkdir_mode) != 0) in make_dir_parents_private()
528 if (fstatat (dst_dirfd, dst_reldir, &stats, AT_SYMLINK_NOFOLLOW)) in make_dir_parents_private()
[all …]
Dcopy.h298 int dst_dirfd, char const *dst_relname,