Lines Matching defs:args
155 PyObject *args,
176 if (!PyArg_ParseTupleAndKeywords(args, kwds,
310 PyObject *args,
321 if(!PyArg_ParseTupleAndKeywords(args, kwds,
420 PyObject *args,
439 if (!PyArg_ParseTupleAndKeywords(args, kwds,
541 PyObject *args,
551 if (!PyArg_ParseTupleAndKeywords(args, kwds,
612 PyObject *args,
619 if(!PyArg_ParseTuple(args, discard_const_p(char, "s"), &groupname)) {
659 PyObject *args,
672 if (!PyArg_ParseTupleAndKeywords(args, kwds,
756 static PyObject *py_sss_getgrouplist(PyObject *self, PyObject *args)
767 if(!PyArg_ParseTuple(args, discard_const_p(char, "s"), &username)) {
844 PyObject *args,
964 PyObject *args,
976 if (!PyArg_ParseTuple(args, discard_const_p(char, "s#i"),
1010 PyObject *args,
1020 if (!PyArg_ParseTuple(args, discard_const_p(char, "s"),
1060 PyObject *args,