Searched refs:_Py_wfopen (Results 1 – 5 of 5) sorted by relevance
477 FILE *f = _Py_wfopen(exec_prefix, L"rb"); in search_for_exec_prefix()750 env_file = _Py_wfopen(tmpbuffer, L"r"); in calculate_read_pyenv()758 env_file = _Py_wfopen(tmpbuffer, L"r"); in calculate_read_pyenv()
1558 fp = _Py_wfopen(pymain->filename, L"r"); in pymain_open_filename()
118 PyAPI_FUNC(FILE *) _Py_wfopen(
565 FILE *sp_file = _Py_wfopen(path, L"r"); in read_pth_file()718 FILE *env_file = _Py_wfopen(envbuffer, L"r"); in calculate_pyvenv_file()726 env_file = _Py_wfopen(envbuffer, L"r"); in calculate_pyvenv_file()
1239 _Py_wfopen(const wchar_t *path, const wchar_t *mode) in _Py_wfopen() function