/titanic_41/usr/src/cmd/ypcmd/revnetgroup/ |
H A D | getgroup.c | 59 static struct grouplist *grouplist; /* stores a list of users in a group */ variable 72 struct grouplist *gl; in freegrouplist() 74 for (gl = grouplist; gl != NULL; gl = gl->gl_nxt) { in freegrouplist() 80 grouplist = NULL; in freegrouplist() 86 struct grouplist * 92 return (grouplist); 112 struct grouplist *gpls; 148 gpls = MALLOC(struct grouplist); 160 gpls->gl_nxt = grouplist; 161 grouplist = gpls;
|
H A D | getgroup.h | 37 struct grouplist { struct 41 struct grouplist *gl_nxt; argument 44 struct grouplist *my_getgroup();
|
H A D | revnetgroup.c | 87 static void storegroup(char *group, struct grouplist *glist, int byuser); 100 struct grouplist *glist; 182 storegroup(char *group, struct grouplist *glist, int byuser) in storegroup()
|
/titanic_41/usr/src/lib/nsswitch/nis/common/ |
H A D | getnetgrent.c | 70 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; argument 101 struct grouplist *mem; 140 struct grouplist *gl; 141 struct grouplist *next; 516 struct grouplist **headp = headp_arg; in save_triple() 517 struct grouplist *gl; in save_triple() 520 if ((gl = (struct grouplist *)malloc(sizeof (*gl))) == 0) { in save_triple()
|
/titanic_41/usr/src/lib/libbc/libc/sys/sys5/ |
H A D | setgroups.c | 41 setgroups(int ngroups, gid_t grouplist[]) in setgroups() argument 51 glist[i] = (int)grouplist[i]; in setgroups()
|
H A D | getgroups.c | 40 getgroups(int gidsetsize, gid_t grouplist[]) in getgroups() argument 49 grouplist[i] = (gid_t)glist[i]; in getgroups()
|
/titanic_41/usr/src/cmd/id/ |
H A D | id.c | 380 static int getusergroups(gidsetsize, grouplist, user, prgid) in getusergroups() argument 382 gid_t *grouplist; 395 grouplist[ngroups] = group->gr_gid; 400 grouplist[ngroups++] = prgid;
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ippool_y.y | 86 %type <ipe> groupentry setgrouplist grouplist 177 setgroup hashopts start grouplist end 221 grouplist: 223 | groupentry next grouplist { $$ = $1; $1->ipe_next = $3; } 224 | addrmask next grouplist { $$ = calloc(1, sizeof(iphtent_t));
|
/titanic_41/usr/src/lib/libsocket/inet/ |
H A D | rcmd.c | 568 gid_t *grouplist = alloca(maxgrp * sizeof (gid_t)); in ruserok() local 608 if ((ngroups = getgroups(maxgrp, grouplist)) == -1) in ruserok() 619 setgroups(ngroups, grouplist); in ruserok() 629 setgroups(ngroups, grouplist); in ruserok() 639 setgroups(ngroups, grouplist); in ruserok() 648 setgroups(ngroups, grouplist); in ruserok()
|
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Project/ |
H A D | Project.pm | 479 my @grouplist; 486 @grouplist = split(/$pattern/, $groups); 489 if (!(@grouplist)) { 490 return (0, \@grouplist); 494 foreach $group (@grouplist) { 513 return (0, \@grouplist);
|
/titanic_41/usr/src/lib/libipmp/common/ |
H A D | ipmp_query.h | 91 IPMP_LIST_SIZE(grouplist, LIFGRNAMSIZ, ngr)
|
/titanic_41/usr/src/lib/libbsm/common/ |
H A D | adt_token.c | 604 gid_t *grouplist = alloca(maxgrp * sizeof (gid_t)); in adt_to_subject() local 606 if ((group_count = getgroups(maxgrp, grouplist)) > 0) { in adt_to_subject() 608 au_to_newgroups(group_count, grouplist)); in adt_to_subject()
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | mks.h | 364 LEXTERN int m_setgroups (int gidsetsize, gid_t grouplist[]);
|
/titanic_41/usr/src/cmd/ldap/ns_ldap/ |
H A D | ldapaddent.c | 3745 char *grouplist = strdup(s); in genent_project() local 3747 int grp_count = count_tokens(grouplist, ','); in genent_project() 3748 char *g = strsep(&grouplist, ","); in genent_project() 3751 free(grouplist); in genent_project() 3761 g = strsep(&grouplist, ","); in genent_project() 3764 free(grouplist); in genent_project()
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | conf.c | 2892 setgroups(ngroups, grouplist) in setgroups() argument 2894 GIDSET_T grouplist[];
|