Lines Matching refs:wcscat_s
11 * Description: wcscat_s function
34 SECUREC_ERROR_INVALID_PARAMTER("wcscat_s");
37 SECUREC_ERROR_BUFFER_OVERLAP("wcscat_s");
43 SECUREC_ERROR_INVALID_PARAMTER("wcscat_s");
46 SECUREC_ERROR_INVALID_RANGE("wcscat_s");
56 * The wcscat_s function appends a copy of the wide string pointed to by strSrc
59 * The arguments and return value of wcscat_s are wide-character strings.
61 * The wcscat_s function appends strSrc to strDest and terminates the resulting
63 * terminating null character of strDest. wcscat_s will return EOVERLAP_AND_RESET if the
89 errno_t wcscat_s(wchar_t *strDest, size_t destMax, const wchar_t *strSrc)
92 SECUREC_ERROR_INVALID_RANGE("wcscat_s");
97 SECUREC_ERROR_INVALID_PARAMTER("wcscat_s");