Home
last modified time | relevance | path

Searched refs:RECORD_OVERLAP_ERROR (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/shared/
Dvg_replace_strmem.c172 #ifndef RECORD_OVERLAP_ERROR
173 #define RECORD_OVERLAP_ERROR(s, src, dst, len) do { } while (0) macro
301 RECORD_OVERLAP_ERROR("strcat", dst_orig, src_orig, 0); \
342 RECORD_OVERLAP_ERROR("strncat", dst_orig, src_orig, n); \
393 RECORD_OVERLAP_ERROR("strlcat", dst_orig, src_orig, n); \
504 RECORD_OVERLAP_ERROR("strcpy", dst_orig, src_orig, 0); \
542 RECORD_OVERLAP_ERROR("strncpy", dst, src, n); \
588 RECORD_OVERLAP_ERROR("strlcpy", dst, src, n); \
946 RECORD_OVERLAP_ERROR("memcpy", dst, src, len); \
1138 RECORD_OVERLAP_ERROR("stpcpy", dst_orig, src_orig, 0); \
[all …]
/external/valgrind/memcheck/
Dmc_replace_strmem.c43 #define RECORD_OVERLAP_ERROR(s, src, dst, len) \ macro