/openbsd/gnu/lib/libiberty/src/ |
H A D | memmove.c | 21 memmove (PTR s1, const PTR s2, size_t n) in memmove() function
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | memmove.c | 47 memmove (out, in, length) in memmove() function
|
/openbsd/gnu/usr.bin/texinfo/lib/ |
H A D | memmove.c | 13 memmove (void *dest0, void const *source0, size_t length) in memmove() function
|
/openbsd/sys/lib/libkern/ |
H A D | memmove.c | 41 memmove(void *s1, const void *s2, size_t n) in memmove() function
|
/openbsd/sys/lib/libsa/ |
H A D | memmove.c | 41 memmove(void *s1, const void *s2, size_t n) in memmove() function
|
/openbsd/gnu/llvm/llvm/lib/Support/ |
H A D | regutils.h | 55 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/openbsd/gnu/gcc/gcc/config/ |
H A D | memmove.c | 5 memmove (void *dest, const void *src, size_t len) in memmove() function
|
/openbsd/lib/libc/regex/ |
H A D | utils.h | 54 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/openbsd/lib/libc/string/ |
H A D | memmove.c | 49 memmove(void *dst0, const void *src0, size_t length) in memmove() function
|
/openbsd/gnu/lib/libreadline/examples/ |
H A D | rlfe.c | 88 # 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 D | string.h | 68 #define memmove(dest, src, len) \ macro
|
/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/ |
H A D | host.h | 182 # define memmove(d,s,l) bcopy(s,d,l) macro
|
/openbsd/sys/sys/ |
H A D | systm.h | 395 #define memmove(d, s, n) __builtin_memmove((d), (s), (n)) macro
|
/openbsd/usr.sbin/unbound/ |
H A D | config.h.in | 1318 #define memmove memmove_unbound macro
|
/openbsd/gnu/usr.sbin/mkhybrid/src/ |
H A D | tree.c | 61 # define memmove(d, s, n) bcopy ((s), (d), (n)) macro
|
/openbsd/usr.sbin/pppd/chat/ |
H A D | chat.c | 121 #define memmove(to, from, n) bcopy(from, to, n) macro
|
/openbsd/sbin/unwind/libunbound/ |
H A D | config.h | 1323 #define memmove memmove_unbound macro
|
/openbsd/lib/libcurses/ |
H A D | curses.priv.h | 247 #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 D | mf-hooks2.c | 143 WRAPPER2(void *, memmove, void *dest, const void *src, size_t n) in WRAPPER2() argument
|
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/ |
H A D | msan_test.cpp | 1520 TEST(MemorySanitizer, memmove) { in TEST() argument
|