Home
last modified time | relevance | path

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

/external/python/cpython3/PC/clinic/
Dmsvcrtmodule.c.h467 …{"CrtSetReportMode", (PyCFunction)msvcrt_CrtSetReportMode, METH_FASTCALL, msvcrt_CrtSetReportMode_…
473 msvcrt_CrtSetReportMode(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in msvcrt_CrtSetReportMode() function
/external/python/cpython2/Modules/
D_testcapimodule.c2604 msvcrt_CrtSetReportMode(PyObject* self, PyObject *args) in msvcrt_CrtSetReportMode() function
2784 {"CrtSetReportMode", (PyCFunction)msvcrt_CrtSetReportMode, METH_VARARGS},