HomeSort by relevance Sort by last modified time
    Searched refs:RECORD_OVERLAP_ERROR (Results 1 - 2 of 2) sorted by null

  /external/valgrind/main/memcheck/
mc_replace_strmem.c 43 #define RECORD_OVERLAP_ERROR(s, src, dst, len) \
  /external/valgrind/main/shared/
vg_replace_strmem.c 163 #ifndef RECORD_OVERLAP_ERROR
164 #define RECORD_OVERLAP_ERROR(s, src, dst, len) do { } while (0)
270 RECORD_OVERLAP_ERROR("strcat", dst_orig, src_orig, 0); \
307 RECORD_OVERLAP_ERROR("strncat", dst_orig, src_orig, n); \
355 RECORD_OVERLAP_ERROR("strlcat", dst_orig, src_orig, n); \
451 RECORD_OVERLAP_ERROR("strcpy", dst_orig, src_orig, 0); \
484 RECORD_OVERLAP_ERROR("strncpy", dst, src, n); \
523 RECORD_OVERLAP_ERROR("strlcpy", dst, src, n); \
831 RECORD_OVERLAP_ERROR("memcpy", dst, src, len); \
999 RECORD_OVERLAP_ERROR("stpcpy", dst_orig, src_orig, 0);
    [all...]

Completed in 43 milliseconds