Searched refs:wcscat_s (Results 1 – 8 of 8) sorted by relevance
/third_party/bounds_checking_function/ |
D | README.md | 20 - wcscat_s
|
D | README.en.md | 23 - wcscat_s
|
D | libsec_src.gni | 50 "//third_party/bounds_checking_function/src/wcscat_s.c",
|
/third_party/bounds_checking_function/src/ |
D | wcscat_s.c | 89 errno_t wcscat_s(wchar_t *strDest, size_t destMax, const wchar_t *strSrc) in wcscat_s() function
|
/third_party/python/PC/ |
D | launcher.c | 1816 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()
|
D | getpathp.c | 198 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/ |
D | securec.h | 445 SECUREC_API errno_t wcscat_s(wchar_t *strDest, size_t destMax, const wchar_t *strSrc);
|
/third_party/python/Modules/ |
D | posixmodule.c | 8698 if (dest_path[0] && wcscat_s(dest_path, MAX_PATH, L"\\")) { in _joinW() 8702 return wcscat_s(dest_path, MAX_PATH, rest); in _joinW()
|