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

123456

/freebsd-11.0-release/usr.bin/users/
H A DMakefile2 # $FreeBSD: releng/11.0/usr.bin/users/Makefile 268619 2014-07-14 12:24:38Z gahr $
5 PROG_CXX= users
/freebsd-11.0-release/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-11.0-release/sys/ofed/drivers/infiniband/core/
H A Dsa.h42 atomic_inc(&client->users);
47 if (atomic_dec_and_test(&client->users))
/freebsd-11.0-release/contrib/byacc/package/pkgsrc/
H A DMakefile10 MAINTAINER= pkgsrc-users@NetBSD.org
/freebsd-11.0-release/usr.sbin/lpr/common_source/
H A Drequest.c54 TAILQ_INIT(&rp->users);
72 while ((ru = TAILQ_FIRST(&rp->users)) != NULL) {
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++) {
/freebsd-11.0-release/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-11.0-release/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-11.0-release/usr.sbin/pc-sysinstall/backend/
H A DMakefile9 functions-upgrade.sh functions-users.sh \
H A Dparseconfig.sh49 . ${BACKEND}/functions-users.sh
/freebsd-11.0-release/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-11.0-release/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-11.0-release/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-11.0-release/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-11.0-release/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-11.0-release/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-11.0-release/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-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUAnnotateKernelFeatures.cpp62 for (User *U : Intrin->users()) {
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DConstantProp.cpp80 // Add all of the users of this instruction to the worklist, they might
82 for (User *U : I->users())
/freebsd-11.0-release/contrib/llvm/tools/opt/
H A DAnalysisWrappers.cpp40 for (User *U : I->users()) {
/freebsd-11.0-release/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-11.0-release/contrib/llvm/include/llvm/Transforms/InstCombine/
H A DInstCombineWorklist.h92 /// AddUsersToWorkList - When an instruction is simplified, add all users of
97 for (User *U : I.users())
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DSimplifyInstructions.cpp77 for (User *U : I->users())
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DStatepoint.h256 for (auto *U : getInstruction()->users())
385 for (const User *U : getInstruction()->users())
397 for (const User *LandingPadUser : LandingPad->users()) {

Completed in 163 milliseconds

123456