Home
last modified time | relevance | path

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

/external/python/cpython3/PC/clinic/
Dmsvcrtmodule.c.h116 msvcrt_open_osfhandle_impl(PyObject *module, void *handle, int flags);
130 _return_value = msvcrt_open_osfhandle_impl(module, handle, flags); in msvcrt_open_osfhandle()
/external/python/cpython3/PC/
Dmsvcrtmodule.c173 msvcrt_open_osfhandle_impl(PyObject *module, void *handle, int flags) in msvcrt_open_osfhandle_impl() function