Home
last modified time | relevance | path

Searched refs:vswprintf_s (Results 1 - 5 of 5) sorted by relevance

/third_party/bounds_checking_function/src/
H A Dswprintf_s.c42 ret = vswprintf_s(strDest, destMax, format, argList); in swprintf_s()
H A Dvswprintf_s.c11 * 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 DCommon.cpp125 ::vswprintf_s(bufPtr, dstLen + 1, format, argList);
/third_party/bounds_checking_function/include/
H A Dsecurec.h491 * 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 Dlauncher2.c54 r = vswprintf_s(buffer, MAXLEN, format, va); in debug()

Completed in 6 milliseconds