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/ |
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/bounds_checking_function/src/ |
D | strcat_s.c | 81 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/ |
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/bounds_checking_function/include/ |
D | securectype.h | 521 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))
|
D | securec.h | 203 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/ |
D | README.md | 19 - strcat_s
|
D | README.en.md | 22 - strcat_s
|
D | libsec_src.gni | 34 "//third_party/bounds_checking_function/src/strcat_s.c",
|
/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/skia/src/ports/skia_ohos/ |
D | HmSymbolConfig_ohos.cpp | 302 strcat_s(fullname, len, "\\"); in ParseConfigOfHmSymbol() 306 strcat_s(fullname, len, "/"); in ParseConfigOfHmSymbol() 309 if (strcat_s(fullname, len, fname) != 0) { in ParseConfigOfHmSymbol()
|
D | FontConfig_ohos.cpp | 1085 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/ |
D | dxil_validator.cpp | 61 if (strcat_s(self_path, "DXIL.dll") != 0) { in load_dxil_mod()
|