Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dlauncher.c388 find_python_by_version(wchar_t const * wanted_ver) in find_python_by_version() argument
393 size_t wlen = wcslen(wanted_ver); in find_python_by_version()
396 if (wcsstr(wanted_ver, L"-32")) { in find_python_by_version()
400 else if (wcsstr(wanted_ver, L"-64")) { /* Added option to select 64 bit explicitly */ in find_python_by_version()
408 if ((wcsncmp(ip->version, wanted_ver, n) == 0) && in find_python_by_version()
497 locate_python(wchar_t * wanted_ver, BOOL from_shebang) in locate_python() argument
503 size_t n = wcslen(wanted_ver); in locate_python()
510 *last_char = *wanted_ver; in locate_python()
513 wanted_ver = configured_value; in locate_python()
515 if (*wanted_ver) { in locate_python()
[all …]