Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dfcntlmodule.c.h79 {"ioctl", (PyCFunction)fcntl_ioctl, METH_FASTCALL, fcntl_ioctl__doc__},
86 fcntl_ioctl(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in fcntl_ioctl() function
/external/python/cpython2/Modules/
Dfcntlmodule.c97 fcntl_ioctl(PyObject *self, PyObject *args) in fcntl_ioctl() function
410 {"ioctl", fcntl_ioctl, METH_VARARGS, ioctl_doc},