rb_str_cat 76 ext/Win32API/Win32API.c str = rb_str_cat(str, "A", 1);
rb_str_cat 221 ext/dl/sym.c rb_str_cat(val, " ", 1);
rb_str_cat 229 ext/dl/sym.c rb_str_cat(val, "(", 1);
rb_str_cat 235 ext/dl/sym.c rb_str_cat(val, ", ", 2);
rb_str_cat 238 ext/dl/sym.c rb_str_cat(val, ");", 2);
rb_str_cat 34 ext/nkf/nkf.c rb_str_cat(dst, 0, incsize);
rb_str_cat 773 ext/stringio/stringio.c rb_str_cat(ptr->string, RSTRING(str)->ptr, len);
rb_str_cat 408 ext/win32ole/win32ole.c rb_str_cat(error_msg, pSource, strlen(pSource));
rb_str_cat 411 ext/win32ole/win32ole.c rb_str_cat(error_msg, "<Unknown>", 9);
rb_str_cat 2704 ext/win32ole/win32ole.c rb_str_cat(type, ",", 1);
rb_str_cat 844 io.c rb_str_cat(str, buf, cnt);
rb_str_cat 857 io.c rb_str_cat(str, &ch, 1);
rb_str_cat 3050 parse.y rb_str_cat(str, RSTRING(line)->ptr, RSTRING(line)->len);
rb_str_cat 418 range.c rb_str_cat(str, "...", EXCL(range)?3:2);
rb_str_cat 434 range.c rb_str_cat(str, "...", EXCL(range)?3:2);
rb_str_cat 591 string.c return rb_str_cat(str, ptr, strlen(ptr));
rb_str_cat 654 string.c return rb_str_cat(str1, &c, 1);
rb_str_cat 1306 time.c rb_str_cat(str, buf, len);
rb_str_cat 1309 time.c rb_str_cat(str, "\0", 1);
rb_str_cat 179 util.c rb_str_cat(str, suffix, extlen);