Home
last modified time | relevance | path

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

/dports/lang/python27/Python-2.7.18/Modules/
H A Dposixmodule.h15 PyAPI_FUNC(PyObject *) _PyInt_FromGid(gid_t);
H A Dgrpmodule.c73 SET(setIndex++, _PyInt_FromGid(p->gr_gid)); in mkgrent()
H A Dpwdmodule.c77 PyStructSequence_SET_ITEM(v, setIndex++, _PyInt_FromGid(p->pw_gid)); in mkpwent()
H A 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()
8861 return Py_BuildValue("(NNN)", _PyInt_FromGid(rgid), in posix_getresgid()
8862 _PyInt_FromGid(egid), in posix_getresgid()
8863 _PyInt_FromGid(sgid)); in posix_getresgid()
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dposixmodule.h15 PyAPI_FUNC(PyObject *) _PyInt_FromGid(gid_t);
H A Dgrpmodule.c73 SET(setIndex++, _PyInt_FromGid(p->gr_gid)); in mkgrent()
H A Dpwdmodule.c77 PyStructSequence_SET_ITEM(v, setIndex++, _PyInt_FromGid(p->pw_gid)); in mkpwent()
H A 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()
8861 return Py_BuildValue("(NNN)", _PyInt_FromGid(rgid), in posix_getresgid()
8862 _PyInt_FromGid(egid), in posix_getresgid()
8863 _PyInt_FromGid(sgid)); in posix_getresgid()