Lines Matching refs:drelname

2214   char const *drelname = *dst_relname ? dst_relname : ".";  in copy_internal()  local
2226 rename_errno = (renameatu (AT_FDCWD, src_name, dst_dirfd, drelname, in copy_internal()
2239 char const *relname = rename_errno == 0 ? drelname : src_name; in copy_internal()
2321 else if (0 <= follow_fstatat (dst_dirfd, drelname, &dst_sb, in copy_internal()
2349 && ! same_file_ok (src_name, &src_sb, dst_dirfd, drelname, in copy_internal()
2413 if (abandon_move (x, dst_name, dst_dirfd, drelname, &dst_sb)) in copy_internal()
2608 : fstatat (dst_dirfd, drelname, &tmp_buf, AT_SYMLINK_NOFOLLOW) < 0 in copy_internal()
2756 rename_errno = (renameat (AT_FDCWD, src_name, dst_dirfd, drelname) == 0 in copy_internal()
2873 if ((unlinkat (dst_dirfd, drelname, in copy_internal()
2943 if (mkdirat (dst_dirfd, drelname, mode) != 0) in copy_internal()
2954 if (fstatat (dst_dirfd, drelname, &dst_sb, AT_SYMLINK_NOFOLLOW) != 0) in copy_internal()
2966 if (lchmodat (dst_dirfd, drelname, dst_mode | S_IRWXU) != 0) in copy_internal()
3220 if (fstatat (dst_dirfd, drelname, &sb, AT_SYMLINK_NOFOLLOW) == 0) in copy_internal()
3253 if (utimensat (dst_dirfd, drelname, timespec, utimensat_flags) != 0) in copy_internal()
3265 switch (set_owner (x, dst_name, dst_dirfd, drelname, -1, in copy_internal()
3320 if (new_dst && (fstatat (dst_dirfd, drelname, &dst_sb, in copy_internal()
3335 if (lchmodat (dst_dirfd, drelname, dst_mode | omitted_permissions) in copy_internal()
3365 if (renameat (dst_dirfd, dst_relbackup, dst_dirfd, drelname) != 0) in copy_internal()