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

12345678

/freebsd-11-stable/usr.bin/users/
H A DMakefile5 PROG_CXX= users
/freebsd-11-stable/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-stable/sys/ofed/drivers/infiniband/core/
H A Dsa.h44 atomic_inc(&client->users);
49 if (atomic_dec_and_test(&client->users))
/freebsd-11-stable/contrib/byacc/package/pkgsrc/
H A DMakefile10 MAINTAINER= pkgsrc-users@NetBSD.org
/freebsd-11-stable/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-stable/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-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DValueLatticeUtils.cpp31 return !any_of(GV->users(), [&](User *U) {
/freebsd-11-stable/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-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUOpenCLEnqueuedBlockLowering.cpp81 for (auto U : F->users()) {
101 for (auto UU : U->users())
129 for (auto U : F.users()) {
H A DAMDGPULowerKernelAttributes.cpp94 // We expect to see several GEP users, casted to the appropriate type and
96 for (User *U : CI->users()) {
175 for (User *U : GroupSize->users()) {
180 for (User *ZextUser : ZextGroupSize->users()) {
249 for (auto *U : DispatchPtr->users()) {
H A DAMDGPUAlwaysInlinePass.cpp63 for (User *U : GV.users())
78 // No need to look at further users, but we do need to inline any callers.
82 for (User *UU : U->users())
/freebsd-11-stable/usr.sbin/pc-sysinstall/backend/
H A DMakefile9 functions-upgrade.sh functions-users.sh \
H A Dparseconfig.sh49 . ${BACKEND}/functions-users.sh
/freebsd-11-stable/contrib/llvm-project/llvm/tools/opt/
H A DAnalysisWrappers.cpp39 for (User *U : I->users()) {
/freebsd-11-stable/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-stable/usr.sbin/quot/
H A Dquot.c234 } *users; variable in typeref:struct:user
245 if (!(users =
247 errx(1, "allocate users");
249 for (usr = users, i = nusers; --i >= 0; usr++) {
263 svusr = users;
265 if (!(users = (struct user *)calloc(nusers,sizeof(struct user))))
266 errx(1, "allocate users");
268 for (usrn = users + (usr->uid&(nusers - 1)); usrn->name;
270 if (usrn <= users)
271 usrn = users
[all...]
/freebsd-11-stable/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-stable/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-stable/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-stable/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-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp37 /// If an instruction is trivialized (dead), then the chain of users of that
44 // Initialize the worklist with eligible direct users.
47 for (User *JU : I->users()) {
67 // DFS through subsequent users while tracking visits to avoid cycles.
78 for (User *KU : J->users()) {
H A DConstantProp.cpp98 // Add all of the users of this instruction to the worklist, they might
100 for (User *U : I->users()) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalSplit.cpp56 for (User *U : GV.users()) {
116 for (User *U : GV.users()) {

Completed in 304 milliseconds

12345678