Searched refs:rb_str_buf_cat (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10/ruby-106/ruby/
H A Dpack.c500 rb_str_buf_cat(res, ptr, len);
502 rb_str_buf_cat(res, nul10, 1);
505 rb_str_buf_cat(res, ptr, plen);
508 rb_str_buf_cat(res, (type == 'A')?spc10:nul10, 10);
511 rb_str_buf_cat(res, (type == 'A')?spc10:nul10, len);
533 rb_str_buf_cat(res, &c, 1);
541 rb_str_buf_cat(res, &c, 1);
563 rb_str_buf_cat(res, &c, 1);
571 rb_str_buf_cat(res, &c, 1);
596 rb_str_buf_cat(re
[all...]
H A Dre.c372 rb_str_buf_cat(str, s, len);
381 rb_str_buf_cat(str, p, n);
387 rb_str_buf_cat(str, &c, 1);
388 rb_str_buf_cat(str, p, clen);
403 rb_str_buf_cat(str, p, clen);
407 rb_str_buf_cat(str, p, clen);
414 rb_str_buf_cat(str, b, 4);
417 rb_str_buf_cat(str, p, clen);
1892 rb_str_buf_cat(str, (const char *)names[i].name, names[i].len);
2051 rb_str_buf_cat(bu
[all...]
H A Dprocess.c2141 rb_str_buf_cat(argv_buf, w, p-w);
2142 rb_str_buf_cat(argv_buf, "", 1); /* append '\0' */
2167 rb_str_buf_cat(argv_buf, "", 1); /* append '\0' */
2176 rb_str_buf_cat(argv_str, (char *)&null, sizeof(null)); /* place holder for /bin/sh of try_with_sh. */
2180 rb_str_buf_cat(argv_str, (char *)&p, sizeof(p));
2183 rb_str_buf_cat(argv_str, (char *)&null, sizeof(null)); /* terminator for execve. */
2245 rb_str_buf_cat(envp_buf, "", 1); /* append '\0' */
2308 rb_str_buf_cat(envp_str, (char *)&p, sizeof(p));
2312 rb_str_buf_cat(envp_str, (char *)&p, sizeof(p));
H A Derror.c656 rb_str_buf_cat(str, ": ", 2);
658 rb_str_buf_cat(str, ">", 1);
H A Druby.c491 #define BASEPATH() rb_str_buf_cat(rb_str_buf_new(baselen+len), libpath, baselen)
493 #define RUBY_RELATIVE(path, len) rb_str_buf_cat(BASEPATH(), (path), (len))
H A Dstring.c799 rb_str_buf_cat(str, ptr, len);
1948 rb_str_buf_cat(VALUE str, const char *ptr, long len) function
1960 return rb_str_buf_cat(str, ptr, strlen(ptr));
1979 return rb_str_buf_cat(str, ptr, len);
2012 rb_str_buf_cat(str, ptr, len);
4492 rb_str_buf_cat(result, buf, l);
H A Dmarshal.c227 rb_str_buf_cat(buf, s, n);
H A Dhash.c2936 rb_str_buf_cat(str, *env, s-*env);
H A Dparse.c12078 rb_str_buf_cat(parser->delayed,
12084 rb_str_buf_cat(parser->delayed,
H A Dparse.y5582 rb_str_buf_cat(parser->delayed,
5588 rb_str_buf_cat(parser->delayed,
H A Dfile.c3277 rb_str_buf_cat(tmp, p, len);
H A Dio.c2780 rb_str_buf_cat(str, p, len);
2791 rb_str_buf_cat(str, p, searchlen);
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dintern.h702 VALUE rb_str_buf_cat(VALUE, const char*, long);
791 rb_str_buf_cat(rb_str_buf_new((long)strlen(str)), \
798 rb_str_buf_cat((str), (ptr), (long)strlen(ptr)) : \
/macosx-10.10/ruby-106/ruby/ext/json/parser/
H A Dparser.c1314 if (pe > p) rb_str_buf_cat(result, p, pe - p);
1364 rb_str_buf_cat(result, unescape, unescape_len);
1370 rb_str_buf_cat(result, p, pe - p);
/macosx-10.10/ruby-106/ruby/nacl/
H A Dpepper_main.c801 rb_str_buf_cat(instance->async_call_result.as_value,
/macosx-10.10/ruby-106/ruby/ext/openssl/
H A Dossl_ssl.c577 rb_str_buf_cat(encoded, &len_byte, 1);
578 rb_str_buf_cat(encoded, RSTRING_PTR(cur), len);
/macosx-10.10/ruby-106/ruby/ext/socket/
H A Dancdata.c212 rb_str_buf_cat(str, (char *)&fd, sizeof(int));
/macosx-10.10/ruby-106/ruby/ext/zlib/
H A Dzlib.c736 rb_str_buf_cat(z->buf, (const char*)src, len);
865 rb_str_buf_cat(z->input, (const char*)src, len);
869 rb_str_buf_cat(z->input, (const char*)src, len);
/macosx-10.10/ruby-106/ruby/ext/ripper/
H A Dripper.c12168 rb_str_buf_cat(parser->delayed,
12174 rb_str_buf_cat(parser->delayed,
H A Dripper.y5582 rb_str_buf_cat(parser->delayed,
5588 rb_str_buf_cat(parser->delayed,

Completed in 580 milliseconds