Lines Matching refs:args
157 PyObject *args,
178 if (!PyArg_ParseTupleAndKeywords(args, kwds,
312 PyObject *args,
323 if(!PyArg_ParseTupleAndKeywords(args, kwds,
422 PyObject *args,
441 if (!PyArg_ParseTupleAndKeywords(args, kwds,
543 PyObject *args,
553 if (!PyArg_ParseTupleAndKeywords(args, kwds,
614 PyObject *args,
621 if(!PyArg_ParseTuple(args, discard_const_p(char, "s"), &groupname)) {
661 PyObject *args,
674 if (!PyArg_ParseTupleAndKeywords(args, kwds,
758 static PyObject *py_sss_getgrouplist(PyObject *self, PyObject *args)
769 if(!PyArg_ParseTuple(args, discard_const_p(char, "s"), &username)) {
846 PyObject *args,
966 PyObject *args)
977 if (!PyArg_ParseTuple(args, discard_const_p(char, "s#i"),
1011 PyObject *args,
1021 if (!PyArg_ParseTuple(args, discard_const_p(char, "s"),
1061 PyObject *args,