Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dlauncher.c1041 validate_version(wchar_t * p) in validate_version() function
1283 if (*command && !validate_version(command)) in maybe_handle_shebang()
1493 valid = (*p == L'-') && validate_version(&p[1]); in process()