memmove           80 common/standard.h #  define memmove(dst,src,len) bcopy(src,dst,len)
memmove           26 libmmalloc/mrealloc.c #  define memmove(dst,src,len) bcopy(src,dst,len)