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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/testsuite/nsswitch/
H A Dgetgrnam.exp14 set group_list [split [util_start "bin/wbinfo" "-g"] "\n"]
16 verbose $group_list
18 foreach {group} $group_list {
H A Ddomusers.exp22 set group_list [util_start "getent" "group" ""]
24 foreach { group } [split $group_list "\n"] {
H A Dgroupmem_dom.exp7 set group_list [split [util_start "getent group" ""] "\n"]
10 foreach { group } $group_list {
H A Dwbinfo.exp20 set group_list [util_start "bin/wbinfo" "-g"]
23 verbose "group list is:\n$group_list"
26 set group_list [split $group_list "\n"]
48 if {![regexp $group $group_list]} {
91 foreach { group } $group_list {
172 if { $name != [lindex $group_list $count] } {
217 set group_list [split $output "\n"]
219 foreach { group_entry } $group_list {
301 set goodgroup_name [lindex [split [lindex $group_list
[all...]
H A Denvvar.exp16 set group_list [util_start "getent group"]
19 verbose "group list is:\n$group_list"
32 if { ![regexp "$domain/" $group_list] } {
272 if { $group_out != $group_list } {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Duid.c160 gid_t *group_list = NULL; local
200 group_list = conn->groups;
207 group_list = vuser->groups;
241 if (group_list[i] == conn->gid) {
257 current_user.ut.groups = group_list;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libpwdgrp/
H A Dpwd_grp.c475 gid_t *group_list; local
484 group_list = (gid_t *) malloc(8*sizeof(gid_t *));
485 if (group_list
488 *group_list = gid;
498 realloc(group_list,
504 group_list = tmp;
506 group_list[num_groups++] = group.gr_gid;
513 rv = setgroups(num_groups, group_list);
518 /* group_list will be NULL if initial malloc failed, which may trigger
520 free(group_list);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/ppc4xx/
H A Dadma.h131 * @group_list: list of slots that make up a multi-descriptor transaction
155 struct list_head group_list; /* list */ member in struct:ppc440spe_adma_desc_slot
H A Dadma.c349 list_for_each_entry(iter, &desc->group_list, chain_node) {
354 &desc->group_list))) {
380 iter = list_first_entry(&desc->group_list,
400 list_for_each_entry_from(iter, &desc->group_list, chain_node) {
411 iter = list_first_entry(&desc->group_list,
430 list_for_each_entry_from(iter, &desc->group_list,
458 iter = list_first_entry(&desc->group_list,
468 list_for_each_entry_from(iter, &desc->group_list, chain_node) {
489 &desc->group_list))) {
1682 list_for_each_entry(iter, &tdesc->group_list, chain_nod
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsystem.c919 GID_T *group_list;
939 if((group_list = (GID_T *)malloc(setlen * sizeof(GID_T))) == NULL) {
944 if((ngroups = getgroups(setlen, group_list)) < 0) {
946 SAFE_FREE(group_list);
952 gidset[i] = (gid_t)group_list[i];
954 SAFE_FREE(group_list);
976 GID_T *group_list;
992 if((group_list = (GID_T *)malloc(setlen * sizeof(GID_T))) == NULL) {
998 group_list[i] = (GID_T) gidset[i];
1000 if(setgroups(setlen, group_list) !
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/nsswitch/
H A Dwinbindd_group.c904 struct winbindd_gr *group_list = NULL; local
934 group_list = (struct winbindd_gr *)state->response.extra_data.data;
1036 result = fill_grent(&group_list[group_list_ndx],
1046 group_list[group_list_ndx].num_gr_mem = 0;
1064 group_list[group_list_ndx].num_gr_mem = (uint32)num_gr_mem;
1073 if (!gr_mem_list && (group_list[group_list_ndx].num_gr_mem != 0)) {
1087 group_list[group_list_ndx].gr_mem_ofs =

Completed in 87 milliseconds