Searched refs:swprintf_s (Results 1 - 6 of 6) sorted by relevance
/third_party/bounds_checking_function/src/ |
H A D | swprintf_s.c | 11 * Description: swprintf_s function 19 * The swprintf_s function is the wide-character equivalent of the sprintf_s function 36 int swprintf_s(wchar_t *strDest, size_t destMax, const wchar_t *format, ...) in swprintf_s() function
|
/third_party/skia/src/xps/ |
H A D | SkXPSDevice.cpp | 81 return swprintf_s(buffer, in format_guid() 179 swprintf_s(buffer, size, L"/Documents/1/Metadata/%u.png", pageNum); in createXpsThumbnail() 183 swprintf_s(buffer, size, L"/Metadata/%s.png", id); in createXpsThumbnail() 204 swprintf_s(buffer, size, L"/Documents/1/Pages/%u.fpage", in createXpsPage() 647 swprintf_s(buffer, size, L"/Documents/1/Resources/Images/%s.png", id); in createXpsImageBrush() 1763 swprintf_s(buffer, size, L"/Resources/Fonts/%s.odttf", id); in CreateTypefaceUse()
|
/third_party/python/PC/ |
H A D | launcher2.c | 1504 int count = swprintf_s(realTag, tagLength + 4, L"%s-32", env->tag); in _registryReadLegacyEnvironment() 1516 if (swprintf_s(buffer, MAXLEN, L"Python %s", env->tag)) { in _registryReadLegacyEnvironment() 1692 if (swprintf_s(buffer, MAXLEN, L"Python %s (Store)", tag)) { in appxSearch() 2040 swprintf_s(arguments, MAXLEN, WINGET_ARGUMENTS, storeId)) { in installEnvironment() 2061 if (swprintf_s(command, MAXLEN, MSSTORE_COMMAND, storeId)) { in installEnvironment() 2241 swprintf_s(buffer, bufferSize, L"-V:%s", env->tag); in _listAllEnvironments() 2243 swprintf_s(buffer, bufferSize, L"-V:%s/%s", env->company, env->tag); in _listAllEnvironments()
|
H A D | launcher.c | 1612 swprintf_s(version, BUFSIZ, ver_fmt, ip->version, ip->bits); in show_python_list()
|
/foundation/distributeddatamgr/kv_store/kvstoremock/interfaces/mock/base/ |
H A D | securec.h | 148 SECUREC_API int swprintf_s(wchar_t *strDest, size_t destMax, const wchar_t *format, ...);
|
/third_party/bounds_checking_function/include/ |
H A D | securec.h | 504 * Description: The swprintf_s function is the wide-character equivalent of the sprintf_s function 511 SECUREC_API int swprintf_s(wchar_t *strDest, size_t destMax, const wchar_t *format, ...);
|
Completed in 12 milliseconds