Home
last modified time | relevance | path

Searched refs:wcscat_s (Results 1 – 8 of 8) sorted by relevance

/third_party/bounds_checking_function/
DREADME.md20 - wcscat_s
DREADME.en.md23 - wcscat_s
Dlibsec_src.gni50 "//third_party/bounds_checking_function/src/wcscat_s.c",
/third_party/bounds_checking_function/src/
Dwcscat_s.c89 errno_t wcscat_s(wchar_t *strDest, size_t destMax, const wchar_t *strSrc) in wcscat_s() function
/third_party/python/PC/
Dlauncher.c1816 wcscat_s(venv_cfg_path, newlen, L"\\pyvenv.cfg"); in process()
1824 wcscat_s(venv_cfg_path, newlen, L"\\pyvenv.cfg"); in process()
1847 wcscat_s(launcher_ini_path, MAX_PATH, L"\\py.ini"); in process()
1892 wcscat_s(newcommand, newlen, L" "); in process()
1893 wcscat_s(newcommand, newlen, command); in process()
1940 if (wcscat_s(executable, cch, PYTHON_EXECUTABLE)) { in process()
Dgetpathp.c198 if (wcscat_s(dest, MAXPATHLEN+1, ext)) { in change_ext()
623 wcscat_s(buf, bufsiz, L";"); in read_pth_file()
629 result = wcscat_s(buf, bufsiz, prefix); in read_pth_file()
/third_party/bounds_checking_function/include/
Dsecurec.h445 SECUREC_API errno_t wcscat_s(wchar_t *strDest, size_t destMax, const wchar_t *strSrc);
/third_party/python/Modules/
Dposixmodule.c8698 if (dest_path[0] && wcscat_s(dest_path, MAX_PATH, L"\\")) { in _joinW()
8702 return wcscat_s(dest_path, MAX_PATH, rest); in _joinW()