Searched refs:group_list (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/sudo-72/src/
H A Dmatch.c169 _runaslist_matches(user_list, group_list)
171 struct member_list *group_list;
181 if (tq_empty(user_list) && tq_empty(group_list))
220 tq_foreach_rev(group_list, m) {
255 runaslist_matches(user_list, group_list)
257 struct member_list *group_list;
261 group_list ? group_list : &empty);
/macosx-10.9.5/apache-786.1/httpd/modules/database/
H A Dmod_dbd.c89 static dbd_group_t *group_list; variable
271 group_list = NULL;
325 for (group = group_list; group; group = group->next) {
388 group->next = group_list;
389 group_list = group;
609 for (group = group_list; group; group = group->next) {
/macosx-10.9.5/PowerManagement-420.90.1/pmconfigd/
H A DPrivateLib.c2752 int group_list[NGROUPS_MAX+1]; local
2762 getgrouplist(pw->pw_name, pw->pw_gid, group_list, &ngroups);
2769 if (group_list[i] == adminGid) {
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dreadelf.c207 struct group_list
209 struct group_list *next;
215 struct group_list *root;
4555 struct group_list *g;
4607 g = xmalloc (sizeof (struct group_list));
5100 struct group_list *g = section_headers_groups [i]->root;
9417 struct group_list *g, *next;
205 struct group_list struct

Completed in 192 milliseconds