Home
last modified time | relevance | path

Searched refs:SECUREC_CALC_STR_LEN (Results 1 - 5 of 5) sorted by relevance

/third_party/bounds_checking_function/src/
H A Dstrncat_s.c24 SECUREC_CALC_STR_LEN(strDest, destMax, &destLen); in SecDoCatLimit()
29 SECUREC_CALC_STR_LEN(strSrc, count, &srcLen); in SecDoCatLimit()
H A Dstrncpy_s.c113 SECUREC_CALC_STR_LEN(strSrc, count, &minCpLen); /* No ending terminator */ in strncpy_s()
121 SECUREC_CALC_STR_LEN(strSrc, tmpCount, &minCpLen); /* No ending terminator */ in strncpy_s()
H A Dsecurecutil.h162 #define SECUREC_CALC_STR_LEN(str, maxLen, outLen) do { \ macro
192 SECUREC_CALC_STR_LEN((str), (maxLen), (outLen)); \
196 #define SECUREC_CALC_STR_LEN(str, maxLen, outLen) do { \ macro
205 #define SECUREC_CALC_STR_LEN_OPT SECUREC_CALC_STR_LEN
H A Dstrcat_s.c25 SECUREC_CALC_STR_LEN(strDest, destMax, &destLen); in SecDoCat()
H A Dstrcpy_s.c331 SECUREC_CALC_STR_LEN(strSrc, destMax, &srcStrLen); in strcpy_s()

Completed in 4 milliseconds