Home
last modified time | relevance | path

Searched refs:strcat_s (Results 1 – 13 of 13) 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/bounds_checking_function/src/
Dstrcat_s.c81 errno_t strcat_s(char *strDest, size_t destMax, const char *strSrc) in strcat_s() function
99 EXPORT_SYMBOL(strcat_s);
/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/bounds_checking_function/include/
Dsecurectype.h521 catRet_ = strcat_s((dest), (destMax), (src)); \
524 catRet_ = strcat_s((dest), (destMax), (src)); \
529 #define SECUREC_STRCAT_SM(dest, destMax, src) strcat_s((dest), (destMax), (src))
Dsecurec.h203 SECUREC_API errno_t strcat_s(char *strDest, size_t destMax, const char *strSrc);
605 strcat_s((dest), (destMax), (src)))
/third_party/bounds_checking_function/
DREADME.md19 - strcat_s
DREADME.en.md22 - strcat_s
Dlibsec_src.gni34 "//third_party/bounds_checking_function/src/strcat_s.c",
/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/skia/src/ports/skia_ohos/
DHmSymbolConfig_ohos.cpp302 strcat_s(fullname, len, "\\"); in ParseConfigOfHmSymbol()
306 strcat_s(fullname, len, "/"); in ParseConfigOfHmSymbol()
309 if (strcat_s(fullname, len, fname) != 0) { in ParseConfigOfHmSymbol()
DFontConfig_ohos.cpp1085 strcat_s(fullname, len, "\\"); in scanFonts()
1089 strcat_s(fullname, len, "/"); in scanFonts()
1092 strcat_s(fullname, len, fname); in scanFonts()
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_validator.cpp61 if (strcat_s(self_path, "DXIL.dll") != 0) { in load_dxil_mod()