Searched refs:src_fd (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/bin/coreutils/src/
H A Dinstall.c201 int src_fd, dest_fd; local
249 src_fd = open (src_name, O_RDONLY | O_BINARY);
250 if (src_fd < 0)
256 close (src_fd);
260 content_match = have_same_content (src_fd, dest_fd);
262 close (src_fd);
H A Dcopy.c143 clone_file (int dest_fd, int src_fd) argument
150 return ioctl (dest_fd, BTRFS_IOC_CLONE, src_fd);
153 (void) src_fd;
310 copy_attr_by_fd (char const *src_path, int src_fd, argument
319 return 0 == attr_copy_fd (src_path, src_fd, dst_path, dst_fd, 0,
342 int src_fd ATTRIBUTE_UNUSED,
H A Dhead.c177 copy_fd (int src_fd, FILE *o_stream, uintmax_t n_bytes) argument
186 size_t n_read = safe_read (src_fd, buf, n_to_read);

Completed in 51 milliseconds