Searched refs:fcntl_fcntl (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/clinic/ |
D | fcntlmodule.c.h | 22 {"fcntl", (PyCFunction)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/ |
D | fcntlmodule.c | 33 fcntl_fcntl(PyObject *self, PyObject *args) in fcntl_fcntl() function 409 {"fcntl", fcntl_fcntl, METH_VARARGS, fcntl_doc},
|