Searched refs:SECUREC_CALC_STR_LEN (Results 1 – 6 of 6) sorted by relevance
/third_party/bounds_checking_function/src/ |
D | strncat_s.c | 24 SECUREC_CALC_STR_LEN(strDest, destMax, &destLen); in SecDoCatLimit() 29 SECUREC_CALC_STR_LEN(strSrc, count, &srcLen); in SecDoCatLimit()
|
D | securecutil.h | 162 #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
|
D | strncpy_s.c | 113 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()
|
D | strcat_s.c | 25 SECUREC_CALC_STR_LEN(strDest, destMax, &destLen); in SecDoCat()
|
D | strcpy_s.c | 331 SECUREC_CALC_STR_LEN(strSrc, destMax, &srcStrLen); in strcpy_s()
|
D | output.inl | 987 SECUREC_CALC_STR_LEN(attr->text.str, (size_t)(unsigned int)attr->precision, &textLen);
|