rb_usascii_str_new  940 bignum.c           ss = rb_usascii_str_new(0, n2 + 1); /* plus one for sign */
rb_usascii_str_new 14934 ext/ripper/ripper.c 		str = rb_usascii_str_new(name, 1);
rb_usascii_str_new 9534 ext/ripper/ripper.y 		str = rb_usascii_str_new(name, 1);
rb_usascii_str_new 2895 file.c             return file_expand_path(fname, dname, 0, rb_usascii_str_new(0, MAXPATHLEN + 2));
rb_usascii_str_new 2931 file.c             return file_expand_path(fname, dname, 1, rb_usascii_str_new(0, MAXPATHLEN + 2));
rb_usascii_str_new  579 include/ruby/intern.h VALUE rb_usascii_str_new(const char*, long);
rb_usascii_str_new  642 include/ruby/intern.h 	rb_usascii_str_new(str, strlen(str)) : \
rb_usascii_str_new 1917 numeric.c      	    return rb_usascii_str_new(&c, 1);
rb_usascii_str_new  865 object.c           return rb_usascii_str_new(0, 0);
rb_usascii_str_new 14866 parse.c        		str = rb_usascii_str_new(name, 1);
rb_usascii_str_new 9534 parse.y        		str = rb_usascii_str_new(name, 1);
rb_usascii_str_new   17 version.c      #define MKSTR(type) rb_obj_freeze(rb_usascii_str_new(ruby_##type, sizeof(ruby_##type)-1))