Lines Matching defs:wcsncat_s
11 * Description: wcsncat_s function
31 SECUREC_ERROR_INVALID_PARAMTER("wcsncat_s");
34 SECUREC_ERROR_BUFFER_OVERLAP("wcsncat_s");
40 SECUREC_ERROR_INVALID_PARAMTER("wcsncat_s");
43 SECUREC_ERROR_INVALID_RANGE("wcsncat_s");
53 * The wcsncat_s function appends not more than n successive wide characters
57 * The wcsncat_s function try to append the first D characters of strSrc to
86 errno_t wcsncat_s(wchar_t *strDest, size_t destMax, const wchar_t *strSrc, size_t count)
89 SECUREC_ERROR_INVALID_RANGE("wcsncat_s");
93 SECUREC_ERROR_INVALID_PARAMTER("wcsncat_s");
108 SECUREC_ERROR_INVALID_RANGE("wcsncat_s");