Searched refs:SECUREC_WCHAR_STRING_MAX_LEN (Results 1 – 9 of 9) sorted by relevance
43 if (SECUREC_VSPRINTF_PARAM_ERROR(format, strDest, destMax, SECUREC_WCHAR_STRING_MAX_LEN)) { in vswprintf_s()44 SECUREC_VSPRINTF_CLEAR_DEST(strDest, destMax, SECUREC_WCHAR_STRING_MAX_LEN); in vswprintf_s()
77 if (destMax == 0 || destMax > SECUREC_WCHAR_STRING_MAX_LEN) { in wcsncpy_s()89 if (count > SECUREC_WCHAR_STRING_MAX_LEN) { in wcsncpy_s()
88 if (destMax == 0 || destMax > SECUREC_WCHAR_STRING_MAX_LEN) { in wcsncat_s()100 if (count > SECUREC_WCHAR_STRING_MAX_LEN) { in wcsncat_s()
66 if (count == 0 || count > SECUREC_WCHAR_STRING_MAX_LEN) { in vswscanf_s()
72 if (destMax == 0 || destMax > SECUREC_WCHAR_STRING_MAX_LEN) { in wcscpy_s()
91 if (destMax == 0 || destMax > SECUREC_WCHAR_STRING_MAX_LEN) { in wcscat_s()
1007 if (textLen > SECUREC_WCHAR_STRING_MAX_LEN) {
126 ((spec).isWCharOrLong > 0 && (spec).arrayWidth > SECUREC_WCHAR_STRING_MAX_LEN))
419 #define SECUREC_WCHAR_STRING_MAX_LEN (SECUREC_STRING_MAX_LEN / sizeof(wchar_t)) macro