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

/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpusers.c60 char *userlist = 0, *user, **users, *p; local
124 if (userlist)
126 userlist = optarg;
144 if (((list || deflt != -1) && (limit != -1 || userlist))
169 if (userlist) {
170 users = getlist(userlist, " \t", ",");
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.pm225 # "projid", "comment", "userlist", "grouplist"
265 # "userlist" - list ref to list of user name strings
326 $projent->{'userlist'} = $ref;
428 my @userlist;
435 @userlist = split(/$pattern/, $users);
438 if (!(@userlist)) {
439 return (0, \@userlist);
443 foreach $user (@userlist) {
461 return (0, \@userlist);
996 join(',', @{$projent->{'userlist'}}),
[all...]

Completed in 113 milliseconds