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