Searched refs:_Py_device_encoding (Results 1 – 4 of 4) sorted by relevance
36 PyAPI_FUNC(PyObject *) _Py_device_encoding(int);
55 _Py_device_encoding(int fd) in _Py_device_encoding() function
1149 self->encoding = _Py_device_encoding(fd); in _io_TextIOWrapper___init___impl()
12425 return _Py_device_encoding(fd); in os_device_encoding_impl()