dst0 43 usr/lib/libc/string/bcopy.c memcpy(dst0, src0, length) dst0 47 usr/lib/libc/string/bcopy.c memmove(dst0, src0, length) dst0 50 usr/lib/libc/string/bcopy.c bcopy(src0, dst0, length) dst0 53 usr/lib/libc/string/bcopy.c void *dst0; dst0 57 usr/lib/libc/string/bcopy.c char *dst = dst0; dst0 78 usr/lib/libc/string/bcopy.c return (dst0); dst0 43 usr/lib/libc/string/memset.c bzero(dst0, length) dst0 44 usr/lib/libc/string/memset.c void *dst0; dst0 47 usr/lib/libc/string/memset.c #define RETURN return (dst0) dst0 51 usr/lib/libc/string/memset.c memset(dst0, c0, length) dst0 52 usr/lib/libc/string/memset.c void *dst0; dst0 57 usr/lib/libc/string/memset.c char *dst = dst0;