/netbsd-src/external/gpl3/binutils/dist/libiberty/ |
H A D | memmove.c | 22 memmove (void *s1, const void *s2, size_t n) in memmove() function
|
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/ |
H A D | memmove.c | 22 memmove (void *s1, const void *s2, size_t n) in memmove() function
|
/netbsd-src/external/gpl3/gdb/dist/libiberty/ |
H A D | memmove.c | 22 memmove (void *s1, const void *s2, size_t n) in memmove() function
|
/netbsd-src/external/gpl3/gcc/dist/libiberty/ |
H A D | memmove.c | 22 memmove (PTR s1, const PTR s2, size_t n) in memmove() function
|
/netbsd-src/lib/libc/string/ |
H A D | Lint_memmove.c | 12 memmove(void *dst, const void *src, size_t len) in memmove() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/ |
H A D | memmove.c | 22 memmove (PTR s1, const PTR s2, size_t n) in memmove() function
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
H A D | memmove.c | 47 memmove(void *s1, const void *s2, size_t n) in memmove() function
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | memmove.c | 15 memmove (void *dest0, void const *source0, size_t length) in memmove() function
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
H A D | memmove.c | 11 memmove (void *dest0, void const *source0, size_t length) in memmove() function
|
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
H A D | memmove.c | 11 memmove (void *dest0, void const *source0, size_t length) in memmove() function
|
/netbsd-src/external/gpl2/texinfo/dist/lib/ |
H A D | memmove.c | 15 memmove (void *dest0, void const *source0, size_t length) in memmove() function
|
/netbsd-src/external/bsd/nsd/dist/compat/ |
H A D | memmove.c | 14 void *memmove(void *dest, const void *src, size_t n) in memmove() function
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/ |
H A D | memmove.c | 5 memmove (void *dest, const void *src, size_t len) in memmove() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | regutils.h | 55 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/ |
H A D | memmove.c | 5 memmove (void *dest, const void *src, size_t len) in memmove() function
|
/netbsd-src/external/bsd/unbound/dist/compat/ |
H A D | memmove.c | 14 void *memmove(void *dest, const void *src, size_t n) in memmove() function
|
/netbsd-src/external/bsd/nvi/dist/regex/ |
H A D | utils.h | 57 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/netbsd-src/external/bsd/ntp/dist/include/ |
H A D | ntp_string.h | 31 #define memmove(t, f, c) bcopy(f, t, (int)(c)) macro
|
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/ |
H A D | rlfe.c | 106 # define memmove(d, s, n) __builtin_memcpy(d, s, n) macro 108 # define memmove(d, s, n) memcpy(d, s, n) macro 111 # define memmove(d, s, n) memcpy(d, s, n) macro
|
/netbsd-src/external/gpl3/gdb.old/dist/readline/readline/examples/rlfe/ |
H A D | rlfe.c | 106 # define memmove(d, s, n) __builtin_memcpy(d, s, n) macro 108 # define memmove(d, s, n) memcpy(d, s, n) macro 111 # define memmove(d, s, n) memcpy(d, s, n) macro
|
/netbsd-src/external/bsd/libbind/dist/ |
H A D | port_before.h.in | 46 #define memmove(a,b,c) bcopy(b,a,c) macro
|
/netbsd-src/external/gpl2/libmalloc/dist/ |
H A D | realloc.c | 93 #define memmove(to, from, size) safe_bcopy ((from), (to), (size)) macro
|
/netbsd-src/lib/libc/regex/ |
H A D | utils.h | 82 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/netbsd-src/common/lib/libc/string/ |
H A D | bcopy.c | 175 memmove(void *s1, const void *s2, size_t n) in memmove() function
|
/netbsd-src/include/ssp/ |
H A D | string.h | 96 #define memmove(dst, src, len) __ssp_bos_check3(memmove, dst, src, len) macro
|