Searched refs:dst_name (Results 1 – 4 of 4) sorted by relevance
/coreutils/src/ |
D | copy.c | 121 static bool copy_internal (char const *src_name, char const *dst_name, 315 char const *src_name, char const *dst_name, in sparse_copy() argument 372 quoteaf_n (0, src_name), quoteaf_n (1, dst_name)); in sparse_copy() 431 quoteaf (dst_name)); in sparse_copy() 437 if (! create_hole (dest_fd, dst_name, punch_holes, psize)) in sparse_copy() 478 if (make_hole && ! create_hole (dest_fd, dst_name, punch_holes, psize)) in sparse_copy() 549 char const *src_name, char const *dst_name) in lseek_copy() argument 594 if (! create_hole (dest_fd, dst_name, in lseek_copy() 608 quotef (dst_name)); in lseek_copy() 625 true, allow_reflink, src_name, dst_name, in lseek_copy() [all …]
|
D | cp.c | 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() [all …]
|
D | copy.h | 297 bool copy (char const *src_name, char const *dst_name, 304 char const *dst_name, 309 extern bool set_file_security_ctx (char const *dst_name,
|
/coreutils/scripts/build-older-versions/ |
D | coreutils-5.97-on-glibc-2.28.diff | 35 - if (futimens (dest_desc, dst_name, timespec) != 0) 36 + if (futimens_FOO (dest_desc, dst_name, timespec) != 0) 38 error (0, errno, _("preserving times for %s"), quote (dst_name));
|