Home
last modified time | relevance | path

Searched refs:users (Results 1 – 25 of 520) sorted by relevance

12345678910>>...21

/freebsd-9-stable/usr.sbin/lpr/lprm/
Dlprm.c77 int users; /* # of users in user array */ variable
128 if (!users) { in main()
129 users = -1; in main()
136 if (users < 0) in main()
143 if (users >= MAXUSERS) in main()
145 user[users++] = arg; in main()
/freebsd-9-stable/contrib/sendmail/contrib/
Dexpn.pl150 @users = split(' ',$users{$server});
151 delete $users{$server};
161 next HOST if &mxredirect($server,*users);
169 &mxlookup(1,$server,"$server: could not resolve name",*users);
184 unless (&mxlookup(0,$server,"$server: could not connect: $!",*users)) {
205 if (&mxlookup(0,$server,"$server: did not respond with a 220 greeting",*users)) {
215 unless (&mxlookup(0,$server,"$server: did not respond with SMTP codes",*users)) {
237 while(@users) {
238 $u = shift(@users);
422 push(@users,$user) if $user;
[all …]
/freebsd-9-stable/contrib/cvs/contrib/
Dmfpipe.in85 $users = "$users $arg";
89 if ($users) {
90 $mailcmd = "$mailcmd $users";
105 print MAIL $_ if ($users);
Dlog.in97 my $users;
109 $users = "$users " . shift @ARGV;
155 if ($users) {
156 $mailcmd = "$mailcmd $users";
/freebsd-9-stable/usr.bin/mail/misc/
Dmail.tildehelp8 ~b users Add users to Bcc list
9 ~c users Add users to Cc list
27 ~t users Add users to the To list
/freebsd-9-stable/usr.sbin/quot/
Dquot.c232 } *users; variable
243 if (!(users = in inituser()
247 for (usr = users, i = nusers; --i >= 0; usr++) { in inituser()
261 svusr = users; in usrrehash()
263 if (!(users = (struct user *)calloc(nusers,sizeof(struct user)))) in usrrehash()
266 for (usrn = users + (usr->uid&(nusers - 1)); usrn->name; in usrrehash()
268 if (usrn <= users) in usrrehash()
269 usrn = users + nusers; in usrrehash()
283 for (usr = users + (uid&(nusers - 1)), i = nusers; --i >= 0; in user()
304 if (usr <= users) in user()
[all …]
/freebsd-9-stable/contrib/amd/scripts/
Dexpn.1158 @users = split(' ',$users{$server});
159 delete $users{$server};
169 next HOST if &mxredirect($server,*users);
177 &mxlookup(1,$server,"$server: could not resolve name",*users);
194 unless (&mxlookup(0,$server,"$server: could not connect: $!",*users)) {
215 if (&mxlookup(0,$server,"$server: did not respond with a 220 greeting",*users)) {
225 unless (&mxlookup(0,$server,"$server: did not respond with SMTP codes",*users)) {
247 while(@users) {
248 $u = shift(@users);
432 push(@users,$user) if $user;
[all …]
Dexpn.in157 @users = split(' ',$users{$server});
158 delete $users{$server};
168 next HOST if &mxredirect($server,*users);
176 &mxlookup(1,$server,"$server: could not resolve name",*users);
193 unless (&mxlookup(0,$server,"$server: could not connect: $!",*users)) {
214 if (&mxlookup(0,$server,"$server: did not respond with a 220 greeting",*users)) {
224 unless (&mxlookup(0,$server,"$server: did not respond with SMTP codes",*users)) {
246 while(@users) {
247 $u = shift(@users);
431 push(@users,$user) if $user;
[all …]
/freebsd-9-stable/usr.sbin/lpr/common_source/
Drmjob.c98 if (users < 0) { in rmjob()
103 users = 1; in rmjob()
263 if (users == 0 && requests == 0) in chk()
274 for (u = user; u < &user[users]; u++) in chk()
331 if (users > 0) in rmremote()
332 niov = 4 + 2 * users + requests + 1; in rmremote()
343 for (i = 0; i < users; i++) { in rmremote()
Drequest.c54 TAILQ_INIT(&rp->users); in init_request()
72 while ((ru = TAILQ_FIRST(&rp->users)) != 0) { in free_request()
73 TAILQ_REMOVE(&rp->users, ru, ru_link); in free_request()
/freebsd-9-stable/usr.sbin/config/
Dmkoptions.c51 static struct users { struct
55 } users = { 8, 2, 512 }; argument
81 } else if (maxusers < users.u_min) { in options()
83 users.u_min); in options()
84 maxusers = users.u_min; in options()
85 } else if (maxusers > users.u_max) in options()
87 users.u_max, maxusers); in options()
/freebsd-9-stable/tools/LibraryReport/
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-9-stable/contrib/opie/
DINSTALL21 If you would like to use an access file to allow users from some hosts
40 users can create a file named ".opiealways" in their home directory to
67 --enable-retype: Ask users to re-type their secret pass phrases
68 On the one hand, this helps prevent users from having to go generate
70 mistyped. On the other hand, it's annoying. If this is enabled, users
72 the retype check, which allows users who don't like the retype check
77 account is never meant for human users. Therefore, it doesn't make
88 the prompt for the password. If you have users that use such scripts,
92 --enable-insecure-override: Allow users to override insecure checks
107 commands of potentially hostile users. If you enable this option, it
[all …]
/freebsd-9-stable/usr.sbin/bsdconfig/usermgmt/include/
Dusermgmt.hlp1 These screens allow you to add groups and users to your system.
13 group for your users. Common names for such a group are "users", or
15 permissions for users that belong to the same group. Several group
22 distinguish users and groups -- hence they should normally be unique
74 default shell is /bin/sh, some users prefer the more historic
/freebsd-9-stable/usr.sbin/lpr/lpq/
Dlpq.c73 int users; /* # of users in user array */ variable
124 if (users >= MAXUSERS) in main()
126 user[users++] = *argv; in main()
/freebsd-9-stable/contrib/sendmail/cf/cf/
Dmail.eecs.mc31 define(`confUSERDB_SPEC', `/usr/local/lib/users.eecs.db,/usr/local/lib/users.cs.db,/usr/local/lib/u…
/freebsd-9-stable/crypto/heimdal/doc/
Dmigration.texi29 @item Let a small number of controlled users use Kerberos 5 tools.
31 Find a sample population of your users and check what programs they use,
35 @item Let all users use the Kerberos 5 tools by default.
/freebsd-9-stable/contrib/cvs/src/
Dadmin.c706 char **users; local
716 line2argv (&argc, &users, arg + 2, " ,\t\n");
719 RCS_addaccess (rcs, users[u]);
724 RCS_delaccess (rcs, users[u]);
725 free_names (&argc, users);
745 line2argv (&argc, &users, p, " \t\n");
750 RCS_addaccess (rcs, users[u]);
751 free_names (&argc, users);
/freebsd-9-stable/contrib/tcpdump/
DCREDITS20 Andrew Church <andrew at users dot sourceforge dot net>
21 Andrew Hintz <adhintz at users dot sourceforge dot net>
44 Christian Sievers <c_s at users dot sourceforge dot net>
141 Neil T. Spring <bluehal at users dot sourceforge dot net>
145 Noritoshi Demizu <demizu at users dot sourceforge dot net>
159 <pfhunt at users dot sourceforge dot net>
163 Randy Sofia <rsofia at users dot sourceforge dot net>
167 Rick Watson <watsonrick at users dot sourceforge dot net>
175 Scott Rose <syberpunk at users dot sourceforge dot net>
191 Victor Oppleman <oppleman at users dot sourceforge dot net>
[all …]
/freebsd-9-stable/usr.sbin/sysinstall/help/
Dusermgmt.hlp1 These screens allow you to add groups and users to your system.
23 group for your users. Common names for such a group are "users", or
25 permissions for users that belong to the same group. Several group
32 distinguish users and groups -- hence they should normally be unique
87 default shell is /bin/sh, some users prefer the more historic
/freebsd-9-stable/lib/libpam/modules/pam_login_access/
Dlogin_access.c59 char *users; /* becomes list of login names */ in login_access() local
89 || !(users = strtok((char *) 0, fs)) in login_access()
102 && list_match(users, user, user_match)); in login_access()
/freebsd-9-stable/crypto/openssl/demos/sign/
Dsig.txt4 Received: (from daemon@localhost) by cygnus.mincom.oz.au (8.7.5/8.7.3) id LAA18980 for ssl-users-ou…
5 …247]) by cygnus.mincom.oz.au (8.7.5/8.7.3) with SMTP id LAA18962 for <ssl-users@listserv.mincom.oz…
7 (5.65c/IDA-1.4.4 for ssl-users@listserv.mincom.oz.au); Mon, 30 Sep 1996 11:38:41 +1000
8 …53.2]) by bunyip.cc.uq.oz.au (8.7.6/8.7.3) with SMTP id LAA15824 for <ssl-users@mincom.com>; Mon, …
13 To: ssl-users@mincom.com
/freebsd-9-stable/contrib/sendmail/cf/domain/
DCS.Berkeley.EDU.m419 `/usr/sww/share/lib/users.cs.db,/usr/sww/share/lib/users.eecs.db')dnl
/freebsd-9-stable/crypto/heimdal/appl/login/
Dlogin_access.c63 char *users; /* becomes list of login names */ in login_access() local
101 || !(users = strtok_r(NULL, fs, &foo)) in login_access()
116 && list_match(users, &item, user_match)); in login_access()
/freebsd-9-stable/crypto/heimdal/appl/rsh/
Dlogin_access.c63 char *users; /* becomes list of login names */ in login_access() local
101 || !(users = strtok_r(NULL, fs, &foo)) in login_access()
116 && list_match(users, &item, user_match)); in login_access()

12345678910>>...21