Home
last modified time | relevance | path

Searched refs:vsprintf_s (Results 1 – 8 of 8) sorted by relevance

/third_party/bounds_checking_function/src/
Dvsprintf_s.c41 int vsprintf_s(char *strDest, size_t destMax, const char *format, va_list argList) in vsprintf_s() function
65 EXPORT_SYMBOL(vsprintf_s);
Dsprintf_s.c49 ret = vsprintf_s(strDest, destMax, format, argList); in sprintf_s()
/third_party/bounds_checking_function/
DREADME.md27 - vsprintf_s
DREADME.en.md30 - vsprintf_s
Dlibsec_src.gni45 "//third_party/bounds_checking_function/src/vsprintf_s.c",
/third_party/skia/third_party/externals/d3d12allocator/src/
DCommon.cpp111 ::vsprintf_s(bufPtr, dstLen + 1, format, argList); in PrintMessageV()
/third_party/bounds_checking_function/include/
Dsecurec.h231 SECUREC_API int vsprintf_s(char *strDest, size_t destMax, const char *format,
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dstring_cast.inl21 vsprintf_s(text, STRING_BUFFER, msg, list);