Searched refs:users (Results 26 - 50 of 141) sorted by relevance

123456

/freebsd-11.0-release/contrib/wpa/wpa_supplicant/
H A Dbss.h27 unsigned int users; member in struct:wpa_bss_anqp
H A Dbss.c53 * The allocated ANQP data structure has its users count set to 1. It may be
63 anqp->users = 1;
118 if (bss->anqp && bss->anqp->users > 1) {
123 anqp->users = 1;
124 bss->anqp->users--;
147 anqp->users--;
148 if (anqp->users > 0) {
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DReg2Mem.cpp51 for (const User *U : Inst->users()) {
H A DLoopInstSimplify.cpp128 for (User *U : I->users())
H A DLoopRerollPass.cpp456 for (User *U : I->users()) {
528 for (User *U : C->users()) {
560 // Collect the set of all users of the provided root instruction. This set of
561 // users contains not only the direct users of the root instruction, but also
562 // all users of those users, and so on. There are two exceptions:
565 // use set (even if they are users). This is used, for example, to exclude
569 // if they are users, but their users ar
[all...]
H A DAlignmentFromAssumptions.cpp313 // Apply the assumption to all other users of the specified pointer.
316 for (User *J : AAPtr->users()) {
403 for (User *UJ : J->users()) {
/freebsd-11.0-release/tests/sys/acl/
H A Drun168 my ($group, $passwd, $gid, $users) = split /:/;
169 foreach my $u (split /,/, $users) {
/freebsd-11.0-release/crypto/heimdal/kadmin/
H A DMakefile.am54 add_random_users_SOURCES = add-random-users.c
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DDivergenceAnalysis.cpp102 // Finds all users of I that are outside the influence region, and add these
103 // users to Worklist.
172 // these users are sync dependent on TI.
192 for (User *U : I.users()) {
233 for (User *U : V->users()) {
H A DPHITransAddr.cpp206 for (User *U : PHIIn->users()) {
241 for (User *U : APHIOp->users()) {
294 for (User *U : LHS->users()) {
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCBoolRetToInt.cpp132 const auto &Users = P->users();
151 const auto &Users = P->users();
/freebsd-11.0-release/tools/tools/portsinfo/
H A Dportsinfo.sh22 The FreeBSD Ports Collection offers a simple way for users and
/freebsd-11.0-release/usr.sbin/lpr/common_source/
H A Dlp.h144 struct req_user_head users; /* list of users to query/delete */ member in struct:request
175 extern char *user[]; /* users to process */
176 extern int users; /* # of users in user array */
H A Ddisplayq.c238 for (i = 0; i < users && cp - line + 1 + strlen(user[i]) <
487 if (users == 0 && requests == 0)
492 for (u = user; u < &user[users]; u++)
/freebsd-11.0-release/lib/libcasper/services/cap_pwd/
H A Dcap_pwd.c367 nvlist_t *limits, *users; local
377 if (nvlist_exists_nvlist(limits, "users"))
378 nvlist_free_nvlist(limits, "users");
380 users = nvlist_create(0);
384 nvlist_add_number(users, nvlname, (uint64_t)uids[i]);
389 nvlist_add_string(users, nvlname, names[i]);
391 nvlist_move_nvlist(limits, "users", users);
446 * If no limit was set on allowed users, then all users ar
[all...]
/freebsd-11.0-release/usr.sbin/lpr/lpd/
H A Dlpd.c55 * \3printer [users ...] [jobs ...]\n
57 * \4printer [users ...] [jobs ...]\n
59 * \5printer person [users ...] [jobs ...]\n
453 char *user[MAXUSERS]; /* users to process */
454 int users; /* # of users in user array */ variable
532 if (users >= MAXUSERS)
533 fatal(0, "Too many users");
534 user[users++] = cp;
569 if (users >
[all...]
/freebsd-11.0-release/contrib/subversion/subversion/libsvn_client/
H A Drepos_diff.c148 /* Number of users of baton. Its pool will be destroyed 0 */
149 int users; member in struct:dir_baton
244 dir_baton->users++;
247 parent_baton->users++;
256 assert(db->users > 0);
258 db->users--;
259 if (db->users)
298 parent_baton->users++;
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp170 for (User *AllocaUser : Alloca->users()) {
190 for (User *GEPUser : AllocaUser->users()) {
244 for (User *User : Val->users()) {
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp142 // users (function pointers, etc.) back to the original function.
166 for (User *U : currFunc->users())
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLoopVersioning.cpp139 for (auto *User : Inst->users())
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp158 for (const User *U : CleanupPad->users())
255 for (const User *U : CatchPad->users()) {
295 for (const User *U : CleanupPad->users()) {
362 for (const User *U : CatchPad->users()) {
393 for (const User *U : CleanupPad->users()) {
527 for (const User *U : Cleanup->users())
551 for (const User *U : Catch->users())
588 for (const User *U : Cleanup->users()) {
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64AddressTypePromotion.cpp220 for (const User *U : SExt->users()) {
441 for (const User *U : SExt->users()) {
/freebsd-11.0-release/contrib/ncurses/
H A DMakefile.os2109 $(WWWGET) ftp://ftp.math.ohio-state.edu/pub/users/ilya/os2/$@ > $@
/freebsd-11.0-release/contrib/netbsd-tests/usr.bin/id/
H A Dt_id.sh44 echo "uid=100(test) gid=100(users) groups=100(users),0(wheel)" >expout
54 echo "uid=100(test) gid=100(users) euid=0(root) egid=0(wheel) groups=100(users),0(wheel)" >expout
97 echo "users wheel" >expout
129 echo "users" >expout
145 echo "users" >expout
152 echo "users" >expout
167 echo "users" >expout
174 echo "users" >expou
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DValue.h270 /// values or constant users.
350 iterator_range<user_iterator> users() { function
354 iterator_range<const_user_iterator> users() const { function
369 /// \brief Return true if this Value has exactly N users.
372 /// \brief Return true if this value has N users or more.

Completed in 208 milliseconds

123456