dst_name 43 maint/gnulib/lib/copy-acl.c copy_acl (const char *src_name, int source_desc, const char *dst_name, dst_name 46 maint/gnulib/lib/copy-acl.c int ret = qcopy_acl (src_name, source_desc, dst_name, dest_desc, mode); dst_name 54 maint/gnulib/lib/copy-acl.c error (0, errno, _("preserving permissions for %s"), quote (dst_name)); dst_name 39 maint/gnulib/lib/qcopy-acl.c qcopy_acl (const char *src_name, int source_desc, const char *dst_name, dst_name 48 maint/gnulib/lib/qcopy-acl.c ret = set_permissions (&ctx, dst_name, dest_desc); dst_name 123 maint/gnulib/lib/utimecmp.c utimecmp (char const *dst_name, dst_name 128 maint/gnulib/lib/utimecmp.c return utimecmpat (AT_FDCWD, dst_name, dst_stat, src_stat, options); dst_name 132 maint/gnulib/lib/utimecmp.c utimecmpat (int dfd, char const *dst_name, dst_name 244 maint/gnulib/lib/utimecmp.c res = pathconf (dst_name, _PC_TIMESTAMP_RESOLUTION); dst_name 247 maint/gnulib/lib/utimecmp.c char *dstdir = mdir_name (dst_name); dst_name 354 maint/gnulib/lib/utimecmp.c if (utimensat (dfd, dst_name, timespec, AT_SYMLINK_NOFOLLOW)) dst_name 360 maint/gnulib/lib/utimecmp.c = fstatat (dfd, dst_name, &dst_status, AT_SYMLINK_NOFOLLOW); dst_name 370 maint/gnulib/lib/utimecmp.c utimensat (dfd, dst_name, timespec, AT_SYMLINK_NOFOLLOW);