Home
last modified time | relevance | path

Searched refs:msvcrt_open_osfhandle (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/PC/
Dmsvcrtmodule.c110 msvcrt_open_osfhandle(PyObject *self, PyObject *args) in msvcrt_open_osfhandle() function
381 {"open_osfhandle", msvcrt_open_osfhandle, METH_VARARGS, open_osfhandle_doc},
/external/python/cpython3/PC/clinic/
Dmsvcrtmodule.c.h113 …{"open_osfhandle", (PyCFunction)msvcrt_open_osfhandle, METH_FASTCALL, msvcrt_open_osfhandle__doc__…
119 msvcrt_open_osfhandle(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in msvcrt_open_osfhandle() function