/illumos-gate/usr/src/lib/libc/i386/gen/ |
H A D | memcpy.s | 31 ANSI_PRAGMA_WEAK(memmove,function) 57 ENTRY(memmove) function 141 SET_SIZE(memmove)
|
/illumos-gate/usr/src/lib/libc/i386_hwcap1/gen/ |
H A D | memcpy.s | 31 ANSI_PRAGMA_WEAK(memmove,function) 34 ENTRY(memmove) function 229 / .CopyLeft handles the memmove case where we must perform the copy backwards, 276 SET_SIZE(memmove)
|
/illumos-gate/usr/src/lib/libc/amd64/gen/ |
H A D | memcpy.s | 34 * Implements memcpy() and memmove() libc primitives. 41 ANSI_PRAGMA_WEAK(memmove,function) 96 * memmove overview: 97 * memmove is the same as memcpy except one case where copy needs to be 101 ENTRY(memmove) function 3166 SET_SIZE(memmove)
|
/illumos-gate/usr/src/common/util/ |
H A D | memmove.c | 39 #pragma weak _memmove = memmove 56 memmove(void *s, const void *s0, size_t n) function
|
H A D | memstr.c | 40 #pragma weak _memmove = memmove 42 memmove(void *s1, const void *s2, size_t n) function
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-opl/common/ |
H A D | memcpy.s | 73 ANSI_PRAGMA_WEAK(memmove,function) 76 ENTRY(memmove) function 325 SET_SIZE(memmove)
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4u-us3/common/ |
H A D | memcpy.s | 70 ANSI_PRAGMA_WEAK(memmove,function) 73 ENTRY(memmove) function 348 SET_SIZE(memmove)
|
/illumos-gate/usr/src/lib/libc/sparc/gen/ |
H A D | memmove.s | 27 .file "memmove.s" 31 ANSI_PRAGMA_WEAK(memmove,function) 34 * memmove(s1, s2, len) 38 ENTRY(memmove) function 189 SET_SIZE(memmove)
|
/illumos-gate/usr/src/lib/libc/sparcv9/gen/ |
H A D | memmove.s | 27 .file "memmove.s" 31 ANSI_PRAGMA_WEAK(memmove,function) 34 * memmove(s1, s2, len) 38 ENTRY(memmove) function 189 SET_SIZE(memmove)
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/ |
H A D | memcpy.s | 139 * Comment on N2 memmove and memcpy common code and block-store-init: 140 * In the man page for memmove, it specifies that copying will take place 151 * memmove instead of memcpy. The memmove version duplicates the memcpy 152 * algorithms except the memmove version does not use block-store-init 154 * memmove can determine the source and destination do not overlap, 155 * memmove shares the memcpy code. 204 ANSI_PRAGMA_WEAK(memmove,function) 207 ENTRY(memmove) function 292 ! Check to see if memmove i [all...] |
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/ |
H A D | med_hash.c | 36 #define memmove(a, b, c) bcopy(b, a, c) macro 144 (void) memmove((char *)titempp,
|
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/ |
H A D | memcpy.s | 55 ANSI_PRAGMA_WEAK(memmove,function) 58 ENTRY(memmove) function 132 SET_SIZE(memmove)
|
/illumos-gate/usr/src/lib/libresolv2/include/ |
H A D | port_before.h | 54 #define memmove(a,b,c) bcopy(b,a,c) macro
|
/illumos-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 1481 memmove(temp, s, minlen);
|
/illumos-gate/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 488 # define memmove(d, s, l) (bcopy((s), (d), (l))) macro
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | shared.h | 383 #define memmove grub_memmove macro
|
/illumos-gate/usr/src/man/man3c/ |
H A D | Makefile | 985 memmove.3c \ 1954 memmove.3c := LINKSRC = memory.3c
|
/illumos-gate/usr/src/man/man9f/ |
H A D | Makefile | 998 memmove.9f \ 1813 memmove.9f := LINKSRC = memchr.9f
|