Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h4557 {"strerror", (PyCFunction)os_strerror, METH_O, os_strerror__doc__},
4563 os_strerror(PyObject *module, PyObject *arg) in os_strerror() function