| /netbsd/src/lib/libc/string/ |
| D | Lint_memmove.c | 12 memmove(void *dst, const void *src, size_t len) in memmove() function
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | memmove.c | 22 memmove (void *s1, const void *s2, size_t n) in memmove() function
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | memmove.c | 22 memmove (void *s1, const void *s2, size_t n) in memmove() function
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| 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/ |
| D | memmove.c | 47 memmove(void *s1, const void *s2, size_t n) in memmove() function
|
| /netbsd/src/external/gpl2/xcvs/dist/lib/ |
| D | memmove.c | 15 memmove (void *dest0, void const *source0, size_t length) in memmove() function
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/ |
| D | memmove.c | 5 memmove (void *dest, const void *src, size_t len) in memmove() function
|
| /netbsd/src/external/bsd/nvi/dist/regex/ |
| D | utils.h | 57 #define memmove(d, s, c) bcopy(s, d, c) macro
|
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | ntp_string.h | 31 #define memmove(t, f, c) bcopy(f, t, (int)(c)) macro
|
| /netbsd/src/external/bsd/libbind/dist/ |
| D | port_before.h.in | 46 #define memmove(a,b,c) bcopy(b,a,c) macro
|
| /netbsd/src/common/lib/libc/string/ |
| D | bcopy.c | 175 memmove(void *s1, const void *s2, size_t n) in memmove() function
|
| /netbsd/src/lib/libc/regex/ |
| D | utils.h | 82 #define memmove(d, s, c) bcopy(s, d, c) macro
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/contrib/ari/ |
| D | gdb_ari.sh | 790 Do not use bcopy(), C++11 implies memcpy() and memmove()" function
|
| /netbsd/src/include/ssp/ |
| D | string.h | 96 #define memmove(dst, src, len) __ssp_bos_check3(memmove, dst, src, len) macro
|
| /netbsd/src/sys/lib/libkern/ |
| D | libkern.h | 440 #define memmove(d, s, l) kasan_memmove(d, s, l) macro 443 #define memmove(d, s, l) kcsan_memmove(d, s, l) macro 446 #define memmove(d, s, l) kmsan_memmove(d, s, l) macro
|
| /netbsd/src/external/bsd/openldap/dist/include/ac/ |
| D | string.h | 48 # define memmove(d, s, n) ((void) bcopy ((s), (d), (n))) macro
|
| /netbsd/src/external/gpl3/gcc/dist/libssp/ssp/ |
| D | string.h | 67 #define memmove(dest, src, len) \ macro
|
| /netbsd/src/sys/external/bsd/acpica/dist/utilities/ |
| D | utclib.c | 253 memmove ( in memmove() function
|
| /netbsd/src/external/bsd/am-utils/dist/include/ |
| D | am_defs.h | 1367 # define memmove(to, from, len) bcopy((from), (to), (len)) macro
|
| /netbsd/src/external/bsd/wpa/dist/src/utils/ |
| D | os.h | 664 #define memmove OS_DO_NOT_USE_memmove macro
|
| /netbsd/src/external/bsd/ppp/dist/chat/ |
| D | chat.c | 149 #define memmove(to, from, n) bcopy(from, to, n) macro
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | cfns.gperf | 138 memmove, 89 keyword
|
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | sys_defs.h | 404 #define memmove(d,s,l) bcopy(s,d,l) macro
|