Searched refs:_PyInt_FromGid (Results 1 – 4 of 4) sorted by relevance
15 PyAPI_FUNC(PyObject *) _PyInt_FromGid(gid_t);
73 SET(setIndex++, _PyInt_FromGid(p->gr_gid)); in mkgrent()
77 PyStructSequence_SET_ITEM(v, setIndex++, _PyInt_FromGid(p->pw_gid)); in mkpwent()
369 _PyInt_FromGid(gid_t gid) in _PyInt_FromGid() function1501 PyStructSequence_SET_ITEM(v, 5, _PyInt_FromGid(st->st_gid)); in _pystat_fromstructstat()4050 return _PyInt_FromGid(getegid()); in posix_getegid()4076 return _PyInt_FromGid(getgid()); in posix_getgid()4181 PyObject *o = _PyInt_FromGid(alt_grouplist[i]); in posix_getgroups()8854 return Py_BuildValue("(NNN)", _PyInt_FromGid(rgid), in posix_getresgid()8855 _PyInt_FromGid(egid), in posix_getresgid()8856 _PyInt_FromGid(sgid)); in posix_getresgid()