Home
last modified time | relevance | path

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

/external/python/cpython2/PC/bdist_wininst/
Dinstall.c1375 char vers_name[_MAX_PATH + 80]; in GetOtherPythonVersion() local
1407 wsprintf(vers_name, "Python Version %d.%d in %s", in GetOtherPythonVersion()
1410 (LPARAM)(LPSTR)vers_name); in GetOtherPythonVersion()
1447 char subkey_name[80], vers_name[80]; in GetPythonVersions() local
1457 wsprintf(vers_name, "Python Version %s (found in registry)", in GetPythonVersions()
1470 (LPARAM)(LPSTR)vers_name); in GetPythonVersions()