Searched refs:SECUREC_VSPRINTF_PARAM_ERROR (Results 1 – 4 of 4) sorted by relevance
/third_party/bounds_checking_function/src/ |
D | vsprintf_s.c | 45 if (SECUREC_VSPRINTF_PARAM_ERROR(format, strDest, destMax, SECUREC_STRING_MAX_LEN)) { in vsprintf_s()
|
D | vswprintf_s.c | 43 if (SECUREC_VSPRINTF_PARAM_ERROR(format, strDest, destMax, SECUREC_WCHAR_STRING_MAX_LEN)) { in vswprintf_s()
|
D | vsnprintf_s.c | 116 if (SECUREC_VSPRINTF_PARAM_ERROR(format, strDest, destMax, SECUREC_STRING_MAX_LEN)) { in vsnprintf_truncated_s()
|
D | secureprintoutput.h | 120 #define SECUREC_VSPRINTF_PARAM_ERROR(format, strDest, destMax, maxLimit) \ macro
|