bcopy             256 ext/pcre/pcrelib/pcre_internal.h #define memmove(a, b, c) bcopy(b, a, c)
bcopy              24 regex/utils.h  #define	memmove(d, s, c)	bcopy(s, d, c)
bcopy             372 win32/crypt_win32.c     bcopy((char*)eref,(char*)disturbed_e,sizeof eref);