rb_str_tmp_new   4918 array.c        #define tmpbuf(n, size) rb_str_tmp_new((n)*(size))
rb_str_tmp_new   1286 compile.c          const VALUE complex_mark = rb_str_tmp_new(0);
rb_str_tmp_new   3944 ext/bigdecimal/bigdecimal.c     buf = rb_str_tmp_new(strlen(szVal) + 1);
rb_str_tmp_new    268 ext/readline/readline.c         last_prompt = rb_str_tmp_new(len);
rb_str_tmp_new   1167 ext/socket/ancdata.c         controls_str = rb_str_tmp_new(0);
rb_str_tmp_new   1513 ext/socket/ancdata.c 	dat_str = rb_str_tmp_new(maxdatlen);
rb_str_tmp_new   1520 ext/socket/ancdata.c 	ctl_str = rb_str_tmp_new(maxctllen);
rb_str_tmp_new   5759 file.c             tmp = rb_str_tmp_new(MAXPATHLEN + 2);
rb_str_tmp_new   5819 file.c         	tmp = rb_str_tmp_new(MAXPATHLEN + 2);
rb_str_tmp_new    721 include/ruby/intern.h VALUE rb_str_tmp_new(long);
rb_str_tmp_new     72 iseq.h             VALUE str = rb_str_tmp_new(size * sizeof(VALUE));
rb_str_tmp_new    497 load.c         	bufstr = rb_str_tmp_new(len + DLEXT_MAXLEN);
rb_str_tmp_new    727 ruby.c             argstr = rb_str_tmp_new((len = strlen(s)) + 2);
rb_str_tmp_new    728 ruby.c             argary = rb_str_tmp_new(0);
rb_str_tmp_new   2729 transcode.c        dest = rb_str_tmp_new(blen);