Searched defs:memmove (Results 1 – 5 of 5) sorted by relevance
90 #define memmove(d, s, c) bcopy(s, d, c) macro
58 DEFINE_IFUNC_FOR(memmove) { in DEFINE_IFUNC_FOR() argument
54 void* memmove(void* const dst __pass_object_size0, const void* src, size_t len) in memmove() function
146 DEFINE_IFUNC_FOR(memmove) { in DEFINE_IFUNC_FOR() argument
920 TEST(STRING_TEST, memmove) { in TEST() argument