rb_str_modify_expand   13 ext/-test-/string/modify.c     rb_str_modify_expand(str, NUM2LONG(expand));
rb_str_modify_expand  131 ext/socket/init.c 	rb_str_modify_expand(str, buflen - len);
rb_str_modify_expand  912 ext/socket/socket.c 	rb_str_modify_expand(name, len);
rb_str_modify_expand  828 ext/stringio/stringio.c 	rb_str_modify_expand(str, ex);
rb_str_modify_expand  836 ext/stringio/stringio.c 	    rb_str_modify_expand(str, rest);
rb_str_modify_expand 1375 ext/tk/tkutil/tkutil.c     rb_str_modify_expand(str, (len ? len : 1) + 2);
rb_str_modify_expand  254 file.c             rb_str_modify_expand(str, buflen);
rb_str_modify_expand 2783 file.c         	rb_str_modify_expand(v, size);
rb_str_modify_expand 3584 file.c         		rb_str_modify_expand(tmp, len);
rb_str_modify_expand  751 include/ruby/intern.h void rb_str_modify_expand(VALUE, long);
rb_str_modify_expand 2367 io.c               rb_str_modify_expand(*str, len);
rb_str_modify_expand 2437 io.c           	rb_str_modify_expand(str, BUFSIZ);
rb_str_modify_expand 5069 process.c      	    rb_str_modify_expand(*getpw_tmp, getpw_buf_len);
rb_str_modify_expand 5148 process.c      	    rb_str_modify_expand(*getgr_tmp, getgr_buf_len);
rb_str_modify_expand  489 ruby.c         	    rb_str_modify_expand(wsopath, len*sizeof(WCHAR));
rb_str_modify_expand  174 strftime.c     	rb_str_modify_expand(ftime, nlen-len);
rb_str_modify_expand  297 win32/file.c   	rb_str_modify_expand(dst, nlen);