Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dfcntlmodule.c.h22 {"fcntl", (PyCFunction)(void(*)(void))fcntl_fcntl, METH_FASTCALL, fcntl_fcntl__doc__},
28 fcntl_fcntl(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in fcntl_fcntl() function
/external/python/cpython2/Modules/
Dfcntlmodule.c33 fcntl_fcntl(PyObject *self, PyObject *args) in fcntl_fcntl() function
409 {"fcntl", fcntl_fcntl, METH_VARARGS, fcntl_doc},