| /onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| H A D | memmove.c | 3 void *memmove(void *p1, const void *p2, size_t n) in memmove() function
|
| /onnv-gate/usr/src/lib/libparted/common/lib/ |
| H A D | memmove.c | 11 memmove (void *dest0, void const *source0, size_t length) in memmove() function
|
| /onnv-gate/usr/src/common/util/ |
| H A D | memmove.c | 56 memmove(void *s, const void *s0, size_t n) in memmove() function
|
| H A D | memstr.c | 42 memmove(void *s1, const void *s2, size_t n) in memmove() function
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | config_h.SH | 1103 * probably use memmove() or memcpy(). If neither is defined, roll your function 1112 * use memmove() instead, if available. function
|
| H A D | perl.h | 581 # define memmove(d,s,l) bcopy(s,d,l) macro 584 # define memmove(d,s,l) memcpy(d,s,l) macro 586 # define memmove(d,s,l) my_bcopy(s,d,l) macro
|
| /onnv-gate/usr/src/cmd/lvm/rpc.metamedd/ |
| H A D | med_hash.c | 36 #define memmove(a, b, c) bcopy(b, a, c) macro
|
| /onnv-gate/usr/src/lib/libresolv2/include/ |
| H A D | port_before.h | 54 #define memmove(a,b,c) bcopy(b,a,c) macro
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/ |
| H A D | config.h | 209 #define memmove(a,b,c) bcopy(b,a,c) macro
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/ |
| H A D | POSIX.pm | 490 sub memmove { subroutine
|
| /onnv-gate/usr/src/cmd/ssh/include/ |
| H A D | defines.h | 511 #define memmove(s1, s2, n) bcopy((s2), (s1), (n)) macro
|
| /onnv-gate/usr/src/cmd/cmd-inet/usr.bin/chat/ |
| H A D | chat.c | 151 #define memmove(to, from, n) bcopy(from, to, n) macro
|
| /onnv-gate/usr/src/common/openssl/ |
| H A D | e_os.h | 585 # define memmove(s1,s2,n) bcopy((s2),(s1),(n)) macro
|
| /onnv-gate/usr/src/grub/grub-0.97/stage2/ |
| H A D | shared.h | 383 #define memmove grub_memmove macro
|
| /onnv-gate/usr/src/cmd/sendmail/include/sm/ |
| H A D | conf.h | 488 # define memmove(d, s, l) (bcopy((s), (d), (l))) macro
|