Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/
H A Dmemmove.c3 void *memmove(void *p1, const void *p2, size_t n) in memmove() function
/onnv-gate/usr/src/lib/libparted/common/lib/
H A Dmemmove.c11 memmove (void *dest0, void const *source0, size_t length) in memmove() function
/onnv-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
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH1103 * probably use memmove() or memcpy(). If neither is defined, roll your function
1112 * use memmove() instead, if available. function
H A Dperl.h581 # 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 Dmed_hash.c36 #define memmove(a, b, c) bcopy(b, a, c) macro
/onnv-gate/usr/src/lib/libresolv2/include/
H A Dport_before.h54 #define memmove(a,b,c) bcopy(b,a,c) macro
/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dconfig.h209 #define memmove(a,b,c) bcopy(b,a,c) macro
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.pm490 sub memmove { subroutine
/onnv-gate/usr/src/cmd/ssh/include/
H A Ddefines.h511 #define memmove(s1, s2, n) bcopy((s2), (s1), (n)) macro
/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A Dchat.c151 #define memmove(to, from, n) bcopy(from, to, n) macro
/onnv-gate/usr/src/common/openssl/
H A De_os.h585 # define memmove(s1,s2,n) bcopy((s2),(s1),(n)) macro
/onnv-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h383 #define memmove grub_memmove macro
/onnv-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h488 # define memmove(d, s, l) (bcopy((s), (d), (l))) macro