Searched refs:_Py_dup (Results 1 – 6 of 6) sorted by relevance
158 PyAPI_FUNC(int) _Py_dup(int fd);
2113 _Py_dup(int fd) in _Py_dup() function
1277 m_obj->fd = _Py_dup(fd); in new_mmap_object()
4117 fd = _Py_dup(path->fd); in _posix_listdir()9249 return _Py_dup(fd); in os_dup_impl()14307 fd = _Py_dup(iterator->path.fd); in os_scandir_impl()
5977 newfd = _Py_dup(fd);
2080 fd = _Py_dup(fd); in PyTokenizer_FindEncodingFilename()