Searched refs:SECUREC_MEMORY_NO_OVERLAP (Results 1 - 3 of 3) sorted by relevance
/third_party/bounds_checking_function/src/ |
H A D | memcpy_s.c | 480 (count) > 0 && SECUREC_MEMORY_NO_OVERLAP((dest), (src), (count)))) 484 (count) > 0 && SECUREC_MEMORY_NO_OVERLAP((dest), (src), (count)))) 547 count > 0 && SECUREC_MEMORY_NO_OVERLAP((dest), (src), (count)))) { in memcpy_sOptTc()
|
H A D | strcpy_s.c | 336 if (SECUREC_MEMORY_NO_OVERLAP(strDest, strSrc, srcStrLen)) { in strcpy_s()
|
H A D | securecutil.h | 129 #define SECUREC_MEMORY_NO_OVERLAP(dest, src, count) \ macro
|
Completed in 4 milliseconds