Home
last modified time | relevance | path

Searched refs:dst_fd (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dcopy.c761 char const *dst_path, int dst_fd, struct cp_options const *x) in copy_attr() argument
786 return ! (0 <= src_fd && 0 <= dst_fd in copy_attr()
787 ? attr_copy_fd (src_path, src_fd, dst_path, dst_fd, check, ctx) in copy_attr()
796 MAYBE_UNUSED int dst_fd, in copy_attr() argument