Lines Matching refs:dst_name
307 char *dst_name; /* A copy of CONST_DST_NAME we can change. */ in re_protect() local
309 ASSIGN_STRDUPA (dst_name, const_dst_name); in re_protect()
313 char const *src_name = dst_name + (dst_src_name - const_dst_name); in re_protect()
316 char const *relname = dst_name + (dst_relname - const_dst_name); in re_protect()
320 dst_name[p->slash_offset] = '\0'; in re_protect()
336 quoteaf (dst_name)); in re_protect()
349 quoteaf (dst_name)); in re_protect()
360 if (copy_acl (src_name, -1, dst_name, -1, p->st.st_mode) != 0) in re_protect()
368 quoteaf (dst_name)); in re_protect()
373 dst_name[p->slash_offset] = '/'; in re_protect()
696 char *dst_name; in do_copy() local
719 dst_name = file_name_concat (target_directory, in do_copy()
728 (dst_name, arg_in_concat - dst_name, target_dirfd, in do_copy()
740 dst_name = file_name_concat (target_directory, arg_base, in do_copy()
757 ok &= copy (arg, dst_name, target_dirfd, dst_relname, in do_copy()
761 ok &= re_protect (dst_name, arg_in_concat, target_dirfd, in do_copy()
775 free (dst_name); in do_copy()