Home
last modified time | relevance | path

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

/third_party/python/PC/clinic/
Dmsvcrtmodule.c.h621 msvcrt_SetErrorMode_impl(PyObject *module, unsigned int mode);
633 return_value = msvcrt_SetErrorMode_impl(module, mode); in msvcrt_SetErrorMode()
/third_party/python/PC/
Dmsvcrtmodule.c498 msvcrt_SetErrorMode_impl(PyObject *module, unsigned int mode) in msvcrt_SetErrorMode_impl() function