Searched refs:SECUREC_VSNPRINTF_PARAM_ERROR (Results 1 – 2 of 2) sorted by relevance
/third_party/bounds_checking_function/src/ |
D | secureprintoutput.h | 130 #define SECUREC_VSNPRINTF_PARAM_ERROR(format, strDest, destMax, count, maxLimit) \ macro 135 #define SECUREC_VSNPRINTF_PARAM_ERROR(format, strDest, destMax, count, maxLimit) \ macro
|
D | vsnprintf_s.c | 48 if (SECUREC_VSNPRINTF_PARAM_ERROR(format, strDest, destMax, count, SECUREC_STRING_MAX_LEN)) { in vsnprintf_s()
|