Searched defs:memmove (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | utils.h | 90 #define memmove(d, s, c) bcopy(s, d, c) macro
|
/bionic/libc/upstream-openbsd/lib/libc/string/ |
D | memmove.c | 49 memmove(void *dst0, const void *src0, size_t length) __overloadable in memmove() function
|
/bionic/libc/arch-mips/string/ |
D | memmove.c | 386 memmove (void *dst0, const void *src0, size_t length) __overloadable in memmove() function
|
/bionic/libc/include/ |
D | string.h | 177 void* memmove(void* const _Nonnull dst __pass_object_size0, const void* _Nonnull src, size_t len) in memmove() function
|
/bionic/tests/ |
D | string_test.cpp | 910 TEST(STRING_TEST, memmove) { in TEST() argument
|