rb_io_addstr     1240 ext/stringio/stringio.c #define strio_addstr rb_io_addstr
rb_io_addstr     3620 ext/zlib/zlib.c #define rb_gzwriter_addstr  rb_io_addstr
rb_io_addstr      548 include/ruby/intern.h VALUE rb_io_addstr(VALUE, VALUE);
rb_io_addstr     12328 io.c               rb_define_method(rb_cIO, "<<",    rb_io_addstr, 1);