Home
last modified time | relevance | path

Searched refs:strcat_s (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
H A 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(szSymPat in LoadModules()
[all...]
/third_party/bounds_checking_function/src/
H A Dstrcat_s.c11 * Description: strcat_s function
33 SECUREC_ERROR_INVALID_PARAMTER("strcat_s"); in SecDoCat()
36 SECUREC_ERROR_BUFFER_OVERLAP("strcat_s"); in SecDoCat()
42 SECUREC_ERROR_INVALID_PARAMTER("strcat_s"); in SecDoCat()
45 SECUREC_ERROR_INVALID_RANGE("strcat_s"); in SecDoCat()
54 * The strcat_s function appends a copy of the string pointed to by strSrc (including the terminating null character)
57 * strcat_s will return EOVERLAP_AND_RESET if the source and destination strings overlap.
81 errno_t strcat_s(char *strDest, size_t destMax, const char *strSrc) in strcat_s() function
84 SECUREC_ERROR_INVALID_RANGE("strcat_s"); in strcat_s()
88 SECUREC_ERROR_INVALID_PARAMTER("strcat_s"); in strcat_s()
99 EXPORT_SYMBOL(strcat_s); global() variable
[all...]
/third_party/bounds_checking_function/include/
H A Dsecurectype.h500 /* For strcat_s performance optimization */
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))
H A Dsecurec.h13 * such as memcpy_s, strcpy_s, wcscpy_s,strcat_s, strncat_s, sprintf_s, scanf_s, and so on.
196 * Description: The strcat_s function appends a copy of the string pointed to by strSrc (including
203 SECUREC_API errno_t strcat_s(char *strDest, size_t destMax, const char *strSrc);
605 strcat_s((dest), (destMax), (src)))
/third_party/jerryscript/jerry-core/api/
H A 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/
H A DdeString.c171 (void)strcat_s(s1, size, s2); in deStrcat()
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_validator.cpp61 if (strcat_s(self_path, "DXIL.dll") != 0) { in load_dxil_mod()
/third_party/skia/src/ports/skia_ohos/
H A DFontConfig_ohos.cpp1117 strcat_s(fullname, len, "\\"); in scanFonts()
1121 strcat_s(fullname, len, "/"); in scanFonts()
1124 strcat_s(fullname, len, fname); in scanFonts()

Completed in 8 milliseconds