Home
last modified time | relevance | path

Searched defs:memmove (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/common/util/
H A Dmemmove.c56 memmove(void *s, const void *s0, size_t n) in memmove() function
H A Dmemstr.c42 memmove(void *s1, const void *s2, size_t n) in memmove() function
/titanic_41/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_hash.c36 #define memmove(a, b, c) bcopy(b, a, c) macro
/titanic_41/usr/src/lib/libresolv2/include/
H A Dport_before.h54 #define memmove(a,b,c) bcopy(b,a,c) macro
/titanic_41/usr/src/cmd/ssh/include/
H A Ddefines.h511 #define memmove(s1, s2, n) bcopy((s2), (s1), (n)) macro
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c151 #define memmove(to, from, n) bcopy(from, to, n) macro
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dshared.h383 #define memmove grub_memmove macro
/titanic_41/usr/src/cmd/sendmail/include/sm/
H A Dconf.h488 # define memmove(d, s, l) (bcopy((s), (d), (l))) macro