Searched refs:vsprintf_s (Results 1 – 8 of 8) sorted by relevance
/third_party/bounds_checking_function/src/ |
D | vsprintf_s.c | 41 int vsprintf_s(char *strDest, size_t destMax, const char *format, va_list argList) in vsprintf_s() function 65 EXPORT_SYMBOL(vsprintf_s);
|
D | sprintf_s.c | 49 ret = vsprintf_s(strDest, destMax, format, argList); in sprintf_s()
|
/third_party/bounds_checking_function/ |
D | README.md | 27 - vsprintf_s
|
D | README.en.md | 30 - vsprintf_s
|
D | libsec_src.gni | 45 "//third_party/bounds_checking_function/src/vsprintf_s.c",
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | Common.cpp | 111 ::vsprintf_s(bufPtr, dstLen + 1, format, argList); in PrintMessageV()
|
/third_party/bounds_checking_function/include/ |
D | securec.h | 231 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/ |
D | string_cast.inl | 21 vsprintf_s(text, STRING_BUFFER, msg, list);
|