Home
last modified time | relevance | path

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

/openbsd/gnu/lib/libiberty/src/
H A Dmemmove.c21 memmove (PTR s1, const PTR s2, size_t n) in memmove() function
/openbsd/gnu/usr.bin/cvs/lib/
H A Dmemmove.c47 memmove (out, in, length) in memmove() function
/openbsd/gnu/usr.bin/texinfo/lib/
H A Dmemmove.c13 memmove (void *dest0, void const *source0, size_t length) in memmove() function
/openbsd/sys/lib/libkern/
H A Dmemmove.c41 memmove(void *s1, const void *s2, size_t n) in memmove() function
/openbsd/sys/lib/libsa/
H A Dmemmove.c41 memmove(void *s1, const void *s2, size_t n) in memmove() function
/openbsd/gnu/llvm/llvm/lib/Support/
H A Dregutils.h55 #define memmove(d, s, c) bcopy(s, d, c) macro
/openbsd/gnu/gcc/gcc/config/
H A Dmemmove.c5 memmove (void *dest, const void *src, size_t len) in memmove() function
/openbsd/lib/libc/regex/
H A Dutils.h54 #define memmove(d, s, c) bcopy(s, d, c) macro
/openbsd/lib/libc/string/
H A Dmemmove.c49 memmove(void *dst0, const void *src0, size_t length) in memmove() function
/openbsd/gnu/lib/libreadline/examples/
H A Drlfe.c88 # define memmove(d, s, n) __builtin_memcpy(d, s, n) macro
90 # define memmove(d, s, n) memcpy(d, s, n) macro
93 # define memmove(d, s, n) memcpy(d, s, n) macro
/openbsd/gnu/gcc/libssp/ssp/
H A Dstring.h68 #define memmove(dest, src, len) \ macro
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dhost.h182 # define memmove(d,s,l) bcopy(s,d,l) macro
/openbsd/sys/sys/
H A Dsystm.h395 #define memmove(d, s, n) __builtin_memmove((d), (s), (n)) macro
/openbsd/usr.sbin/unbound/
H A Dconfig.h.in1318 #define memmove memmove_unbound macro
/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dtree.c61 # define memmove(d, s, n) bcopy ((s), (d), (n)) macro
/openbsd/usr.sbin/pppd/chat/
H A Dchat.c121 #define memmove(to, from, n) bcopy(from, to, n) macro
/openbsd/sbin/unwind/libunbound/
H A Dconfig.h1323 #define memmove memmove_unbound macro
/openbsd/lib/libcurses/
H A Dcurses.priv.h247 #define memmove(d,s,n) bcopy(s,d,n) macro
249 #define memmove(d,s,n) _nc_memmove(d,s,n) macro
/openbsd/gnu/gcc/libmudflap/
H A Dmf-hooks2.c143 WRAPPER2(void *, memmove, void *dest, const void *src, size_t n) in WRAPPER2() argument
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1520 TEST(MemorySanitizer, memmove) { in TEST() argument