MEMCPY 69 array.c MEMCPY(ptr, RARRAY(ary)->ptr, VALUE, RARRAY(ary)->len);
MEMCPY 179 array.c MEMCPY(RARRAY(ary)->ptr, elts, VALUE, n);
MEMCPY 278 array.c MEMCPY(RARRAY(ary)->ptr, argv, VALUE, argc);
MEMCPY 435 array.c MEMCPY(RARRAY(ary)->ptr, argv, VALUE, argc);
MEMCPY 667 array.c MEMCPY(RARRAY(ary)->ptr + beg, RARRAY(rpl)->ptr, VALUE, rlen);
MEMCPY 805 array.c MEMCPY(RARRAY(dup)->ptr, RARRAY(ary)->ptr, VALUE, RARRAY(ary)->len);
MEMCPY 1409 array.c MEMCPY(RARRAY(z)->ptr, RARRAY(x)->ptr, VALUE, RARRAY(x)->len);
MEMCPY 1410 array.c MEMCPY(RARRAY(z)->ptr + RARRAY(x)->len, RARRAY(y)->ptr, VALUE, RARRAY(y)->len);
MEMCPY 1447 array.c MEMCPY(RARRAY(ary2)->ptr+i, RARRAY(ary)->ptr, VALUE, RARRAY(ary)->len);
MEMCPY 58 bignum.c MEMCPY(BDIGITS(z), BDIGITS(x), BDIGIT, RBIGNUM(x)->len);
MEMCPY 508 bignum.c MEMCPY(p, s, char, len);
MEMCPY 1761 eval.c MEMCPY(copy->nd_tbl, node->nd_tbl, ID, node->nd_tbl[0]+1);
MEMCPY 1808 eval.c MEMCPY(argv, RARRAY(args)->ptr, VALUE, argc);\
MEMCPY 4389 eval.c MEMCPY(nargv+1, argv, VALUE, argc);
MEMCPY 4638 eval.c MEMCPY(local_vars+2, argv, VALUE, i);
MEMCPY 4774 eval.c MEMCPY(argv, RARRAY(args)->ptr, VALUE, argc);
MEMCPY 6201 eval.c MEMCPY(vars, scope->local_vars, VALUE, tbl[0]);
MEMCPY 6258 eval.c MEMCPY(tmp, block->prev, struct BLOCK, 1);
MEMCPY 6261 eval.c MEMCPY(tmp->frame.argv, block->prev->frame.argv, VALUE, tmp->frame.argc);
MEMCPY 6287 eval.c MEMCPY(argv, frame->argv, VALUE, frame->argc);
MEMCPY 6310 eval.c MEMCPY(data, orig, struct BLOCK, 1);
MEMCPY 6670 eval.c MEMCPY(data, orig, struct BLOCK, 1);
MEMCPY 7557 eval.c MEMCPY(th->stk_ptr, th->stk_pos, VALUE, th->stk_len);
MEMCPY 7680 eval.c MEMCPY(tmp->stk_pos, tmp->stk_ptr, VALUE, tmp->stk_len);
MEMCPY 143 ext/socket/socket.c MEMCPY(&tmp_hints, hints, struct addrinfo, 1);
MEMCPY 778 ext/tcltklib/tcltklib.c MEMCPY(alloc_argv, argv, VALUE, argc);
MEMCPY 414 gc.c MEMCPY(ptr, f, char, len);
MEMCPY 470 gc.c MEMCPY(tmp_arry, mark_stack, VALUE, MARK_STACK_MAX);
MEMCPY 1091 object.c MEMCPY(p, s, char, len);
MEMCPY 2307 parse.y MEMCPY(buf, p, char, len);
MEMCPY 5279 parse.y MEMCPY(lvtbl->tbl, ruby_scope->local_tbl, ID, lvtbl->cnt+1);
MEMCPY 5304 parse.y MEMCPY(vars, ruby_scope->local_vars, VALUE, i);
MEMCPY 820 ruby.c MEMCPY(argv+2, origargv+1, char*, origargc);
MEMCPY 391 string.c MEMCPY(argv+1, RARRAY(arg)->ptr, VALUE, RARRAY(arg)->len);
MEMCPY 265 struct.c MEMCPY(RSTRUCT(self)->ptr, RARRAY(values)->ptr, VALUE, RARRAY(values)->len);
MEMCPY 434 struct.c MEMCPY(RSTRUCT(copy)->ptr, RSTRUCT(s)->ptr, VALUE, RSTRUCT(copy)->len);
MEMCPY 820 time.c MEMCPY(tcopy, tobj, struct time_object, 1);