bcopy             126 libdb/compat.h #define	memmove(a, b, n)	bcopy(b, a, n)
bcopy             123 libglibc/regex.c #   if !defined bzero && !defined bcopy
bcopy             148 libglibc/regex.c #    define memcpy(d, s, n)	(bcopy (s, d, n), (d))