Searched refs:SECUREC_CALC_STR_LEN (Results 1 - 5 of 5) sorted by relevance
/third_party/bounds_checking_function/src/ |
H A D | strncat_s.c | 24 SECUREC_CALC_STR_LEN(strDest, destMax, &destLen); in SecDoCatLimit() 29 SECUREC_CALC_STR_LEN(strSrc, count, &srcLen); in SecDoCatLimit()
|
H A 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()
|
H A 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
|
H A D | strcat_s.c | 25 SECUREC_CALC_STR_LEN(strDest, destMax, &destLen); in SecDoCat()
|
H A D | strcpy_s.c | 331 SECUREC_CALC_STR_LEN(strSrc, destMax, &srcStrLen); in strcpy_s()
|
Completed in 3 milliseconds