/titanic_41/usr/src/common/util/ |
H A D | memcpy.c | 57 memcpy(void *s, const void *s0, size_t n) in memcpy() function
|
H A D | memstr.c | 85 memcpy(void *s1, const void *s2, size_t n) in memcpy() function
|
/titanic_41/usr/src/lib/libsaveargs/common/ |
H A D | linktest_stand.c | 14 void memcpy(void) {} in memcpy() function
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | memSset.c | 110 memcpy(char *to, char *from, int count) in memcpy() function
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | fakewin.h | 52 #define memcpy _fmemcpy macro
|
/titanic_41/usr/src/lib/libdisasm/common/ |
H A D | linktest_stand.c | 41 void memcpy(void) {} in memcpy() function
|
/titanic_41/usr/src/lib/libumem/common/ |
H A D | linktest_stand.c | 43 void memcpy(void) {} in memcpy() function
|
/titanic_41/usr/src/uts/intel/io/acpica/utilities/ |
H A D | utclib.c | 145 memcpy ( in memcpy() function
|
/titanic_41/usr/src/uts/common/io/chxge/ |
H A D | osdep.h | 83 #define memcpy(dst, src, cnt) bcopy((src), (dst), (cnt)) macro
|
/titanic_41/usr/src/lib/libast/common/include/ |
H A D | ast_std.h | 293 #define memcpy(t,f,n) (bcopy(f,t,n),(t)) macro
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_std.h | 307 #define memcpy(t,f,n) (bcopy(f,t,n),(t)) macro
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_std.h | 307 #define memcpy(t,f,n) (bcopy(f,t,n),(t)) macro
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_std.h | 307 #define memcpy(t,f,n) (bcopy(f,t,n),(t)) macro
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_std.h | 307 #define memcpy(t,f,n) (bcopy(f,t,n),(t)) macro
|
/titanic_41/usr/src/common/mpi/ |
H A D | mpi.h | 63 #define memcpy(a,b,c) bcopy((caddr_t)b, (caddr_t)a, c) macro
|
/titanic_41/usr/src/cmd/awk_xpg4/ |
H A D | awk.h | 85 #define memcpy(b1, b2, n) bcopy(b2, b1, (int)n) macro
|
/titanic_41/usr/src/lib/libpp/common/ |
H A D | ppproto.c | 204 #define memcpy(t,f,n) memcopy(t,f,n) macro
|
/titanic_41/usr/src/cmd/gss/gssd/ |
H A D | gssdtest.c | 68 #define memcpy(dst, src, n) bcopy((src), (dst), (n)) macro
|
H A D | gssd_clnt_stubs.c | 39 #define memcpy(dst, src, n) bcopy((src), (dst), (n)) macro
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | uucp.h | 558 #define memcpy(s1,s2,n) bcopy(s2,s1,n) macro
|
/titanic_41/usr/src/grub/grub-0.97/stage2/ |
H A D | shared.h | 384 #define memcpy grub_memmove /* we don't need a separate memcpy */ macro
|
/titanic_41/usr/src/lib/libast/common/sfio/ |
H A D | sfhdr.h | 1124 #define memcpy(to,fr,n) bcopy((fr),(to),(n)) macro
|
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_compat.h | 417 # define memcpy(a,b,c) bcopy((caddr_t)b, (caddr_t)a, c) macro
|