Lines Matching refs:src_copy
937 static void verify_memmove(char* src_copy, char* dst, char* src, size_t size) {939 memcpy(src, src_copy, size);941 ASSERT_EQ(0, memcmp(dst, src_copy, size));