Home
last modified time | relevance | path

Searched refs:wcsncat_s (Results 1 - 3 of 3) sorted by relevance

/third_party/bounds_checking_function/src/
H A Dwcsncat_s.c11 * Description: wcsncat_s function
31 SECUREC_ERROR_INVALID_PARAMTER("wcsncat_s"); in SecDoCatLimitW()
34 SECUREC_ERROR_BUFFER_OVERLAP("wcsncat_s"); in SecDoCatLimitW()
40 SECUREC_ERROR_INVALID_PARAMTER("wcsncat_s"); in SecDoCatLimitW()
43 SECUREC_ERROR_INVALID_RANGE("wcsncat_s"); in SecDoCatLimitW()
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) in wcsncat_s() function
89 SECUREC_ERROR_INVALID_RANGE("wcsncat_s"); in wcsncat_s()
93 SECUREC_ERROR_INVALID_PARAMTER("wcsncat_s"); in wcsncat_s()
[all...]
/third_party/bounds_checking_function/include/
H A Dsecurec.h465 * Description: The wcsncat_s function appends not more than n successive wide characters (not including the
474 SECUREC_API errno_t wcsncat_s(wchar_t *strDest, size_t destMax, const wchar_t *strSrc, size_t count);
/third_party/python/PC/
H A Dlauncher.c1770 wcsncat_s(appdata_ini_path, MAX_PATH, L"\\py.ini", _TRUNCATE); in process()

Completed in 4 milliseconds