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

/macosx-10.10.1/ruby-106/ruby/ext/pty/
H A Dpty.c574 rb_io_t *wfptr,*rfptr; local
580 MakeOpenFile(wport, wfptr);
588 wfptr->mode = rb_io_mode_flags("w") | FMODE_SYNC;
589 wfptr->fd = rb_cloexec_dup(info.fd);
590 if (wfptr->fd == -1)
592 rb_update_max_fd(wfptr->fd);
593 wfptr->pathv = rfptr->pathv;
/macosx-10.10.1/ruby-106/ruby/
H A Dio.c764 rb_io_t *wfptr; local
765 GetOpenFile(fptr->tied_io_for_writing, wfptr);
766 if (io_fflush(wfptr) < 0)
4371 rb_io_t *wfptr; local
4372 GetOpenFile(write_io, wfptr);
4373 wfptr->pid = fptr->pid;
4375 RFILE(io)->fptr = wfptr;

Completed in 213 milliseconds