Searched refs:_Py_get_osfhandle_noraise (Results 1 – 4 of 4) sorted by relevance
252 hStdIn = _Py_get_osfhandle_noraise(fileno(sys_stdin)); in PyOS_StdioReadline()253 hStdErr = _Py_get_osfhandle_noraise(fileno(stderr)); in PyOS_StdioReadline()
165 PyAPI_FUNC(void*) _Py_get_osfhandle_noraise(int fd);
1127 h = _Py_get_osfhandle_noraise(fd); in _Py_fstat_noraise()1266 handle = _Py_get_osfhandle_noraise(fd); in get_inheritable()1337 handle = _Py_get_osfhandle_noraise(fd); in set_inheritable()2236 _Py_get_osfhandle_noraise(int fd) in _Py_get_osfhandle_noraise() function2248 void *handle = _Py_get_osfhandle_noraise(fd); in _Py_get_osfhandle()
67 HANDLE handle = _Py_get_osfhandle_noraise(fd); in _PyIO_get_console_type()336 handle = _Py_get_osfhandle_noraise(fd); in _io__WindowsConsoleIO___init___impl()