/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/ |
D | StackWalker.cpp | 231 #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/ |
D | StackWalker.cpp | 231 #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/ |
D | strcat_s.c | 82 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/ |
D | strcat_s.c | 82 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/ |
D | regex_workaround.hpp | 193 using ::strcat_s; 207 inline std::size_t strcat_s( in strcat_s() function
|
/third_party/openh264/codec/build/windowsphone/all/ |
D | CodecRTComponent.cpp | 168 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/ |
D | securec.h | 189 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
|
D | securectype.h | 477 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/ |
D | securectype.h | 506 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))
|
D | securec.h | 188 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/ |
D | cregex.cpp | 352 …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()
|
D | fileiter.cpp | 477 …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/ |
D | generate-bytecode.c | 25 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/ |
D | deString.c | 171 (void)strcat_s(s1, size, s2); in deStrcat()
|
/third_party/bounds_checking_function/ |
D | libsec_src.gni | 34 "//third_party/bounds_checking_function/src/strcat_s.c",
|
/third_party/flutter/skia/src/ports/skia_ohos/ |
D | FontConfig_ohos.cpp | 1056 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/ |
D | d3d12_compiler.cpp | 1171 if (strcat_s(selfPath, "dxil.dll") != 0) { in load_dxil_dll()
|