Searched defs:memmove (Results 1 – 7 of 7) sorted by relevance
/titanic_44/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
|
/titanic_44/usr/src/lib/libresolv2/include/ |
H A D | port_before.h | 54 #define memmove(a,b,c) bcopy(b,a,c) macro
|
/titanic_44/usr/src/cmd/ssh/include/ |
H A D | defines.h | 511 #define memmove(s1, s2, n) bcopy((s2), (s1), (n)) macro
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/chat/ |
H A D | chat.c | 151 #define memmove(to, from, n) bcopy(from, to, n) macro
|
/titanic_44/usr/src/grub/grub-0.97/stage2/ |
H A D | shared.h | 383 #define memmove grub_memmove macro
|
/titanic_44/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 488 # define memmove(d, s, l) (bcopy((s), (d), (l))) macro
|