taglinefilesource code
bcopy27arch/i386/boot/compressed/gzip.h#  define memcpy(d, s, n)   bcopy((s), (d), (n)) 
bcopy43kernel/ksyms.cextern void bcopy (const char *src, char *dst, int len);
bcopy142kernel/ksyms.cX(bcopy),  /* generated by gcc-2.7.0 for string assignments */