Lines Matching refs:nargs
28 fcntl_fcntl(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in fcntl_fcntl() argument
35 if (!_PyArg_CheckPositional("fcntl", nargs, 2, 3)) { in fcntl_fcntl()
45 if (nargs < 3) { in fcntl_fcntl()
97 fcntl_ioctl(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in fcntl_ioctl() argument
105 if (!_PyArg_CheckPositional("ioctl", nargs, 2, 4)) { in fcntl_ioctl()
115 if (nargs < 3) { in fcntl_ioctl()
119 if (nargs < 4) { in fcntl_ioctl()
149 fcntl_flock(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in fcntl_flock() argument
155 if (!_PyArg_CheckPositional("flock", nargs, 2, 2)) { in fcntl_flock()
206 fcntl_lockf(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in fcntl_lockf() argument
215 if (!_PyArg_CheckPositional("lockf", nargs, 2, 5)) { in fcntl_lockf()
225 if (nargs < 3) { in fcntl_lockf()
229 if (nargs < 4) { in fcntl_lockf()
233 if (nargs < 5) { in fcntl_lockf()