Lines Matching refs:wcslen
321 n = wcslen(ip->executable); in locate_pythons_for_key()
393 size_t wlen = wcslen(wanted_ver); in find_python_by_version()
398 wlen -= wcslen(L"-32"); in find_python_by_version()
402 wlen -= wcslen(L"-64"); in find_python_by_version()
405 n = wcslen(ip->version); in find_python_by_version()
503 size_t n = wcslen(wanted_ver); in locate_python()
712 child_command_size = wcslen(executable) + wcslen(cmdline) + 2; in invoke_child()
716 child_command_size = wcslen(executable) + wcslen(suffix) + in invoke_child()
717 wcslen(cmdline) + 3; in invoke_child()
782 n = wcslen(p); in skip_prefix()
908 key += wcslen(key) + 1; in read_config_file()
942 plen = wcslen(vpp->shebang); in parse_shebang()
1519 size_t len = wcslen(s); in wcsdup_pad()
1734 newlen = wcslen(wrapped_script_path) + wcslen(command) + 2; /* ' ' + NUL */ in process()
1775 cch += (DWORD)wcslen(PYTHON_EXECUTABLE) + 1 + 1; /* include sep and null */ in process()
1809 (!wcsncmp(p, L"-0", wcslen(L"-0")) || in process()
1810 !wcsncmp(p, L"--list", wcslen(L"--list")))) in process()
1827 command += wcslen(p); in process()