Searched refs:users (Results 1 - 25 of 55) sorted by relevance

123

/freebsd-10-stable/usr.bin/users/
H A DMakefile4 PROG= users
/freebsd-10-stable/usr.sbin/lpr/lprm/
H A Dlprm.c53 * and startup a new daemon. Priviledged users may remove anyone's spool
77 char *user[MAXUSERS]; /* users to process */
78 int users; /* # of users in user array */ variable
129 if (!users) {
130 users = -1;
137 if (users < 0)
144 if (users >= MAXUSERS)
145 fatal(0, "Too many users");
146 user[users
[all...]
/freebsd-10-stable/contrib/byacc/package/pkgsrc/
H A DMakefile10 MAINTAINER= pkgsrc-users@NetBSD.org
/freebsd-10-stable/usr.sbin/lpr/common_source/
H A Drequest.c54 TAILQ_INIT(&rp->users);
72 while ((ru = TAILQ_FIRST(&rp->users)) != 0) {
73 TAILQ_REMOVE(&rp->users, ru, ru_link);
H A Drmjob.c97 if (users < 0) {
102 users = 1;
262 if (users == 0 && requests == 0)
273 for (u = user; u < &user[users]; u++)
283 * Normal users can only remove the file from where it was sent.
323 * 2 * users == " " + user[i] for each user
330 if (users > 0)
331 niov = 4 + 2 * users + requests + 1;
342 for (i = 0; i < users; i++) {
H A Dlp.h144 struct req_user_head users; /* list of users to query/delete */ member in struct:request
175 extern char *user[]; /* users to process */
176 extern int users; /* # of users in user array */
/freebsd-10-stable/tools/LibraryReport/
H A DLibraryReport.tcl243 set users [lsort $Libs($lib)];
244 puts [format "%-30s %s" $lib $users];
250 set users [lsort $Libs($lib)];
251 puts [format "%-30s %s" $lib $users];
/freebsd-10-stable/sys/ofed/drivers/infiniband/core/
H A Dsa.h42 atomic_inc(&client->users);
47 if (atomic_dec_and_test(&client->users))
/freebsd-10-stable/usr.sbin/lpr/lpq/
H A Dlpq.c72 char *user[MAXUSERS]; /* users to process */
73 int users; /* # of users in user array */ variable
124 if (users >= MAXUSERS)
125 fatal(0, "too many users");
126 user[users++] = *argv;
/freebsd-10-stable/usr.sbin/pc-sysinstall/backend/
H A DMakefile9 functions-upgrade.sh functions-users.sh \
H A Dparseconfig.sh49 . ${BACKEND}/functions-users.sh
/freebsd-10-stable/contrib/sendmail/contrib/
H A Dexpn.pl84 # @users = $users{@hosts[0]} : addresses to expand at this server
85 # $u = $users[0] : the current address being expanded
86 # $names{"$users[0] *** $server"} : the 'name' associated with the address
87 # $mxbacktrace{"$users[0] *** $server"} : record of mx expansion
89 # $domainify_fallback{"$users[0] *** $server"} : alternative names to try
91 # $temporary_redirect{"$users[0] *** $server"} : when trying alternates,
150 @users = split(' ',$users{$server});
151 delete $users{
[all...]
/freebsd-10-stable/usr.sbin/quot/
H A Dquot.c232 } *users; variable in typeref:struct:user
243 if (!(users =
245 errx(1, "allocate users");
247 for (usr = users, i = nusers; --i >= 0; usr++) {
261 svusr = users;
263 if (!(users = (struct user *)calloc(nusers,sizeof(struct user))))
264 errx(1, "allocate users");
266 for (usrn = users + (usr->uid&(nusers - 1)); usrn->name;
268 if (usrn <= users)
269 usrn = users
[all...]
/freebsd-10-stable/usr.sbin/config/
H A Dmkoptions.c51 static struct users { struct
55 } users = { 8, 2, 512 }; variable in typeref:struct:users
81 } else if (maxusers < users.u_min) {
83 users.u_min);
84 maxusers = users.u_min;
85 } else if (maxusers > users.u_max)
87 users.u_max, maxusers);
/freebsd-10-stable/contrib/amd/scripts/
H A Dexpn.186 # @users = $users{@hosts[0]} : addresses to expand at this server
87 # $u = $users[0] : the current address being expanded
88 # $names{"$users[0] *** $server"} : the 'name' associated with the address
89 # $mxbacktrace{"$users[0] *** $server"} : record of mx expansion
91 # $domainify_fallback{"$users[0] *** $server"} : alternative names to try
93 # $temporary_redirect{"$users[0] *** $server"} : when trying alternates,
158 @users = split(' ',$users{$server});
159 delete $users{
[all...]
H A Dexpn.in85 # @users = $users{@hosts[0]} : addresses to expand at this server
86 # $u = $users[0] : the current address being expanded
87 # $names{"$users[0] *** $server"} : the 'name' associated with the address
88 # $mxbacktrace{"$users[0] *** $server"} : record of mx expansion
90 # $domainify_fallback{"$users[0] *** $server"} : alternative names to try
92 # $temporary_redirect{"$users[0] *** $server"} : when trying alternates,
157 @users = split(' ',$users{$server});
158 delete $users{
[all...]
/freebsd-10-stable/crypto/heimdal/appl/login/
H A Dlogin_access.c30 /* Delimiters for fields and for lists of users, ttys or hosts. */
63 char *users; /* becomes list of login names */ local
101 || !(users = strtok_r(NULL, fs, &foo))
116 && list_match(users, &item, user_match));
/freebsd-10-stable/crypto/heimdal/appl/rsh/
H A Dlogin_access.c30 /* Delimiters for fields and for lists of users, ttys or hosts. */
63 char *users; /* becomes list of login names */ local
101 || !(users = strtok_r(NULL, fs, &foo))
116 && list_match(users, &item, user_match));
/freebsd-10-stable/lib/libpam/modules/pam_login_access/
H A Dlogin_access.c34 /* Delimiters for fields and for lists of users, ttys or hosts. */
59 char *users; /* becomes list of login names */ local
89 || !(users = strtok((char *) 0, fs))
102 && list_match(users, user, user_match));
/freebsd-10-stable/contrib/subversion/subversion/libsvn_client/
H A Dcopy_foreign.c70 int users; member in struct:dir_baton_t
86 db->users = 1;
118 pb->users++;
123 db->users = 1;
184 /* Releases the directory baton if there are no more users */
188 db->users--;
190 if (db->users == 0)
271 pb->users++;
/freebsd-10-stable/sys/gnu/dts/arm/
H A Ddra7.dtsi454 ti,mbox-num-users = <3>;
468 ti,mbox-num-users = <4>;
482 ti,mbox-num-users = <4>;
496 ti,mbox-num-users = <4>;
510 ti,mbox-num-users = <4>;
524 ti,mbox-num-users = <4>;
538 ti,mbox-num-users = <4>;
552 ti,mbox-num-users = <4>;
566 ti,mbox-num-users = <4>;
580 ti,mbox-num-users
[all...]
/freebsd-10-stable/contrib/wpa/wpa_supplicant/
H A Dbss.h27 unsigned int users; member in struct:wpa_bss_anqp
/freebsd-10-stable/tests/sys/acl/
H A Drun168 my ($group, $passwd, $gid, $users) = split /:/;
169 foreach my $u (split /,/, $users) {
/freebsd-10-stable/tools/tools/portsinfo/
H A Dportsinfo.sh22 The FreeBSD Ports Collection offers a simple way for users and
/freebsd-10-stable/usr.sbin/lpr/lpd/
H A Dlpd.c55 * \3printer [users ...] [jobs ...]\n
57 * \4printer [users ...] [jobs ...]\n
59 * \5printer person [users ...] [jobs ...]\n
453 char *user[MAXUSERS]; /* users to process */
454 int users; /* # of users in user array */ variable
532 if (users >= MAXUSERS)
533 fatal(0, "Too many users");
534 user[users++] = cp;
569 if (users >
[all...]

Completed in 184 milliseconds

123