Home
last modified time | relevance | path

Searched refs:strcat_s (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.cpp231 #define strcat_s(dst, len, src) strcat(dst, src) macro
935 strcat_s(szSymPath, nSymPathLen, this->m_szSymPath); in LoadModules()
936 strcat_s(szSymPath, nSymPathLen, ";"); in LoadModules()
939 strcat_s(szSymPath, nSymPathLen, ".;"); in LoadModules()
947 strcat_s(szSymPath, nSymPathLen, szTemp); in LoadModules()
948 strcat_s(szSymPath, nSymPathLen, ";"); in LoadModules()
966 strcat_s(szSymPath, nSymPathLen, szTemp); in LoadModules()
967 strcat_s(szSymPath, nSymPathLen, ";"); in LoadModules()
973 strcat_s(szSymPath, nSymPathLen, szTemp); in LoadModules()
974 strcat_s(szSymPath, nSymPathLen, ";"); in LoadModules()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.cpp231 #define strcat_s(dst, len, src) strcat(dst, src) macro
935 strcat_s(szSymPath, nSymPathLen, this->m_szSymPath); in LoadModules()
936 strcat_s(szSymPath, nSymPathLen, ";"); in LoadModules()
939 strcat_s(szSymPath, nSymPathLen, ".;"); in LoadModules()
947 strcat_s(szSymPath, nSymPathLen, szTemp); in LoadModules()
948 strcat_s(szSymPath, nSymPathLen, ";"); in LoadModules()
966 strcat_s(szSymPath, nSymPathLen, szTemp); in LoadModules()
967 strcat_s(szSymPath, nSymPathLen, ";"); in LoadModules()
973 strcat_s(szSymPath, nSymPathLen, szTemp); in LoadModules()
974 strcat_s(szSymPath, nSymPathLen, ";"); in LoadModules()
[all …]
/third_party/mindspore/third_party/securec/src/
Dstrcat_s.c82 errno_t strcat_s(char *strDest, size_t destMax, const char *strSrc) in strcat_s() function
100 EXPORT_SYMBOL(strcat_s);
/third_party/bounds_checking_function/src/
Dstrcat_s.c82 errno_t strcat_s(char *strDest, size_t destMax, const char *strSrc) in strcat_s() function
100 EXPORT_SYMBOL(strcat_s);
/third_party/boost/boost/regex/v4/
Dregex_workaround.hpp193 using ::strcat_s;
207 inline std::size_t strcat_s( in strcat_s() function
/third_party/openh264/codec/build/windowsphone/all/
DCodecRTComponent.cpp168 strcat_s (InputBitstreamPath, "BA_MW_D.264"); in Decode()
171 strcat_s (OutputYUVPath, "WP8_Dec_BA_MW_D.yuv"); in Decode()
/third_party/mindspore/third_party/securec/include/
Dsecurec.h189 SECUREC_API errno_t strcat_s(char *strDest, size_t destMax, const char *strSrc);
593 strcat_s((dest), (destMax), (src)))
624 #define strcat_sp strcat_s
Dsecurectype.h477 catRet = strcat_s((dest), (destMax), (src)); \
480 catRet = strcat_s((dest), (destMax), (src)); \
485 #define SECUREC_STRCAT_SM(dest, destMax, src) strcat_s((dest), (destMax), (src))
/third_party/bounds_checking_function/include/
Dsecurectype.h506 catRet_ = strcat_s((dest), (destMax), (src)); \
509 catRet_ = strcat_s((dest), (destMax), (src)); \
514 #define SECUREC_STRCAT_SM(dest, destMax, src) strcat_s((dest), (destMax), (src))
Dsecurec.h188 SECUREC_API errno_t strcat_s(char *strDest, size_t destMax, const char *strSrc);
591 strcat_s((dest), (destMax), (src)))
/third_party/boost/libs/regex/src/
Dcregex.cpp352 …BOOST_REGEX_DETAIL_NS::overflow_error_if_not_zero(BOOST_REGEX_DETAIL_NS::strcat_s(buf, MAX_PATH, d… in BuildFileList()
353 …BOOST_REGEX_DETAIL_NS::overflow_error_if_not_zero(BOOST_REGEX_DETAIL_NS::strcat_s(buf, MAX_PATH, "… in BuildFileList()
357 …BOOST_REGEX_DETAIL_NS::overflow_error_if_not_zero(BOOST_REGEX_DETAIL_NS::strcat_s(buf, MAX_PATH, d… in BuildFileList()
358 …BOOST_REGEX_DETAIL_NS::overflow_error_if_not_zero(BOOST_REGEX_DETAIL_NS::strcat_s(buf, MAX_PATH, "… in BuildFileList()
Dfileiter.cpp477 …BOOST_REGEX_DETAIL_NS::overflow_error_if_not_zero(BOOST_REGEX_DETAIL_NS::strcat_s(_path, MAX_PATH,… in file_iterator()
656 …BOOST_REGEX_DETAIL_NS::overflow_error_if_not_zero(BOOST_REGEX_DETAIL_NS::strcat_s(_path, MAX_PATH,… in directory_iterator()
/third_party/jerryscript/jerry-core/api/
Dgenerate-bytecode.c25 extern int strcat_s(char *strDest, size_t destMax, const char *strSrc);
68 if ((strcat_s(res, len1 + strlen("/") + 1, "/") != 0) in splice_path()
69 || (strcat_s(res, res_len + 1, str2) != 0)) { in splice_path()
/third_party/vk-gl-cts/framework/delibs/debase/
DdeString.c171 (void)strcat_s(s1, size, s2); in deStrcat()
/third_party/bounds_checking_function/
Dlibsec_src.gni34 "//third_party/bounds_checking_function/src/strcat_s.c",
/third_party/flutter/skia/src/ports/skia_ohos/
DFontConfig_ohos.cpp1056 strcat_s(fullname, len, "\\"); in scanFonts()
1060 strcat_s(fullname, len, "/"); in scanFonts()
1063 strcat_s(fullname, len, fname); in scanFonts()
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_compiler.cpp1171 if (strcat_s(selfPath, "dxil.dll") != 0) { in load_dxil_dll()