| /freebsd-13.1/contrib/flex/ |
| H A D | ChangeLog | 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> 2903 2012-07-22 Will Estes <wlestes@users.sourceforge.net> 2907 2012-06-23 Will Estes <wlestes@users.sourceforge.net> 2911 2012-06-22 Will Estes <wlestes@users.sourceforge.net> 2915 2012-04-27 Will Estes <wlestes@users.sourceforge.net> 3160 nullnix@users.sourceforge.net [all …]
|
| /freebsd-13.1/contrib/kyua/utils/ |
| H A D | passwd_test.cpp | 117 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 D | passwd.cpp | 190 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()
|
| /freebsd-13.1/usr.sbin/lpr/lprm/ |
| H A D | lprm.c | 80 int users; /* # of users in user array */ variable 131 if (!users) { in main() 132 users = -1; in main() 139 if (users < 0) in main() 146 if (users >= MAXUSERS) in main() 148 user[users++] = arg; in main()
|
| /freebsd-13.1/tests/sys/cddl/zfs/tests/acl/nontrivial/ |
| H A D | zfs_acl_chmod_rwx_003_pos.ksh | 64 set -A users \ 139 log_must set_cur_usr ${users[i]} 142 test_chmod_basic_access $testfile ${users[((i+1))]} ${users[((i+2))]} 144 test_chmod_basic_access $testdir ${users[((i+1))]} ${users[((i+2))]}
|
| H A D | zfs_acl_chmod_xattr_002_pos.ksh | 76 set -A users \ 232 setup_test_files $TESTDIR/basedir ${users[i]} ${users[((i+1))]} 238 test_chmod_basic_access $target ${users[i]} \ 242 test_chmod_basic_access $target ${users[i]} \
|
| /freebsd-13.1/contrib/sendmail/contrib/ |
| H A D | expn.pl | 150 @users = split(' ',$users{$server}); 151 delete $users{$server}; 237 while(@users) { 238 $u = shift(@users); 438 for $u (@users) { 451 @users = @remaining_users; 452 for $u (@users) { 876 $users{$host} .= " $addr"; 928 for $u (@users) { 938 @users = @still_there; [all …]
|
| /freebsd-13.1/usr.bin/mail/misc/ |
| H A D | mail.tildehelp | 8 ~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-13.1/contrib/libpcap/doc/ |
| H A D | README.macos | 1 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
|
| /freebsd-13.1/usr.sbin/quot/ |
| H A D | quot.c | 235 } *users; variable 246 if (!(users = in inituser() 250 for (usr = users, i = nusers; --i >= 0; usr++) { in inituser() 264 svusr = users; in usrrehash() 269 for (usrn = users + (usr->uid&(nusers - 1)); usrn->name; in usrrehash() 271 if (usrn <= users) in usrrehash() 272 usrn = users + nusers; in usrrehash() 307 if (usr <= users) in user() 308 usr = users + nusers; in user() 324 #define sortusers(users) (qsort((users),nusers,sizeof(struct user), \ argument [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
| H A D | AMDGPULDSUtils.cpp | 120 SmallVector<User *, 8> UserStack(GV->users()); in collectNonKernelAccessorsOfLDS() 136 append_range(UserStack, U->users()); in collectNonKernelAccessorsOfLDS() 168 append_range(UserStack, UU->users()); in getFunctionToInstsMap() 216 append_range(Stack, U->users()); in collectFunctionUses() 231 SmallVector<const User *, 16> Stack(GV->users()); in hasUserInstruction() 242 append_range(Stack, U->users()); in hasUserInstruction() 255 SmallVector<const User *, 16> Stack(GV.users()); in shouldLowerLDSToStruct() 291 append_range(Stack, V->users()); in shouldLowerLDSToStruct()
|
| /freebsd-13.1/usr.sbin/lpr/common_source/ |
| H A D | rmjob.c | 99 if (users < 0) { in rmjob() 104 users = 1; in rmjob() 264 if (users == 0 && requests == 0) in chk() 275 for (u = user; u < &user[users]; u++) in chk() 332 if (users > 0) in rmremote() 333 niov = 4 + 2 * users + requests + 1; in rmremote() 344 for (i = 0; i < users; i++) { in rmremote()
|
| H A D | request.c | 54 TAILQ_INIT(&rp->users); in init_request() 72 while ((ru = TAILQ_FIRST(&rp->users)) != NULL) { in free_request() 73 TAILQ_REMOVE(&rp->users, ru, ru_link); in free_request()
|
| /freebsd-13.1/contrib/kyua/engine/ |
| H A D | config_test.cpp | 61 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()
|
| /freebsd-13.1/contrib/wpa/hostapd/ |
| H A D | hostapd.eap_user_sqlite | 1 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',…
|
| /freebsd-13.1/usr.sbin/config/ |
| H A D | mkoptions.c | 53 static struct users { struct 57 } users = { 8, 2, 512 }; argument 83 } else if (maxusers < users.u_min) { in options() 85 users.u_min); in options() 86 maxusers = users.u_min; in options() 87 } else if (maxusers > users.u_max) in options() 89 users.u_max, maxusers); in options()
|
| /freebsd-13.1/tools/LibraryReport/ |
| H A D | LibraryReport.tcl | 243 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-13.1/contrib/opie/ |
| H A D | INSTALL | 21 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-13.1/usr.sbin/lpr/lpq/ |
| H A D | lpq.c | 75 int users; /* # of users in user array */ variable 126 if (users >= MAXUSERS) in main() 128 user[users++] = *argv; in main()
|
| /freebsd-13.1/usr.sbin/bsdconfig/usermgmt/include/ |
| H A D | usermgmt.hlp | 1 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-13.1/sys/ofed/drivers/infiniband/core/ |
| H A D | sa.h | 46 atomic_inc(&client->users); in ib_sa_client_get() 51 if (atomic_dec_and_test(&client->users)) in ib_sa_client_put()
|
| /freebsd-13.1/contrib/sendmail/cf/cf/ |
| H A D | mail.eecs.mc | 31 define(`confUSERDB_SPEC', `/usr/local/lib/users.eecs.db,/usr/local/lib/users.cs.db,/usr/local/lib/u…
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 77 for (auto U : F->users()) { in collectCallers() 97 for (auto UU : U->users()) in collectFunctionUsers() 125 for (auto U : F.users()) { in runOnModule()
|
| H A D | AMDGPULowerKernelAttributes.cpp | 87 for (User *U : CI->users()) { in processUse() 166 for (User *U : GroupSize->users()) { in processUse() 171 for (User *ZextUser : ZextGroupSize->users()) { in processUse() 240 for (auto *U : DispatchPtr->users()) { in runOnModule()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/hwlock/ |
| H A D | sirf,hwspinlock.txt | 10 - #hwlock-cells : hwlock users only use the hwlock id to represent a specific 23 Example of hwlock users:
|