Home
last modified time | relevance | path

Searched refs:SECUREC_VSNPRINTF_PARAM_ERROR (Results 1 – 2 of 2) sorted by relevance

/third_party/bounds_checking_function/src/
Dsecureprintoutput.h130 #define SECUREC_VSNPRINTF_PARAM_ERROR(format, strDest, destMax, count, maxLimit) \ macro
135 #define SECUREC_VSNPRINTF_PARAM_ERROR(format, strDest, destMax, count, maxLimit) \ macro
Dvsnprintf_s.c48 if (SECUREC_VSNPRINTF_PARAM_ERROR(format, strDest, destMax, count, SECUREC_STRING_MAX_LEN)) { in vsnprintf_s()