Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutclib.c253 memmove ( in memmove() function
/illumos-gate/usr/src/lib/libresolv2/include/
H A Dport_before.h54 #define memmove(a,b,c) bcopy(b,a,c) macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c145 #define memmove(to, from, n) bcopy(from, to, n) macro
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h384 #define memmove grub_memmove macro
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h488 # define memmove(d, s, l) (bcopy((s), (d), (l))) macro