Home
last modified time | relevance | path

Searched refs:SECUREC_STRING_NO_OVERLAP (Results 1 – 4 of 4) sorted by relevance

/third_party/bounds_checking_function/src/
Dwcscpy_s.c31 if (SECUREC_STRING_NO_OVERLAP(strDest, strSrc, srcStrLen)) { in SecDoCpyW()
Dwcsncpy_s.c33 if (SECUREC_STRING_NO_OVERLAP(strDest, strSrc, srcStrLen)) { in SecDoCpyLimitW()
Dstrncpy_s.c128 if (SECUREC_STRING_NO_OVERLAP(strDest, strSrc, minCpLen) || strDest == strSrc) { in strncpy_s()
Dsecurecutil.h141 #define SECUREC_STRING_NO_OVERLAP(dest, src, len) \ macro