Searched refs:wcscpy_s (Results 1 – 9 of 9) sorted by relevance
/third_party/python/PC/ |
D | getpathp.c | 284 wcscpy_s(filename, Py_ARRAY_LENGTH(filename), prefix); in gotlandmark() 296 wcscpy_s(prefix, MAXPATHLEN + 1, argv0_path); in search_for_prefix() 523 wcscpy_s(program_full_path, MAXPATHLEN+1, pyvenv_launcher); in get_program_full_path() 560 wcscpy_s(prefix, MAXPATHLEN+1, path); in read_pth_file() 713 wcscpy_s(filename, MAXPATHLEN+1, argv0_path); in calculate_pyvenv_file() 740 wcscpy_s(argv0_path, argv0_path_len, home); in calculate_pyvenv_file() 756 wcscpy_s(prefix, MAXPATHLEN+1, zip_path); in calculate_home_prefix() 768 wcscpy_s(prefix, MAXPATHLEN+1, calculate->home); in calculate_home_prefix() 841 if (wcscpy_s(buf, bufsz - (buf - start_buf), in calculate_module_search_path() 849 if (wcscpy_s(buf, bufsz - (buf - start_buf), zip_path)) { in calculate_module_search_path() [all …]
|
D | launcher.c | 383 wcscpy_s(ip->exe_display, MAX_PATH, name+1); in _locate_pythons_for_key() 390 wcscpy_s(ip->exe_display, MAX_PATH, ip->executable); in _locate_pythons_for_key() 492 wcscpy_s(ip->executable, MAX_PATH, venv_python); in locate_venv_python() 494 wcscpy_s(ip->version, MAX_VERSION_SIZE, L"venv"); in locate_venv_python() 935 wcscpy_s(path_command.key, MAX_PATH, name); in find_on_path() 1606 wcscpy_s(version, BUFSIZ, L"(venv)"); in show_python_list() 1676 if (wcscpy_s(r, len, s)) { in wcsdup_pad() 1835 if (wcscpy_s(launcher_ini_path, MAX_PATH, argv0)) { in process() 1891 wcscpy_s(newcommand, newlen, wrapped_script_path); in process()
|
/third_party/bounds_checking_function/src/ |
D | wcscpy_s.c | 70 errno_t wcscpy_s(wchar_t *strDest, size_t destMax, const wchar_t *strSrc) in wcscpy_s() function
|
/third_party/bounds_checking_function/ |
D | README.md | 16 - wcscpy_s
|
D | README.en.md | 19 - wcscpy_s
|
D | libsec_src.gni | 51 "//third_party/bounds_checking_function/src/wcscpy_s.c",
|
/third_party/python/Parser/ |
D | myreadline.c | 170 wcscpy_s(wbuf, wbuflen, wbuf_local); in _PyOS_WindowsConsoleReadline()
|
/third_party/bounds_checking_function/include/ |
D | securec.h | 435 SECUREC_API errno_t wcscpy_s(wchar_t *strDest, size_t destMax, const wchar_t *strSrc);
|
/third_party/python/Modules/ |
D | posixmodule.c | 8691 return wcscpy_s(dest_path, MAX_PATH, rest); in _joinW() 8694 if (wcscpy_s(dest_path, MAX_PATH, root)) { in _joinW() 8714 if (wcscpy_s(dest_parent, MAX_PATH, dest) || in _check_dirW() 11375 wcscpy_s(dir_path, path->length + 1, path->wide); in os__getdiskusage_impl()
|