rb_str_new5       567 include/ruby/intern.h VALUE rb_str_new5(VALUE, const char*, long);
rb_str_new5      1094 string.c           str2 = rb_str_new5(str, 0, len *= RSTRING_LEN(str));
rb_str_new5      1412 string.c               str2 = rb_str_new5(str, RSTRING_PTR(str)+beg, len);
rb_str_new5      1505 string.c       	str2 = rb_str_new5(str, p, len);
rb_str_new5      2758 string.c           str = rb_str_new5(orig, RSTRING_PTR(orig), RSTRING_LEN(orig));
rb_str_new5      3814 string.c           rev = rb_str_new5(str, 0, RSTRING_LEN(str));
rb_str_new5      4161 string.c           result = rb_str_new5(str, 0, len);
rb_str_new5      5431 string.c       		    tmp = rb_str_new5(str, 0, 0);
rb_str_new5      5441 string.c       	    tmp = rb_str_new5(str, 0, 0);
rb_str_new5      5553 string.c       	    line = rb_str_new5(str, s, p - s);
rb_str_new5      5589 string.c       	    line = rb_str_new5(str, s, p - s + (rslen ? rslen : n));
rb_str_new5      5601 string.c       	line = rb_str_new5(str, s, pend - s);
rb_str_new5      5810 string.c           VALUE str2 = rb_str_new5(str, RSTRING_PTR(str), chopped_length(str));
rb_str_new5      6471 string.c           res = rb_str_new5(str, 0, RSTRING_LEN(str)+n*flen/fclen+2);