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