Searched refs:relname (Results 1 – 3 of 3) sorted by relevance
/coreutils/src/ |
D | install.c | 436 change_attributes (char const *name, int dirfd, char const *relname) in change_attributes() argument 452 && lchownat (dirfd, relname, owner_id, group_id) != 0) in change_attributes() 454 else if (chmodat (dirfd, relname, mode) != 0) in change_attributes() 470 int dirfd, char const *relname) in change_timestamps() argument 476 if (utimensat (dirfd, relname, timespec, 0)) in change_timestamps()
|
D | cp.c | 316 char const *relname = dst_name + (dst_relname - const_dst_name); in re_protect() local 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()
|
D | copy.c | 2239 char const *relname = rename_errno == 0 ? drelname : src_name; in copy_internal() local 2242 if (follow_fstatat (dirfd, relname, &src_sb, fstatat_flags) != 0) in copy_internal()
|