rb_io_ext_int_to_encs 5138 io.c               rb_io_ext_int_to_encs(ext_enc, int_enc, enc_p, enc2_p, fmode);
rb_io_ext_int_to_encs 5200 io.c           	    rb_io_ext_int_to_encs(rb_to_encoding(encoding), NULL, enc_p, enc2_p, 0);
rb_io_ext_int_to_encs 5205 io.c           	rb_io_ext_int_to_encs(extencoding, intencoding, enc_p, enc2_p, 0);
rb_io_ext_int_to_encs 5280 io.c               rb_io_ext_int_to_encs(NULL, NULL, &enc, &enc2, 0);
rb_io_ext_int_to_encs 5308 io.c           	    rb_io_ext_int_to_encs(e, NULL, &enc, &enc2, fmode);
rb_io_ext_int_to_encs 5350 io.c           		rb_io_ext_int_to_encs(rb_ascii8bit_encoding(), NULL, &enc, &enc2, fmode);
rb_io_ext_int_to_encs 5583 io.c           	rb_io_ext_int_to_encs(NULL, NULL, &cc.enc, &cc.enc2, fmode);
rb_io_ext_int_to_encs 5618 io.c           	rb_io_ext_int_to_encs(e, NULL, &convconfig.enc, &convconfig.enc2, fmode);
rb_io_ext_int_to_encs 9466 io.c           	    rb_io_ext_int_to_encs(NULL, NULL, &enc, &enc2, 0);
rb_io_ext_int_to_encs 9478 io.c           		rb_io_ext_int_to_encs(find_encoding(v1), NULL, &enc, &enc2, 0);