Home
last modified time | relevance | path

Searched refs:_PyInt_FromGid (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/
Dposixmodule.h15 PyAPI_FUNC(PyObject *) _PyInt_FromGid(gid_t);
Dgrpmodule.c73 SET(setIndex++, _PyInt_FromGid(p->gr_gid)); in mkgrent()
Dpwdmodule.c77 PyStructSequence_SET_ITEM(v, setIndex++, _PyInt_FromGid(p->pw_gid)); in mkpwent()
Dposixmodule.c369 _PyInt_FromGid(gid_t gid) in _PyInt_FromGid() function
1501 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()