| /src/common/lib/libc/arch/arm/string/ |
| memcpy_arm.S | 41 * The core code is implemented here with simple stubs for memcpy(). 63 /* LINTSTUB: Func: void *memcpy(void *dst, const void *src, size_t len) */ 64 ENTRY(memcpy) function 66 push {r0, lr} /* memcpy() returns dest addr */ 333 END(memcpy)
|
| memcpy_neon.S | 35 ENTRY(memcpy) function 277 END(memcpy)
|
| memcpy_xscale.S | 40 /* LINTSTUB: Func: void *memcpy(void *dst, const void *src, size_t len) */ 41 ENTRY(memcpy) function 1893 END(memcpy)
|
| /src/common/lib/libc/arch/ia64/string/ |
| memcpy.S | 1 /* $NetBSD: memcpy.S,v 1.1 2016/08/05 15:06:02 scole Exp $ */ 28 * __FBSDID("$FreeBSD: releng/10.1/lib/libc/ia64/string/memcpy.S 134739 2004-09-04 00:04:58Z marcel $"); 35 * memcpy(void * restrict dst, const void * restrict src, size_t len); 37 ENTRY(memcpy,3) function 43 END(memcpy)
|
| /src/common/lib/libc/arch/vax/string/ |
| memcpy.S | 1 /* $NetBSD: memcpy.S,v 1.3 2011/01/25 04:45:28 matt Exp $ */ 33 /* .asciz "@(#)memcpy.s 8.1 (Berkeley) 6/4/93" */ 34 RCSID("$NetBSD: memcpy.S,v 1.3 2011/01/25 04:45:28 matt Exp $") 37 * void *memcpy(dst, src, size) 44 ENTRY(memcpy, 0) function 90 END(memcpy)
|
| /src/lib/libc/string/ |
| Lint_memcpy.c | 12 memcpy(void *dst, const void *src, size_t len) function
|
| /src/sys/arch/powerpc/ibm4xx/ |
| 4xx_locore.S | 114 * void *memcpy(void *dst (%r3), const void *src (%r4), size_t len (%r5)); 135 ENTRY(memcpy) function
|
| /src/external/bsd/file/dist/src/ |
| elfclass.h | 33 (void)memcpy(&elfhdr, buf, sizeof elfhdr); variable
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| memcpy.c | 0 /* memcpy (the standard C function) 6 @deftypefn Supplemental void* memcpy (void *@var{out}, const void *@var{in}, @ 22 memcpy (void *out, const void *in, size_t length) function
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| memcpy.c | 0 /* memcpy (the standard C function) 6 @deftypefn Supplemental void* memcpy (void *@var{out}, const void *@var{in}, @ 22 memcpy (void *out, const void *in, size_t length) function
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| memcpy.c | 0 /* memcpy (the standard C function) 6 @deftypefn Supplemental void* memcpy (void *@var{out}, const void *@var{in}, @ 22 memcpy (void *out, const void *in, size_t length) function
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| memcpy.c | 0 /* memcpy (the standard C function) 6 @deftypefn Supplemental void* memcpy (void *@var{out}, const void *@var{in}, @ 22 memcpy (PTR out, const PTR in, size_t length) function
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| memcpy.c | 0 /* memcpy (the standard C function) 6 @deftypefn Supplemental void* memcpy (void *@var{out}, const void *@var{in}, @ 22 memcpy (void *out, const void *in, size_t length) function
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| memcpy.c | 0 /* memcpy (the standard C function) 6 @deftypefn Supplemental void* memcpy (void *@var{out}, const void *@var{in}, @ 22 memcpy (void *out, const void *in, size_t length) function
|
| /src/lib/libc/ssp/ |
| memcpy_chk.c | 39 #undef memcpy macro 53 return memcpy(dst, src, len);
|
| stpcpy_chk.c | 39 #undef memcpy macro 56 (void)memcpy(dst, src, len + 1);
|
| strcpy_chk.c | 39 #undef memcpy macro 54 return memcpy(dst, src, len);
|
| /src/common/lib/libc/arch/i386/string/small/ |
| memcpy.S | 1 /* $NetBSD: memcpy.S,v 1.2 2014/05/23 03:17:31 uebayasi Exp $ */ 32 RCSID("$NetBSD: memcpy.S,v 1.2 2014/05/23 03:17:31 uebayasi Exp $") 43 ENTRY(memcpy) function 71 END(memcpy)
|
| /src/common/lib/libc/arch/x86_64/string/ |
| bcopy.S | 46 ENTRY(memcpy) function 163 END(memcpy)
|
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| bit.h | 57 std::memcpy(&to, &from, sizeof(To)); member in class:llvm::std
|
| /src/external/gpl2/texinfo/dist/lib/ |
| memcpy.c | 1 /* $NetBSD: memcpy.c,v 1.1.1.1 2016/01/14 00:11:29 christos Exp $ */ 32 memcpy (void *destaddr, void const *srcaddr, size_t len) function
|
| /src/external/gpl3/gcc/dist/libgcc/ |
| memcpy.c | 5 memcpy (void *dest, const void *src, size_t len) function
|
| /src/external/gpl3/gcc.old/dist/libgcc/ |
| memcpy.c | 5 memcpy (void *dest, const void *src, size_t len) function
|
| /src/common/lib/libc/arch/i386/string/ |
| memcpy.S | 1 /* $NetBSD: memcpy.S,v 1.4 2014/03/22 19:38:46 jakllsch Exp $ */ 38 RCSID("$NetBSD: memcpy.S,v 1.4 2014/03/22 19:38:46 jakllsch Exp $") 52 #define MEMCPY 54 ENTRY(memcpy) function 59 #if defined(MEMCPY) || defined(MEMMOVE) 83 #if defined(MEMCPY) || defined(MEMMOVE) 141 END(memcpy)
|
| /src/external/bsd/ntp/dist/include/ |
| ntp_string.h | 32 #define memcpy(t, f, c) bcopy(f, t, (int)(c)) macro
|