| /freebsd-12.1/contrib/flex/ |
| H A D | ChangeLog | 40 2012-07-29 Will Estes <wlestes@users.sourceforge.net> 101 2012-07-23 Will Estes <wlestes@users.sourceforge.net> 107 2012-07-22 Will Estes <wlestes@users.sourceforge.net> 114 2012-07-22 Will Estes <wlestes@users.sourceforge.net> 131 2012-07-22 Will Estes <wlestes@users.sourceforge.net> 135 2012-06-23 Will Estes <wlestes@users.sourceforge.net> 139 2012-06-22 Will Estes <wlestes@users.sourceforge.net> 143 2012-04-27 Will Estes <wlestes@users.sourceforge.net> 147 2012-04-27 Will Estes <wlestes@users.sourceforge.net> 388 nullnix@users.sourceforge.net [all …]
|
| /freebsd-12.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-12.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-12.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]} \
|
| H A D | zfs_acl_chmod_xattr_001_pos.ksh | 78 set -A users \ 237 setup_test_files $TESTDIR/basedir ${users[i]} ${users[((i+1))]}
|
| /freebsd-12.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-12.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-12.1/contrib/libpcap/ |
| 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-12.1/contrib/amd/scripts/ |
| H A D | expn.1 | 158 @users = split(' ',$users{$server}); 159 delete $users{$server}; 169 next HOST if &mxredirect($server,*users); 247 while(@users) { 248 $u = shift(@users); 432 push(@users,$user) if $user; 448 for $u (@users) { 461 @users = @remaining_users; 462 for $u (@users) { 884 push(@hosts,$host) unless $users{$host}; [all …]
|
| H A D | expn.in | 157 @users = split(' ',$users{$server}); 158 delete $users{$server}; 168 next HOST if &mxredirect($server,*users); 246 while(@users) { 247 $u = shift(@users); 431 push(@users,$user) if $user; 447 for $u (@users) { 460 @users = @remaining_users; 461 for $u (@users) { 883 push(@hosts,$host) unless $users{$host}; [all …]
|
| /freebsd-12.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-12.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-12.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-12.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-12.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-12.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-12.1/contrib/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULowerKernelAttributes.cpp | 97 for (User *U : CI->users()) { in processUse() 176 for (User *U : GroupSize->users()) { in processUse() 181 for (User *ZextUser : ZextGroupSize->users()) { in processUse() 250 for (auto *U : DispatchPtr->users()) { in runOnModule()
|
| H A D | AMDGPUOpenCLEnqueuedBlockLowering.cpp | 82 for (auto U : F->users()) { in collectCallers() 102 for (auto UU : U->users()) in collectFunctionUsers() 130 for (auto U : F.users()) { in runOnModule()
|
| /freebsd-12.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-12.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-12.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-12.1/contrib/subversion/subversion/libsvn_client/ |
| H A D | copy_foreign.c | 70 int users; member 86 db->users = 1; in edit_open() 118 pb->users++; in dir_add() 123 db->users = 1; in dir_add() 188 db->users--; in maybe_done() 190 if (db->users == 0) in maybe_done() 271 pb->users++; in file_add()
|
| /freebsd-12.1/lib/libpam/modules/pam_login_access/ |
| H A D | login_access.c | 59 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()
|