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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/testsuite/nsswitch/
H A Dgetpwnam.exp14 set user_list [split [util_start "bin/wbinfo" "-u"] "\n"]
16 verbose $user_list
18 foreach { user } $user_list {
H A Dfinger.exp13 set user_list [split $output "\n"]
17 foreach { user } $user_list {
30 foreach { user } $user_list {
H A Dinitgroups.exp21 set user_list [split [util_start "bin/wbinfo" "-u"] "\n"]
23 verbose $user_list
25 foreach { user } $user_list {
H A Ddomusers.exp13 set user_list [util_start "getent" "passwd" ""]
15 foreach { user } [split $user_list "\n"] {
H A Dwbinfo.exp19 set user_list [util_start "bin/wbinfo" "-u"]
22 verbose "user list is:\n$user_list"
25 set user_list [split $user_list "\n"]
37 if {![regexp $user $user_list]} {
61 foreach { user } $user_list {
139 if { $name != [lindex $user_list $count] } {
197 set user_list [split $output "\n"]
199 foreach { user_entry } $user_list {
298 set gooduser_name [lindex [split [lindex $user_list
[all...]
H A Denvvar.exp15 set user_list [util_start "getent passwd"]
18 verbose "user list is:\n$user_list"
25 if { ![regexp "$domain/" $user_list] } {
263 if { $user_out != $user_list } {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dpassword.c370 char **user_list = str_list_make (lp_username(snum), NULL); local
371 if (user_list && str_list_substitute(user_list, "%S", lp_servicename(snum))) {
372 ret = user_in_list(user, (const char **)user_list, groups, n_groups);
374 if (user_list) str_list_free (&user_list);
498 char *user_list = NULL; local
501 user_list = SMB_STRDUP(session_userlist);
503 user_list = SMB_STRDUP("");
505 if (!user_list)
529 pstring user_list; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dxattr_user.c50 user_list(struct inode *inode, const char *name, int namelen, char *out) function
67 .list = user_list,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dusername.c448 struct sys_userlist *user_list; local
465 user_list = get_users_in_group(gname);
466 if (user_list == NULL) {
471 for (member = user_list; member; member = member->next) {
475 free_userlist(user_list);
480 free_userlist(user_list);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dapm.c190 static struct apm_user * user_list; variable in typeref:struct:apm_user
886 if (user_list == NULL)
888 for (as = user_list; as != NULL; as = as->next) {
985 for (as = user_list; as != NULL; as = as->next) {
1291 if (user_list == as)
1292 user_list = as->next;
1296 for (as1 = user_list;
1328 as->next = user_list;
1329 user_list = as;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nsswitch/
H A Dwinbindd_user.c483 struct winbindd_pw *user_list; local
503 user_list = (struct winbindd_pw *)state->response.extra_data;
551 &user_list[user_list_ndx]);

Completed in 81 milliseconds