Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dmemmove.c22 memmove (void *s1, const void *s2, size_t n) in memmove() function
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dmemmove.c22 memmove (void *s1, const void *s2, size_t n) in memmove() function
/netbsd-src/external/gpl3/gdb/dist/libiberty/
H A Dmemmove.c22 memmove (void *s1, const void *s2, size_t n) in memmove() function
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dmemmove.c22 memmove (PTR s1, const PTR s2, size_t n) in memmove() function
/netbsd-src/lib/libc/string/
H A DLint_memmove.c12 memmove(void *dst, const void *src, size_t len) in memmove() function
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dmemmove.c22 memmove (PTR s1, const PTR s2, size_t n) in memmove() function
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dmemmove.c47 memmove(void *s1, const void *s2, size_t n) in memmove() function
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dmemmove.c15 memmove (void *dest0, void const *source0, size_t length) in memmove() function
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dmemmove.c11 memmove (void *dest0, void const *source0, size_t length) in memmove() function
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Dmemmove.c11 memmove (void *dest0, void const *source0, size_t length) in memmove() function
/netbsd-src/external/gpl2/texinfo/dist/lib/
H A Dmemmove.c15 memmove (void *dest0, void const *source0, size_t length) in memmove() function
/netbsd-src/external/bsd/nsd/dist/compat/
H A Dmemmove.c14 void *memmove(void *dest, const void *src, size_t n) in memmove() function
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/
H A Dmemmove.c5 memmove (void *dest, const void *src, size_t len) in memmove() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Dregutils.h55 #define memmove(d, s, c) bcopy(s, d, c) macro
/netbsd-src/external/gpl3/gcc/dist/libgcc/
H A Dmemmove.c5 memmove (void *dest, const void *src, size_t len) in memmove() function
/netbsd-src/external/bsd/unbound/dist/compat/
H A Dmemmove.c14 void *memmove(void *dest, const void *src, size_t n) in memmove() function
/netbsd-src/external/bsd/nvi/dist/regex/
H A Dutils.h57 #define memmove(d, s, c) bcopy(s, d, c) macro
/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_string.h31 #define memmove(t, f, c) bcopy(f, t, (int)(c)) macro
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Drlfe.c106 # 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 Drlfe.c106 # 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 Dport_before.h.in46 #define memmove(a,b,c) bcopy(b,a,c) macro
/netbsd-src/external/gpl2/libmalloc/dist/
H A Drealloc.c93 #define memmove(to, from, size) safe_bcopy ((from), (to), (size)) macro
/netbsd-src/lib/libc/regex/
H A Dutils.h82 #define memmove(d, s, c) bcopy(s, d, c) macro
/netbsd-src/common/lib/libc/string/
H A Dbcopy.c175 memmove(void *s1, const void *s2, size_t n) in memmove() function
/netbsd-src/include/ssp/
H A Dstring.h96 #define memmove(dst, src, len) __ssp_bos_check3(memmove, dst, src, len) macro

12