Home
last modified time | relevance | path

Searched defs:basegid (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Modules/clinic/
Dposixmodule.c.h3212 int basegid; in os_getgrouplist() local
3266 gid_t basegid; in os_getgrouplist() local
/third_party/python/Modules/
Dposixmodule.c7449 os_getgrouplist_impl(PyObject *module, const char *user, int basegid) in os_getgrouplist_impl()