Home
last modified time | relevance | path

Searched refs:SECUREC_CALC_STR_LEN (Results 1 – 6 of 6) sorted by relevance

/third_party/bounds_checking_function/src/
Dstrncat_s.c24 SECUREC_CALC_STR_LEN(strDest, destMax, &destLen); in SecDoCatLimit()
29 SECUREC_CALC_STR_LEN(strSrc, count, &srcLen); in SecDoCatLimit()
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
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()
Dstrcat_s.c25 SECUREC_CALC_STR_LEN(strDest, destMax, &destLen); in SecDoCat()
Dstrcpy_s.c331 SECUREC_CALC_STR_LEN(strSrc, destMax, &srcStrLen); in strcpy_s()
Doutput.inl987 SECUREC_CALC_STR_LEN(attr->text.str, (size_t)(unsigned int)attr->precision, &textLen);