Searched refs:SECUREC_CALC_WSTR_LEN (Results 1 – 6 of 6) sorted by relevance
/third_party/bounds_checking_function/src/ |
D | wcscat_s.c | 27 SECUREC_CALC_WSTR_LEN(strDest, destMax, &destLen); in SecDoCatW() 29 SECUREC_CALC_WSTR_LEN(strSrc, maxCount, &srcLen); in SecDoCatW()
|
D | wcsncpy_s.c | 21 SECUREC_CALC_WSTR_LEN(strSrc, count, &srcStrLen); in SecDoCpyLimitW() 23 SECUREC_CALC_WSTR_LEN(strSrc, destMax, &srcStrLen); in SecDoCpyLimitW()
|
D | wcsncat_s.c | 25 SECUREC_CALC_WSTR_LEN(strDest, destMax, &destLen); in SecDoCatLimitW() 26 SECUREC_CALC_WSTR_LEN(strSrc, count, &srcLen); in SecDoCatLimitW()
|
D | wcscpy_s.c | 20 SECUREC_CALC_WSTR_LEN(strSrc, destMax, &srcStrLen); in SecDoCpyW()
|
D | securecutil.h | 208 #define SECUREC_CALC_WSTR_LEN(str, maxLen, outLen) do { \ macro
|
D | output.inl | 1006 SECUREC_CALC_WSTR_LEN(attr->text.wStr, (size_t)(unsigned int)attr->precision, &textLen);
|