Searched refs:bitset (Results 1 - 25 of 64) sorted by relevance

123

/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dbit.h30 #define DNS_BIT_SET(bit, bitset) \
31 (*(bitset) |= ((dns_bitset_t)1 << (bit)))
32 #define DNS_BIT_CLEAR(bit, bitset) \
33 (*(bitset) &= ~((dns_bitset_t)1 << (bit)))
34 #define DNS_BIT_CHECK(bit, bitset) \
35 ISC_TF((*(bitset) & ((dns_bitset_t)1 << (bit))) \
/freebsd-9.3-release/contrib/sendmail/libsmutil/
H A Dlockfile.c48 if (bitset(LOCK_UN, type))
50 else if (bitset(LOCK_EX, type))
54 if (bitset(LOCK_NB, type))
H A Dsafefile.c83 if ((bitset(SFF_NOSLINK, flags) ? lstat(fn, st)
91 else if (bitset(SFF_SETUIDOK, flags) &&
92 !bitset(S_IXUSR|S_IXGRP|S_IXOTH, st->st_mode) &&
102 if (bitset(S_ISUID, st->st_mode))
104 if (bitset(S_ISUID, st->st_mode) && st->st_uid != 0 &&
112 if (bitset(S_ISGID, st->st_mode))
114 if (bitset(S_ISGID, st->st_mode) && st->st_gid != 0)
119 checkpath = !bitset(SFF_NOPATHCHECK, flags) ||
120 (uid == 0 && !bitset(SFF_ROOTOK|SFF_OPENASROOT, flags));
121 if (bitset(SFF_NOWLIN
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/std/
H A Dstd_bitset.h0 // <bitset> -*- C++ -*-
44 /** @file include/bitset
74 * See documentation for bitset.
332 * See documentation for bitset.
456 * Base class, specialization for no storage (zero-length %bitset).
458 * See documentation for bitset.
489 // in the bitset class will prevent the user from getting this far,
540 // the sound of one zero-length bitset clapping?
582 * @brief The %bitset class represents a @e fixed-size sequence of bits.
586 * (Note that %bitset doe
646 class bitset class in inherits:_Base_bitset
736 bitset() function in class:bitset
740 bitset(unsigned long __val) function in class:bitset
755 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __s, function in class:bitset
776 bitset(const std::basic_string<_CharT, _Traits, _Alloc>& __s, function in class:bitset
[all...]
/freebsd-9.3-release/contrib/sendmail/src/
H A Dtls.c478 # define TLS_UNR(bit, req) (bitset(bit, req) ? SFF_NORFILES : 0)
479 # define TLS_OUNR(bit, req) (bitset(bit, req) ? SFF_NOWRFILES : 0)
614 TLS_OK_F(certfile, "CertFile", bitset(TLS_I_CERT_EX, req),
616 TLS_OK_F(keyfile, "KeyFile", bitset(TLS_I_KEY_EX, req),
618 TLS_OK_F(cacertpath, "CACertPath", bitset(TLS_I_CERTP_EX, req),
620 TLS_OK_F(cacertfile, "CACertFile", bitset(TLS_I_CERTF_EX, req),
624 TLS_OK_F(CRLFile, "CRLFile", bitset(TLS_I_CRLF_EX, req),
636 TLS_OK_F(cf2, "CertFile", bitset(TLS_I_CERT_EX, req),
641 TLS_OK_F(kf2, "KeyFile", bitset(TLS_I_KEY_EX, req),
656 if (bitset(TLS_I_TRY_D
[all...]
H A Dheaders.c98 if (!bitset(pflag, CHHDR_USER) && *p == '?')
139 if (bitset(0200, mid))
199 if (bitset(pflag, CHHDR_DEF))
251 if (!bitset(pflag, CHHDR_DEF) && !headeronly &&
252 bitset(H_RESENT, hi->hi_flags))
256 if (UseErrorsTo && !bitset(pflag, CHHDR_DEF) && !headeronly &&
257 bitset(H_ERRORSTO, hi->hi_flags))
261 if (!headeronly && bitset(H_EOH, hi->hi_flags))
272 if (bitset(H_FROM, hi->hi_flags) && SingleLineFromHeader)
282 if (bitset(pfla
[all...]
H A Dsavemail.c149 if (bitset(EF_RESPONSE, e->e_flags))
152 bitset(EF_RESPONSE, e->e_parent->e_flags))
560 if (!bitset(EF_OLDSTYLE, e->e_flags))
562 if (bitset(EF_DONT_MIME, e->e_flags))
571 if (bitset(EF_HAS8BIT, e->e_flags) &&
572 !bitset(MM_PASS8BIT, MimeMode))
578 if (bitset(RTSF_SEND_BODY, flags) &&
579 !bitset(PRIV_NOBODYRETN, PrivacyFlags))
615 if (bitset(EF_RESPONSE, e->e_flags))
617 else if (bitset(EF_WARNIN
[all...]
H A Dcollect.c114 if (!bitset(QHASNOTIFY, q->q_flags))
207 if (bitset(S_IWGRP, QueueFileMode))
211 if (bitset(S_IWGRP, QueueFileMode))
421 HasEightBits |= bitset(0x80, c);
438 !bitset(EF_NL_NOT_EOL, e->e_flags))
441 !bitset(EF_CRLF_NOT_EOL, e->e_flags))
496 if (c == '\r' && !bitset(EF_CRLF_NOT_EOL, e->e_flags))
501 else if (c == '\n' && !bitset(EF_NL_NOT_EOL,
515 !bitset(EF_TOOBIG, e->e_flags) &&
524 if (!bitset(EF_TOOBI
[all...]
H A Denvelope.c185 bool pmnotify = bitset(EF_PM_NOTIFY, e->e_flags);
220 e->e_id, bitset(EF_LOGSENDER, e->e_flags), LogLevel);
221 if (LogLevel > 4 && bitset(EF_LOGSENDER, e->e_flags))
237 !bitset(EF_RESPONSE, e->e_flags))
243 !bitset(EF_RESPONSE, e->e_flags))
258 if (bitset(QPINGONFAILURE, q->q_flags) &&
273 else if ((bitset(QPINGONSUCCESS, q->q_flags) &&
276 bitset(QRELAYED|QEXPANDED|QDELIVERED, q->q_flags))) ||
277 bitset(QBYTRACE, q->q_flags) ||
278 bitset(QBYNRELA
[all...]
H A Dmap.c291 !bitset(MCF_OPTFILE, map->map_class->map_cflags))
476 if (!bitset(MF_VALID, map->map_mflags))
486 if (!bitset(MF_ALIAS, map->map_mflags) ||
487 !bitset(MCF_REBUILDABLE, map->map_class->map_cflags))
495 if (bitset(MF_OPEN, map->map_mflags))
524 if (!bitset(MF_VALID, map->map_mflags))
528 if (bitset(MF_OPEN, map->map_mflags))
566 if (!bitset(MF_OPTIONAL, map->map_mflags))
589 return bitset(MF_OPEN, map->map_mflags);
641 if (!bitset(MF_VALI
[all...]
H A Drecipient.c195 if (!bitset(EF_OLDSTYLE, e->e_flags) || ctladdr != NULL)
361 if (!bitset(EF_OLDSTYLE, e->e_flags))
657 bitset(EF_UNSAFE, e->e_flags))
664 else if (bitset(QBOGUSSHELL, new->q_alias->q_flags))
677 else if (bitset(QUNSAFEADDR, new->q_alias->q_flags))
709 (!bitset(EF_SPLIT, e->e_flags) && e->e_ntries == 0 &&
742 (bitset(QRCPTOK, q->q_flags) ||
743 !bitset(QPRIMARY, q->q_flags)))
751 if (!bitset(QPRIMARY, q->q_flags))
759 else if (bitset(QSELFRE
[all...]
H A Ddeliver.c86 if (bitset(EF_DISCARD, e->e_flags))
106 if (bitset(EF_FATALERRS, e->e_flags) &&
181 if (!bitset(EF_METOO, e->e_flags) &&
229 otherowners = bitset(EF_SENDRECEIPT, e->e_flags) ? 1 : 0;
454 if (mode != SM_VERIFY && bitset(EF_HAS_DF, e->e_flags))
519 (!bitset(EF_INQUEUE, e->e_flags) || splitenv != NULL))
806 if (bitset(EF_FATALERRS, e->e_flags) &&
818 if (!bitset(EF_RESPONSE, e->e_flags) &&
838 if (!bitset(EF_SPLIT, e->e_flags))
853 bitset(EF_FATALERR
[all...]
H A Dusersmtp.c165 else if (bitset(MCIF_ESMTP, mci->mci_flags) &&
189 if (bitset(MCIF_ESMTP, mci->mci_flags) &&
229 if ((UseMSP && Verbose && bitset(MCIF_VERB, mci->mci_flags))
425 else if (bitset(MCIF_HELO, mci->mci_flags))
480 !bitset(MCIF_AUTH2, mci->mci_flags))
960 if (!(bitset(SASL_USER_BIT|SASL_AUTHID_BIT, got) &&
961 bitset(SASL_PASSWORD_BIT, got)))
965 if (!bitset(SASL_AUTHID_BIT, got))
976 if (!bitset(SASL_USER_BIT, got))
2031 if (bitset(MCIF_SIZ
[all...]
H A Dsrvrsmtp.c42 bitset(SRV_VRFY_CLT, features))
485 e->e_id, bitset(EF_LOGSENDER, e->e_flags), LogLevel);\
486 if (LogLevel > 4 && bitset(EF_LOGSENDER, e->e_flags)) \
682 smtp.sm_discard = bitset(EF_DISCARD, e->e_flags);
692 features = ((bitset(PRIV_NOETRN, PrivacyFlags) ||
695 | (bitset(PRIV_NOEXPN, PrivacyFlags) ? SRV_NONE
697 | (bitset(PRIV_NOVERB, PrivacyFlags)
699 | ((bitset(PRIV_NORECEIPTS, PrivacyFlags) || !SendMIMEErrors)
703 | (bitset(SASL_SEC_NOPLAINTEXT, SASLOpts) ? SRV_REQ_SEC
711 | (bitset(TLS_I_NO_VRF
[all...]
H A Dqueue.c374 if (bitset(S_IWGRP, QueueFileMode)) \
377 if (bitset(S_IWGRP, QueueFileMode)) \
382 newid = (e->e_id == NULL) || !bitset(EF_INQUEUE, e->e_flags);
513 if (bitset(EF_HAS_DF, e->e_flags))
554 if (bitset(S_IWGRP, QueueFileMode))
558 if (bitset(S_IWGRP, QueueFileMode))
661 if (bitset(EF_WARNING, e->e_flags))
663 if (bitset(EF_RESPONSE, e->e_flags))
665 if (bitset(EF_HAS8BIT, e->e_flags))
667 if (bitset(EF_DELETE_BC
[all...]
H A Dalias.c129 if (bitset(EF_VRFYONLY, e->e_flags))
160 if (bitset(QSELFREF, a->q_flags) && QS_IS_EXPANDED(a->q_state))
353 else if (!bitset(MCF_ALIASOK, s->s_mapclass.map_cflags))
402 if (bitset(MF_ALIASWAIT, map->map_mflags))
447 if (!bitset(MCF_REBUILDABLE, map->map_class->map_cflags))
512 if (!bitset(MCF_REBUILDABLE, map->map_class->map_cflags))
535 if (!automatic && !bitset(MF_OPTIONAL, map->map_mflags))
544 bitset(S_IWUSR|S_IWGRP|S_IWOTH, stb.st_mode))
602 if (bitset(MF_OPEN, map->map_mflags))
H A Dmime.c130 if (!bitset(EF_TOODEEP, e->e_flags))
171 if (bitset(M87F_DIGEST, flags))
260 (!bitset(M87F_NO8BIT, flags) || bitset(M87F_NO8TO7, flags)) &&
261 !bitset(EF_TOODEEP, e->e_flags)
308 if (!bitset(EF_TOODEEP, e->e_flags))
399 bitset(EF_TOODEEP, e->e_flags))
419 !bitset(M87F_NO8TO7, flags) &&
438 if (!bitset(M87F_NO8BIT|M87F_NO8TO7, flags))
456 if (bitset(020
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/precompiled/
H A Dstdc++.h56 #include <bitset>
/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dbitops.h55 # define bitset(bit, word) (((word) & (bit)) != 0) macro
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregex_internal.h121 typedef unsigned int bitset[BITSET_UINTS]; typedef
133 static inline void bitset_not (bitset set);
134 static inline void bitset_merge (bitset dest, const bitset src);
135 static inline void bitset_not_merge (bitset dest, const bitset src);
136 static inline void bitset_mask (bitset dest, const bitset src);
644 bitset word_char;
714 /* Inline functions for bitset operatio
[all...]
/freebsd-9.3-release/contrib/binutils/opcodes/
H A DMakefile.am68 cgen-bitset.c \
222 cgen-bitset.lo \
681 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
683 cgen-bitset.lo: cgen-bitset.c $(INCDIR)/libiberty.h \
684 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/cgen-bitset.h
688 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h
692 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h
732 fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
733 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset
[all...]
/freebsd-9.3-release/contrib/sendmail/libsmdb/
H A Dsmdb.c91 if (bitset(LOCK_UN, type))
93 else if (bitset(LOCK_EX, type))
98 if (bitset(LOCK_NB, type))
121 if (!bitset(LOCK_NB, type) ||
142 if (!bitset(LOCK_NB, type) || save_errno != EWOULDBLOCK)
/freebsd-9.3-release/contrib/sendmail/libmilter/
H A Dengine.c431 if (!bitset(CT_IGNO, cmds[i].cm_todo))
442 } while (!bitset(CT_END, cmds[i].cm_todo));
916 if (bitset(SMFIP_MDS_1M, v))
921 else if (bitset(SMFIP_MDS_256K, v))
930 bitset(SMFIP_MDS_1M|SMFIP_MDS_256K, v))
996 testmode = bitset(SMFIP_TEST, m_pflags);
1105 if (bitset(SMFIP_NODATA, ctx->ctx_pflags2mta) &&
1106 !bitset(SMFIP_NODATA, ctx->ctx_mta_pflags))
1108 if (bitset(SMFIP_NOUNKNOWN, ctx->ctx_pflags2mta) &&
1109 !bitset(SMFIP_NOUNKNOW
[all...]
H A Dsm_gethost.c58 resv6 = bitset(RES_USE_INET6, _res.options);
/freebsd-9.3-release/contrib/llvm/include/llvm/Object/
H A DCOFFYAML.h105 static void bitset(IO &IO, COFF::Characteristics &Value);
110 static void bitset(IO &IO, COFF::SectionCharacteristics &Value);

Completed in 149 milliseconds

123