Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dfileutils.h97 PyAPI_FUNC(FILE *) _Py_wfopen(
/third_party/python/PC/
Dgetpathp.c555 sp_file = _Py_wfopen(path, L"r"); in read_pth_file()
716 FILE *env_file = _Py_wfopen(filename, L"r"); in calculate_pyvenv_file()
725 env_file = _Py_wfopen(filename, L"r"); in calculate_pyvenv_file()
/third_party/python/Modules/
Dgetpath.c661 FILE *fp = _Py_wfopen(filename, L"rb"); in calculate_pybuilddir()
1218 *env_file_p = _Py_wfopen(filename, L"r"); in calculate_open_pyenv()
1242 *env_file_p = _Py_wfopen(filename, L"r"); in calculate_open_pyenv()
/third_party/python/Python/
Dfileutils.c1575 _Py_wfopen(const wchar_t *path, const wchar_t *mode) in _Py_wfopen() function
/third_party/python/Misc/NEWS.d/
D3.10.0a4.rst964 Use :c:func:`_Py_wfopen` or :c:func:`_Py_fopen_obj` instead. Patch by Victor