Searched refs:rb_str_cat (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/readline/
H A Dreadline.c232 rb_str_cat(last_prompt, s0, ++s - s0);
237 rb_str_cat(last_prompt, s0, ++s - s0);
242 rb_str_cat(last_prompt, s0, s - s0 - 1);
248 rb_str_cat(last_prompt, ignore_code+0, 1);
250 rb_str_cat(last_prompt, s0, ++s - s0);
263 rb_str_cat(last_prompt, ignore_code+1, 1);
271 rb_str_cat(last_prompt, ignore_code+1, 1);
273 rb_str_cat(last_prompt, s0, s - s0);
/macosx-10.9.5/swig-10/Lib/ruby/
H A Drubyerrors.swg122 str = rb_str_cat( str, StringValuePtr(asStr), 30 );
/macosx-10.9.5/ruby-104/ruby/
H A Druby.c613 rb_str_cat(name_error[0], s, p - s);
655 rb_str_cat(argary, (char *)&ap, sizeof(ap));
658 rb_str_cat(argary, (char *)&ap, sizeof(ap));
666 rb_str_cat(argary, (char *)&ap, sizeof(ap));
H A Drange.c1049 rb_str_cat(str, "...", EXCL(range) ? 3 : 2);
1067 rb_str_cat(str, "...", EXCL(range) ? 3 : 2);
H A Dnumeric.c685 rb_str_cat(s, buf, digs + 1);
690 rb_str_cat(s, buf, digs);
706 rb_str_cat(s, "0.", 2);
722 rb_str_cat(s, buf, digs + 1);
H A Dfile.c3428 rb_str_cat(testpath, testname, testnamelen);
3821 rb_str_cat(dirname, top, p - top);
3828 rb_str_cat(dirname, ".", 1);
H A Dmarshal.c1193 rb_str_cat(str, RSTRING_PTR(tmp), need_len);
H A Dparse.c12945 rb_str_cat(str, p, pend - p);
12948 if (pend < lex_pend) rb_str_cat(str, "\n", 1);
16367 rb_str_append(rb_str_cat(rb_attr_get(err, mesg), "\n", 1), m);
16968 rb_str_cat(str, "=", 1);
H A Dparse.y6449 rb_str_cat(str, p, pend - p);
6452 if (pend < lex_pend) rb_str_cat(str, "\n", 1);
9871 rb_str_append(rb_str_cat(rb_attr_get(err, mesg), "\n", 1), m);
10472 rb_str_cat(str, "=", 1);
H A Dstring.c1964 rb_str_cat(VALUE str, const char *ptr, long len) function
1985 return rb_str_cat(str, ptr, strlen(ptr));
2189 rb_str_cat(str1, buf, 1);
7736 rb_str_cat(ret, ellipsis, ellipsislen);
H A Dvm_eval.c1279 VALUE m = rb_str_cat(rb_str_dup(RARRAY_PTR(errat)[0]), ": ", 2);
H A Dtime.c4640 rb_str_cat(str, buf, len);
4647 if (p > fmt) rb_str_cat(str, fmt, p - fmt);
H A Dio.c1942 rb_str_cat(result, closed+1, strlen(closed)-1);
1951 rb_str_cat(result, closed, strlen(closed));
2226 rb_str_cat(str, fptr->cbuf.ptr+fptr->cbuf.off, len);
3457 rb_str_cat(str, fptr->rbuf.ptr+fptr->rbuf.off, 1);
/macosx-10.9.5/vim-53/src/
H A Dif_ruby.c183 #define rb_str_cat dll_rb_str_cat macro
370 {"rb_str_cat", (RUBY_PROC*)&dll_rb_str_cat},
1222 if (i > 0) rb_str_cat(str, ", ", 2);
/macosx-10.9.5/ruby-104/ruby/include/ruby/
H A Dintern.h724 VALUE rb_str_cat(VALUE, const char*, long);
804 rb_str_cat((str), (ptr), (long)strlen(ptr)) : \
/macosx-10.9.5/ruby-104/ruby/ext/strscan/
H A Dstrscan.c1150 rb_str_cat(str, CURPTR(p) - len, len);
/macosx-10.9.5/ruby-104/ruby/ext/stringio/
H A Dstringio.c1191 rb_str_cat(ptr->string, RSTRING_PTR(str), len);
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c13035 rb_str_cat(str, p, pend - p);
13038 if (pend < lex_pend) rb_str_cat(str, "\n", 1);
16457 rb_str_append(rb_str_cat(rb_attr_get(err, mesg), "\n", 1), m);
17058 rb_str_cat(str, "=", 1);
H A Dripper.y6449 rb_str_cat(str, p, pend - p);
6452 if (pend < lex_pend) rb_str_cat(str, "\n", 1);
9871 rb_str_append(rb_str_cat(rb_attr_get(err, mesg), "\n", 1), m);
10472 rb_str_cat(str, "=", 1);
/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Draddrinfo.c1056 rb_str_cat(ret, s, p - s);
/macosx-10.9.5/ruby-104/ruby/ext/date/
H A Ddate_core.c6790 rb_str_cat(str, buf, len);
6797 if (p > fmt) rb_str_cat(str, fmt, p - fmt);
/macosx-10.9.5/ruby-104/ruby/ext/win32ole/
H A Dwin32ole.c1174 rb_str_cat(error_msg, pSource, strlen(pSource));
1177 rb_str_cat(error_msg, "<Unknown>", 9);
/macosx-10.9.5/ruby-104/ruby/win32/
H A Dwin32.c574 rb_str_cat(str, "\n", 1);

Completed in 591 milliseconds