Searched refs:_Py_device_encoding (Results 1 – 5 of 5) sorted by relevance
39 PyAPI_FUNC(PyObject *) _Py_device_encoding(int);
67 _Py_device_encoding(int fd) in _Py_device_encoding() function
1163 self->encoding = _Py_device_encoding(fd); in _io_TextIOWrapper___init___impl()
12605 return _Py_device_encoding(fd); in os_device_encoding_impl()
3727 @@ -69,7 +70,7 @@ _Py_device_encoding(int fd)