Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/string/
DLint_memmove.c12 memmove(void *dst, const void *src, size_t len) in memmove() function
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dmemmove.c22 memmove (void *s1, const void *s2, size_t n) in memmove() function
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dmemmove.c22 memmove (void *s1, const void *s2, size_t n) in memmove() function
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dmemmove.c22 memmove (PTR s1, const PTR s2, size_t n) in memmove() function
/netbsd/src/crypto/external/bsd/heimdal/dist/lib/roken/
Dmemmove.c47 memmove(void *s1, const void *s2, size_t n) in memmove() function
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dmemmove.c15 memmove (void *dest0, void const *source0, size_t length) in memmove() function
/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dmemmove.c5 memmove (void *dest, const void *src, size_t len) in memmove() function
/netbsd/src/external/bsd/nvi/dist/regex/
Dutils.h57 #define memmove(d, s, c) bcopy(s, d, c) macro
/netbsd/src/external/bsd/ntp/dist/include/
Dntp_string.h31 #define memmove(t, f, c) bcopy(f, t, (int)(c)) macro
/netbsd/src/external/bsd/libbind/dist/
Dport_before.h.in46 #define memmove(a,b,c) bcopy(b,a,c) macro
/netbsd/src/common/lib/libc/string/
Dbcopy.c175 memmove(void *s1, const void *s2, size_t n) in memmove() function
/netbsd/src/lib/libc/regex/
Dutils.h82 #define memmove(d, s, c) bcopy(s, d, c) macro
/netbsd/src/external/gpl3/gdb/dist/gdb/contrib/ari/
Dgdb_ari.sh790 Do not use bcopy(), C++11 implies memcpy() and memmove()" function
/netbsd/src/include/ssp/
Dstring.h96 #define memmove(dst, src, len) __ssp_bos_check3(memmove, dst, src, len) macro
/netbsd/src/sys/lib/libkern/
Dlibkern.h440 #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/
Dstring.h48 # define memmove(d, s, n) ((void) bcopy ((s), (d), (n))) macro
/netbsd/src/external/gpl3/gcc/dist/libssp/ssp/
Dstring.h67 #define memmove(dest, src, len) \ macro
/netbsd/src/sys/external/bsd/acpica/dist/utilities/
Dutclib.c253 memmove ( in memmove() function
/netbsd/src/external/bsd/am-utils/dist/include/
Dam_defs.h1367 # define memmove(to, from, len) bcopy((from), (to), (len)) macro
/netbsd/src/external/bsd/wpa/dist/src/utils/
Dos.h664 #define memmove OS_DO_NOT_USE_memmove macro
/netbsd/src/external/bsd/ppp/dist/chat/
Dchat.c149 #define memmove(to, from, n) bcopy(from, to, n) macro
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcfns.gperf138 memmove, 89 keyword
/netbsd/src/external/ibm-public/postfix/dist/src/util/
Dsys_defs.h404 #define memmove(d,s,l) bcopy(s,d,l) macro