Searched refs:vswprintf_s (Results 1 - 5 of 5) sorted by relevance
/third_party/bounds_checking_function/src/ |
H A D | swprintf_s.c | 42 ret = vswprintf_s(strDest, destMax, format, argList); in swprintf_s()
|
H A D | vswprintf_s.c | 11 * Description: vswprintf_s function 23 * The vswprintf_s function is the wide-character equivalent of the vsprintf_s function 40 int vswprintf_s(wchar_t *strDest, size_t destMax, const wchar_t *format, va_list argList) in vswprintf_s() function 45 SECUREC_ERROR_INVALID_PARAMTER("vswprintf_s"); in vswprintf_s() 54 SECUREC_ERROR_INVALID_RANGE("vswprintf_s"); in vswprintf_s() 56 SECUREC_ERROR_INVALID_PARAMTER("vswprintf_s"); in vswprintf_s()
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
H A D | Common.cpp | 125 ::vswprintf_s(bufPtr, dstLen + 1, format, argList);
|
/third_party/bounds_checking_function/include/ |
H A D | securec.h | 491 * Description: The vswprintf_s function is the wide-character equivalent of the vsprintf_s function 499 SECUREC_API int vswprintf_s(wchar_t *strDest, size_t destMax, const wchar_t *format, va_list argList);
|
/third_party/python/PC/ |
H A D | launcher2.c | 54 r = vswprintf_s(buffer, MAXLEN, format, va); in debug()
|
Completed in 6 milliseconds