MEMCPY 176 array.c MEMCPY(ptr+beg, argv, VALUE, argc); MEMCPY 190 array.c MEMCPY(RARRAY_PTR(ary)+beg, argv, VALUE, argc); MEMCPY 210 array.c MEMCPY(ptr, ARY_EMBED_PTR(ary), VALUE, len); MEMCPY 226 array.c MEMCPY((VALUE *)RARRAY(ary)->as.ary, ptr, VALUE, len); MEMCPY 326 array.c MEMCPY((VALUE *)ARY_EMBED_PTR(ary), ptr, VALUE, len); MEMCPY 343 array.c MEMCPY(ptr, RARRAY_CONST_PTR(ary), VALUE, len); MEMCPY 1673 array.c MEMCPY(tmp, ARY_HEAP_PTR(ary), VALUE, len); MEMCPY 1675 array.c MEMCPY((VALUE *)ARY_EMBED_PTR(ary), tmp, VALUE, len); /* WB: no new reference */ MEMCPY 735 bignum.c MEMCPY(words, dp, char, src_size); MEMCPY 739 bignum.c MEMCPY(words, dp, char, dst_size); MEMCPY 767 bignum.c MEMCPY(words, dp, BDIGIT, src_num_bdigits); MEMCPY 771 bignum.c MEMCPY(words, dp, BDIGIT, dst_num_bdigits); MEMCPY 1124 bignum.c MEMCPY(dp, words, char, src_size); MEMCPY 1155 bignum.c MEMCPY(dp, words, BDIGIT, numwords*bdigits_per_word); MEMCPY 1652 bignum.c MEMCPY(wds, zds + n, BDIGIT, xn); MEMCPY 1778 bignum.c MEMCPY(wds, zds1, BDIGIT, n); MEMCPY 1795 bignum.c MEMCPY(wds, zds2, BDIGIT, n); MEMCPY 2220 bignum.c MEMCPY(zzds, z0ds, BDIGIT, z0n); MEMCPY 2222 bignum.c MEMCPY(zzds + 4*n, z4ds, BDIGIT, z4n); MEMCPY 2238 bignum.c MEMCPY(zds, zzds, BDIGIT, zzn); MEMCPY 2395 bignum.c MEMCPY(zds, yds, BDIGIT, yn); MEMCPY 2670 bignum.c MEMCPY(zds, xds, BDIGIT, xn); MEMCPY 2683 bignum.c MEMCPY(rds, zds, BDIGIT, yn); MEMCPY 2843 bignum.c MEMCPY(rds, xds, BDIGIT, xn); MEMCPY 2848 bignum.c MEMCPY(qds, xds, BDIGIT, xn); MEMCPY 2944 bignum.c MEMCPY(ds, RBIGNUM(big)->as.ary, BDIGIT, BIGNUM_EMBED_LEN_MAX); MEMCPY 2957 bignum.c MEMCPY(RBIGNUM(big)->as.ary, ds, BDIGIT, len); MEMCPY 3009 bignum.c MEMCPY(BDIGITS(z), BDIGITS(x), BDIGIT, len); MEMCPY 3050 bignum.c MEMCPY(BDIGITS(z), ds, BDIGIT, n); MEMCPY 3657 bignum.c MEMCPY(BDIGITS(val), fixbuf, BDIGIT, num_bdigits); MEMCPY 3675 bignum.c MEMCPY(BDIGITS(val), fixbuf, BDIGIT, num_bdigits); MEMCPY 3914 bignum.c MEMCPY(vds+i, uds+i, BDIGIT, num_bdigits-i); MEMCPY 3925 bignum.c MEMCPY(BDIGITS(z), uds, BDIGIT, num_bdigits); MEMCPY 4703 bignum.c MEMCPY(b2s->ptr, buf + j, char, len); MEMCPY 4941 bignum.c MEMCPY(wds, xds, BDIGIT, xn); MEMCPY 284 class.c MEMCPY(nce, ce, rb_const_entry_t, 1); MEMCPY 706 compile.c MEMCPY(original_code, iseq->body->iseq_encoded, VALUE, iseq->body->iseq_size); MEMCPY 1403 compile.c MEMCPY(opt_table, RARRAY_CONST_PTR(labels), VALUE, i+1); MEMCPY 1481 compile.c MEMCPY(ids, tbl, ID, size); MEMCPY 2495 compile.c MEMCPY(ptr, iobj->operands, VALUE, iobj->operand_size); MEMCPY 7344 compile.c MEMCPY(table, load->buff + offset, VALUE, opt_num+1); MEMCPY 387 cont.c MEMCPY(cont->machine.stack, cont->machine.stack_src, VALUE, size); MEMCPY 400 cont.c MEMCPY(cont->machine.register_stack, cont->machine.register_stack_src, VALUE, size); MEMCPY 487 cont.c MEMCPY(cont->vm_stack, th->stack, VALUE, cont->vm_stack_slen); MEMCPY 488 cont.c MEMCPY(cont->vm_stack + cont->vm_stack_slen, (VALUE*)th->cfp, VALUE, cont->vm_stack_clen); MEMCPY 491 cont.c MEMCPY(cont->vm_stack, th->stack, VALUE, th->stack_size); MEMCPY 547 cont.c MEMCPY(th->stack, cont->vm_stack, VALUE, cont->vm_stack_slen); MEMCPY 548 cont.c MEMCPY(th->stack + sth->stack_size - cont->vm_stack_clen, MEMCPY 551 cont.c MEMCPY(th->stack, cont->vm_stack, VALUE, sth->stack_size); MEMCPY 759 cont.c MEMCPY(cont->machine.stack_src, cont->machine.stack, MEMCPY 765 cont.c MEMCPY(cont->machine.register_stack_src, cont->machine.register_stack, MEMCPY 1233 cont.c MEMCPY(&cont->jmpbuf, &cth->root_jmpbuf, rb_jmpbuf_t, 1); MEMCPY 1990 dir.c MEMCPY(buf, start, char, n); MEMCPY 1618 encoding.c MEMCPY(s = ALLOCA_N(char, len), name, char, len); MEMCPY 1338 enumerator.c MEMCPY(nargv + 1, argv, VALUE, argc); MEMCPY 867 eval.c MEMCPY(&org_jmpbuf, &(th)->root_jmpbuf, rb_jmpbuf_t, 1); MEMCPY 874 eval.c MEMCPY(&(th)->root_jmpbuf, &org_jmpbuf, rb_jmpbuf_t, 1); MEMCPY 634 ext/bigdecimal/bigdecimal.c MEMCPY(pv->frac, x->frac, BDIGIT, pv->MaxPrec); MEMCPY 12933 ext/ripper/ripper.c MEMCPY(RSTRING_PTR(_s), (_p), char, (_n)), (_s)) \ MEMCPY 16135 ext/ripper/ripper.c MEMCPY(buf+1, lvtbl->args->tbl, ID, cnt_args); MEMCPY 7184 ext/ripper/ripper.y MEMCPY(RSTRING_PTR(_s), (_p), char, (_n)), (_s)) \ MEMCPY 10386 ext/ripper/ripper.y MEMCPY(buf+1, lvtbl->args->tbl, ID, cnt_args); MEMCPY 1203 ext/socket/ancdata.c MEMCPY(cmsg, &cmh, char, sizeof(cmh)); MEMCPY 1204 ext/socket/ancdata.c MEMCPY(cmsg+((char*)CMSG_DATA(&cmh)-(char*)&cmh), RSTRING_PTR(cdata), char, RSTRING_LEN(cdata)); MEMCPY 38 ext/socket/raddrinfo.c MEMCPY(&tmp_hints, hints, struct addrinfo, 1); MEMCPY 113 ext/socket/raddrinfo.c MEMCPY(&tmp_hints, hints, struct addrinfo, 1); MEMCPY 1351 ext/stringio/stringio.c MEMCPY(RSTRING_PTR(str), RSTRING_PTR(ptr->string) + ptr->pos, char, len); MEMCPY 7132 ext/tk/tcltklib.c MEMCPY(temp, argv, VALUE, argc); MEMCPY 499 load.c MEMCPY(buf, feature, char, len); MEMCPY 267 object.c MEMCPY(ROBJECT(dest)->as.ary, ROBJECT(obj)->as.ary, VALUE, ROBJECT_EMBED_LEN_MAX); MEMCPY 275 object.c MEMCPY(ptr, ROBJECT(obj)->as.heap.ivptr, VALUE, len); MEMCPY 2850 object.c MEMCPY(p, s, char, len); MEMCPY 12857 parse.c MEMCPY(RSTRING_PTR(_s), (_p), char, (_n)), (_s)) \ MEMCPY 16059 parse.c MEMCPY(buf+1, lvtbl->args->tbl, ID, cnt_args); MEMCPY 7184 parse.y MEMCPY(RSTRING_PTR(_s), (_p), char, (_n)), (_s)) \ MEMCPY 10386 parse.y MEMCPY(buf+1, lvtbl->args->tbl, ID, cnt_args); MEMCPY 2252 process.c MEMCPY(argv, orig_argv, VALUE, argc); MEMCPY 1040 re.c MEMCPY(rm->char_offset, RMATCH(orig)->rmatch->char_offset, MEMCPY 1324 sprintf.c MEMCPY(buf, iov->iov_base, char, n = iov->iov_len); MEMCPY 479 st.c MEMCPY(packed_bins, PACKED_BINS(table), st_packed_entry, MAX_PACKED_HASH); MEMCPY 643 st.c MEMCPY(new_table->bins, old_table->bins, st_table_entry*, old_table->num_bins); MEMCPY 1343 string.c MEMCPY(RSTRING(dup)->as.ary, RSTRING(str)->as.ary, MEMCPY 1356 string.c MEMCPY(RSTRING(dup)->as.ary, RSTRING(str)->as.ary, MEMCPY 2485 string.c if (slen > 0) MEMCPY(RSTRING(str)->as.ary, ptr, char, slen); MEMCPY 3624 string.c MEMCPY(save, p, char, len); MEMCPY 3633 string.c MEMCPY(p, save, char, len); MEMCPY 3636 string.c MEMCPY(save, p, char, len); MEMCPY 3641 string.c MEMCPY(p, save, char, len); MEMCPY 3646 string.c MEMCPY(p, save, char, len); MEMCPY 3656 string.c MEMCPY(carry, p, char, len); MEMCPY 3660 string.c MEMCPY(carry, p, char, len); MEMCPY 3754 string.c MEMCPY(tmp, s, char, l); MEMCPY 3758 string.c MEMCPY(s, tmp, char, l); MEMCPY 3762 string.c MEMCPY(s, tmp, char, l); MEMCPY 3772 string.c MEMCPY(carry, s, char, l); MEMCPY 3318 time.c MEMCPY(tcopy, tobj, struct time_object, 1); MEMCPY 415 transcode.c MEMCPY(TRANSCODING_READBUF(tc) + tc->recognized_len, MEMCPY 763 transcode.c MEMCPY(readagain_buf, TRANSCODING_READBUF(tc) + tc->recognized_len, MEMCPY 768 transcode.c MEMCPY(TRANSCODING_READBUF(tc) + tc->recognized_len + tc->readagain_len, MEMCPY 2206 transcode.c MEMCPY(str2, str, unsigned char, len); /* xxx: str may be invalid */ MEMCPY 1389 variable.c MEMCPY(newptr, ptr, VALUE, len); MEMCPY 653 vm.c MEMCPY(env->env, ep - local_size, VALUE, local_size + 1 /* specval */); MEMCPY 888 vm.c MEMCPY(dyns + 1, dynvars, ID, dyncount); MEMCPY 305 vm_args.c MEMCPY(locals, RARRAY_CONST_PTR(args->rest) + len - argc, VALUE, argc); MEMCPY 554 vm_args.c MEMCPY(args->kw_argv, locals + args->argc, VALUE, kw_len); MEMCPY 423 vm_eval.c MEMCPY(new_args+1, argv, VALUE, argc); MEMCPY 763 vm_eval.c MEMCPY(nargv + 1, argv, VALUE, argc); MEMCPY 809 vm_eval.c MEMCPY(argv, RARRAY_CONST_PTR(args), VALUE, argc); MEMCPY 947 vm_eval.c MEMCPY(tmp_argv+1, argv+1, VALUE, argc-1); MEMCPY 1779 vm_insnhelper.c MEMCPY(argv, cfp->sp - argc, VALUE, argc); MEMCPY 1866 vm_insnhelper.c MEMCPY(argv, cfp->sp - argc, VALUE, argc); MEMCPY 537 win32/win32.c MEMCPY(buf, vname, WCHAR, numberof(vname) - 1); \ MEMCPY 1881 win32/win32.c MEMCPY(fullname, filename, WCHAR, len);