bcopy              23 argv.c         	bcopy(src, dst, len);
bcopy             661 tclBasic.c     			bcopy(iPtr->result, dst, length);
bcopy             555 tclCmdAH.c     	        bcopy(output, newOutput, outputSize);
bcopy            1236 tclCmdAH.c     		bcopy(dst, newDst, dstSize);
bcopy            1245 tclCmdAH.c     	    bcopy(oneWordValue, dst+dstSize, size);
bcopy             179 tclCmdIZ.c     	    bcopy(element, interp->result, size);
bcopy             464 tclCmdIZ.c     	    bcopy((char *) argv, (char *) newArgs, argc*sizeof(char *));