io_alloc         5634 io.c               return rb_file_open_internal(io_alloc(rb_cFile), fname, modestr);
io_alloc         5640 io.c               return rb_file_open_internal(io_alloc(rb_cFile), rb_str_new_cstr(fname), modestr);
io_alloc         6081 io.c               port = io_alloc(rb_cIO);
io_alloc         6107 io.c                   write_port = io_alloc(rb_cIO);
io_alloc         6611 io.c                   return rb_file_open_generic(io_alloc(rb_cFile), filename,
io_alloc         6621 io.c               io = io_alloc(rb_cFile);
io_alloc         7333 io.c               VALUE io = io_alloc(klass);
io_alloc         12246 io.c               rb_define_alloc_func(rb_cIO, io_alloc);