memmove          659 bignum.c           memmove(RBIGNUM(x)->sign?s:s+1, s+j, RSTRING(ss)->len);
memmove          816 ext/sdbm/_sdbm.c 		memmove(dst, src, m);
memmove          693 regex.c            memmove(&b[(beg + 1)*8], &b[end*8], (mbc_size - end)*8);
memmove          1686 regex.c        	memmove(&b[b[-1]], &b[(1 << BYTEWIDTH) / BYTEWIDTH],
memmove          2197 regex.c        	  memmove(&b[b[-1]], &b[(1 << BYTEWIDTH) / BYTEWIDTH],
memmove          454 ruby.h         #define MEMMOVE(p1,p2,type,n) memmove((p1), (p2), sizeof(type)*(n))
memmove          409 sprintf.c      			    memmove(s+1, s, strlen(s)+1);
memmove          1056 string.c       	memmove(s+1, s, RSTRING(str)->len - n);
memmove          1208 string.c       	memmove(RSTRING(str)->ptr + beg + RSTRING(val)->len,
memmove          1216 string.c       	memmove(RSTRING(str)->ptr+beg, RSTRING(val)->ptr, RSTRING(val)->len);
memmove          1457 string.c       	    memmove(RSTRING(str)->ptr + BEG(0) + RSTRING(repl)->len,
memmove          2824 string.c       	memmove(RSTRING(str)->ptr, s, RSTRING(str)->len);