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

/osnet-11/usr/src/lib/libsocket/inet/
H A Drcmd.c571 gid_t *grouplist = alloca(maxgrp * sizeof (gid_t)); local
611 if ((ngroups = getgroups(maxgrp, grouplist)) == -1)
622 (void) setgroups(ngroups, grouplist);
632 (void) setgroups(ngroups, grouplist);
642 (void) setgroups(ngroups, grouplist);
651 (void) setgroups(ngroups, grouplist);
/osnet-11/usr/src/lib/nsswitch/nis/common/
H A Dgetnetgrent.c70 struct grouplist *all_members;
71 struct grouplist *next_member;
74 struct grouplist { /* One element of the list generated by a setnetgrent() */ struct
76 struct grouplist *gl_nxt;
101 struct grouplist *mem;
140 struct grouplist *gl;
141 struct grouplist *next;
516 struct grouplist **headp = headp_arg;
517 struct grouplist *gl;
520 if ((gl = (struct grouplist *)mallo
[all...]
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt_token.c612 gid_t *grouplist = alloca(maxgrp * sizeof (gid_t)); local
614 if ((group_count = getgroups(maxgrp, grouplist)) > 0) {
616 au_to_newgroups(group_count, grouplist));
/osnet-11/usr/src/cmd/ldap/ns_ldap/
H A Dldapaddent.c3744 char *grouplist = strdup(s); local
3746 int grp_count = count_tokens(grouplist, ',');
3747 char *g = strsep(&grouplist, ",");
3750 free(grouplist);
3760 g = strsep(&grouplist, ",");
3763 free(grouplist);

Completed in 427 milliseconds