Home
last modified time | relevance | path

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

12345678910>>...33

/src/sys/contrib/openzfs/
H A D.mailmap118 Adi Gollamudi <adigollamudi@gmail.com> <68113680+Adi-Goll@users.noreply.github.com>
119 ajs124 <git@ajs124.de> <ajs124@users.noreply.github.com>
120 Alek Pinchuk <apinchuk@axcient.com> <alek-p@users.noreply.github.com>
121 Aleksandr Liber <aleksandr.liber@perforce.com> <61714074+AleksandrLiber@users.noreply.github.com>
122 Alexander Lobakin <alobakin@pm.me> <solbjorn@users.noreply.github.com>
123 Alexey Smirnoff <fling@member.fsf.org> <fling-@users.noreply.github.com>
124 Allen Holl <allen.m.holl@gmail.com> <65494904+allen-4@users.noreply.github.com>
125 Alphan Yılmaz <alphanyilmaz@gmail.com> <a1ea321@users.noreply.github.com>
126 Ameer Hamza <ahamza@ixsystems.com> <106930537+ixhamza@users.noreply.github.com>
127 Andrew J. Hesford <ajh@sideband.org> <48421688+ahesford@users.noreply.github.com>>
[all …]
/src/contrib/flex/
H A DChangeLog1464 texi2dvi is unavailable and set TEXI2DVI=: to avoid giving users
1535 2015-11-13 lukeallardyce <lukeallardyce@users.sourceforge.net>
2721 2012-08-08 Robert Minsk <rminsk@users.sourceforge.net>
2725 2012-08-08 Robert Minsk <rminsk@users.sourceforge.net>
2751 2012-08-06 Elias Pipping <pipping@users.sourceforge.net>
2768 2012-08-04 nomis52 <nomis52@users.sourceforge.net>
2812 2012-07-29 Will Estes <wlestes@users.sourceforge.net>
2873 2012-07-23 Will Estes <wlestes@users.sourceforge.net>
2879 2012-07-22 Will Estes <wlestes@users.sourceforge.net>
2886 2012-07-22 Will Estes <wlestes@users.sourceforge.net>
[all …]
/src/contrib/kyua/utils/
H A Dpasswd_test.cpp117 std::vector< passwd_ns::user > users; in ATF_TEST_CASE_BODY() local
118 users.push_back(passwd_ns::user("myself2", 20, 40)); in ATF_TEST_CASE_BODY()
119 users.push_back(passwd_ns::user("myself1", 10, 15)); in ATF_TEST_CASE_BODY()
120 users.push_back(passwd_ns::user("myself3", 30, 60)); in ATF_TEST_CASE_BODY()
121 passwd_ns::set_mock_users_for_testing(users); in ATF_TEST_CASE_BODY()
149 std::vector< passwd_ns::user > users; in ATF_TEST_CASE_BODY() local
150 users.push_back(passwd_ns::user("myself2", 20, 40)); in ATF_TEST_CASE_BODY()
151 users.push_back(passwd_ns::user("myself1", 10, 15)); in ATF_TEST_CASE_BODY()
152 users.push_back(passwd_ns::user("myself3", 30, 60)); in ATF_TEST_CASE_BODY()
153 passwd_ns::set_mock_users_for_testing(users); in ATF_TEST_CASE_BODY()
H A Dpasswd.cpp190 passwd_ns::set_mock_users_for_testing(const std::vector< user >& users) in set_mock_users_for_testing() argument
192 PRE(!users.empty()); in set_mock_users_for_testing()
193 mock_users = users; in set_mock_users_for_testing()
/src/usr.sbin/lpr/lprm/
H A Dlprm.c66 int users; /* # of users in user array */ variable
117 if (!users) { in main()
118 users = -1; in main()
125 if (users < 0) in main()
132 if (users >= MAXUSERS) in main()
134 user[users++] = arg; in main()
/src/contrib/sendmail/contrib/
H A 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 …]
/src/tests/sys/cddl/zfs/tests/acl/nontrivial/
H A Dzfs_acl_chmod_rwx_003_pos.ksh59 set -A users \
134 log_must set_cur_usr ${users[i]}
137 test_chmod_basic_access $testfile ${users[((i+1))]} ${users[((i+2))]}
139 test_chmod_basic_access $testdir ${users[((i+1))]} ${users[((i+2))]}
H A Dzfs_acl_chmod_xattr_002_pos.ksh71 set -A users \
227 setup_test_files $TESTDIR/basedir ${users[i]} ${users[((i+1))]}
233 test_chmod_basic_access $target ${users[i]} \
237 test_chmod_basic_access $target ${users[i]} \
/src/usr.sbin/quot/
H A Dquot.c181 } *users; variable
192 if ((users = calloc(nusers, sizeof(*users))) == NULL) in inituser()
195 for (usr = users, i = nusers; i-- > 0; usr++) { in inituser()
209 svusr = users; in usrrehash()
211 if ((users = calloc(nusers, sizeof(*users))) == NULL) in usrrehash()
214 for (usrn = users + usr->uid % nusers; usrn->name; usrn--) { in usrrehash()
215 if (usrn <= users) in usrrehash()
230 for (usr = users + uid % nusers, i = nusers; i-- > 0; usr--) { in user()
242 if (usr <= users) in user()
260 #define sortusers(users) \ argument
[all …]
/src/usr.bin/mail/misc/
H A 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
/src/contrib/libpcap/doc/
H A DREADME.macos1 As with other systems using BPF, macOS allows users with read access to
2 the BPF devices to capture packets with libpcap and allows users with
7 changed to give users other than root permission to read or write those
12 devices to give users other than root permission to read or write those
28 devices to rw-rw----, so that all users in the "admin" group - i.e., all
29 users with "Allow user to administer this computer" turned on - have
62 devices, rather than giving all administrative users permission to
66 give the administrative users permission to read but not write the BPF
73 traffic, non-root users who cannot open the BPF devices for writing will
/src/
H A D.mailmap11 Michal Meloun <mmel@FreeBSD.org> <strejda@users.noreply.github.com>
12 Dmitriy Alexandrov <d06alexandrov@gmail.com> <d06alexandrov@users.noreply.github.com>
13 Alfonso Gregory <gfunni234@gmail.com> <83477269+AtariDreams@users.noreply.github.com>
14 Alfonso Gregory <gfunni234@gmail.com> <83477269+gAlfonso-bit@users.noreply.github.com>
15 Jose Luis Duran <jlduran@FreeBSD.org> <jlduran@users.noreply.github.com>
/src/crypto/openssl/
H A DSUPPORT.md10 In this case the [openssl-users] mailing list is the right place for you.
12 other OpenSSL users. Here you will most likely get the answer to your questions.
36 [openssl-users] mailing list first.
69 - [openssl-users] for general questions about using the OpenSSL software
70 and discussions between OpenSSL users.
77 Only subscribers can post to [openssl-users] or [openssl-project]. The
88 [openssl-users]: https://mta.openssl.org/mailman/listinfo/openssl-users
/src/usr.sbin/lpr/common_source/
H A Drmjob.c91 if (users < 0) { in rmjob()
96 users = 1; in rmjob()
256 if (users == 0 && requests == 0) in chk()
267 for (u = user; u < &user[users]; u++) in chk()
324 if (users > 0) in rmremote()
325 niov = 4 + 2 * users + requests + 1; in rmremote()
336 for (i = 0; i < users; i++) { in rmremote()
H A Drequest.c52 TAILQ_INIT(&rp->users); in init_request()
70 while ((ru = TAILQ_FIRST(&rp->users)) != NULL) { in free_request()
71 TAILQ_REMOVE(&rp->users, ru, ru_link); in free_request()
/src/libexec/nuageinit/tests/
H A Dnuageinit.sh47 users:*:1:
111 users:*:1:
117 - cloud-users
118 users:
125 groups: users
139 users:*:1:foobar
141 cloud-users:*:1002:
180 users:*:1:
258 users:*:1:
285 users:*:1:
[all …]
/src/contrib/kyua/engine/
H A Dconfig_test.cpp61 std::vector< passwd::user > users; in set_mock_users() local
62 users.push_back(passwd::user("user1", 100, 150)); in set_mock_users()
63 users.push_back(passwd::user("user2", 200, 250)); in set_mock_users()
64 passwd::set_mock_users_for_testing(users); in set_mock_users()
/src/contrib/wpa/hostapd/
H A Dhostapd.eap_user_sqlite1 CREATE TABLE users(
15 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1);
16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
/src/tools/LibraryReport/
H A DLibraryReport.tcl242 set users [lsort $Libs($lib)];
243 puts [format "%-30s %s" $lib $users];
249 set users [lsort $Libs($lib)];
250 puts [format "%-30s %s" $lib $users];
/src/usr.sbin/config/
H A Dmkoptions.cc46 static struct users { struct
50 } users = { 8, 2, 512 }; argument
78 } else if (maxusers < users.u_min) { in options()
80 users.u_min); in options()
81 maxusers = users.u_min; in options()
82 } else if (maxusers > users.u_max) in options()
84 users.u_max, maxusers); in options()
/src/usr.sbin/lpr/lpq/
H A Dlpq.c61 int users; /* # of users in user array */ variable
112 if (users >= MAXUSERS) in main()
114 user[users++] = *argv; in main()
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULowerKernelAttributes.cpp108 for (User *U : CI->users()) { in processUse()
227 for (User *ICmp : BlockCount->users()) { in processUse()
277 for (User *U : GroupSize->users()) { in processUse()
282 for (User *UMin : ZextGroupSize->users()) { in processUse()
334 for (auto *U : BasePtr->users()) { in runOnModule()
/src/usr.sbin/bsdconfig/usermgmt/include/
H A 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
/src/contrib/sendmail/cf/cf/
H A Dmail.eecs.mc31 define(`confUSERDB_SPEC', `/usr/local/lib/users.eecs.db,/usr/local/lib/users.cs.db,/usr/local/lib/u…
/src/sys/ofed/drivers/infiniband/core/
H A Dsa.h44 atomic_inc(&client->users); in ib_sa_client_get()
49 if (atomic_dec_and_test(&client->users)) in ib_sa_client_put()

12345678910>>...33