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

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dauth.h35 grub_err_t grub_auth_check_authentication (const char *userlist);
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dauth.c133 is_authenticated (const char *userlist) argument
148 if ((userlist && grub_strword (userlist, user->name))
200 grub_auth_check_authentication (const char *userlist) argument
210 if (is_authenticated (userlist))
236 if (is_authenticated (userlist))
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.pm224 # "projid", "comment", "userlist", "grouplist"
264 # "userlist" - list ref to list of user name strings
325 $projent->{'userlist'} = $ref;
427 my @userlist;
434 @userlist = split(/$pattern/, $users);
437 if (!(@userlist)) {
438 return (0, \@userlist);
442 foreach $user (@userlist) {
460 return (0, \@userlist);
995 join(',', @{$projent->{'userlist'}}),
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm867 my $userlist = getusers();
868 shift @$userlist;
869 foreach $u (@$userlist) {

Completed in 26 milliseconds