Searched defs:grouplist (Results 1 - 3 of 3) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Disakmp_cfg.h95 char **grouplist; member in struct:isakmp_cfg_config
/external/python/cpython2/Modules/
H A Dposixmodule.c4084 gid_t grouplist[MAX_GROUPS]; local
4094 gid_t* alt_grouplist = grouplist;
4099 * there are more groups than can fit in grouplist. Therefore, on OS X
4108 alt_grouplist = grouplist;
4119 if (alt_grouplist != grouplist) {
4125 n = getgroups(MAX_GROUPS, grouplist);
4134 alt_grouplist = grouplist;
4167 if (alt_grouplist != grouplist) {
6081 gid_t grouplist[MAX_GROUPS]; local
6103 if (!_Py_Gid_Converter(elem, &grouplist[
[all...]
/external/python/cpython3/Modules/
H A Dposixmodule.c6069 gid_t grouplist[MAX_GROUPS]; local
6079 gid_t* alt_grouplist = grouplist;
6084 * there are more groups than can fit in grouplist. Therefore, on OS X
6093 alt_grouplist = grouplist;
6104 if (alt_grouplist != grouplist) {
6110 n = getgroups(MAX_GROUPS, grouplist);
6119 alt_grouplist = grouplist;
6152 if (alt_grouplist != grouplist) {
6652 gid_t grouplist[MAX_GROUPS]; local
6674 if (!_Py_Gid_Converter(elem, &grouplist[
[all...]

Completed in 126 milliseconds