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

/macosx-10.10.1/copyfile-118.1.2/
H A Dcopyfile.c97 int dst_fd; member in struct:_copyfile_state
507 if (s->dst_fd > -1) {
513 fstat(s->dst_fd, &sbuf);
516 remove_uberace(s->dst_fd, &sbuf);
522 (void)fchown(s->dst_fd, s->dst_sb.st_uid, s->dst_sb.st_gid);
523 (void)fchmod(s->dst_fd, s->dst_sb.st_mode);
535 if (fchmodx_np(s->dst_fd, s->original_fsec) < 0 && errno != ENOTSUP)
868 int fcopyfile(int src_fd, int dst_fd, copyfile_state_t state, copyfile_flags_t flags) argument
874 if (src_fd < 0 || dst_fd < 0)
911 copyfile_debug(2, "set dst_fd <
[all...]
/macosx-10.10.1/ruby-106/ruby/
H A Dio.c9629 int dst_fd; member in struct:copy_stream_struct
9707 rb_fd_set(stp->dst_fd, &stp->fds);
9791 ret = fstat(stp->dst_fd, &dst_stat);
9828 ss = simple_sendfile(stp->dst_fd, stp->src_fd, &src_offset, ss);
9831 ss = simple_sendfile(stp->dst_fd, stp->src_fd, NULL, ss);
9934 ss = write(stp->dst_fd, buf+off, len);
10109 int src_fd, dst_fd; local
10146 dst_fd = -1;
10170 dst_fd = dst_fptr->fd;
10172 stp->dst_fd
[all...]

Completed in 229 milliseconds