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

123

/freebsd-10.2-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-10.2-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-10.2-release/contrib/sendmail/src/
H A Dtls.c549 # define TLS_UNR(bit, req) (bitset(bit, req) ? SFF_NORFILES : 0)
550 # define TLS_OUNR(bit, req) (bitset(bit, req) ? SFF_NOWRFILES : 0)
611 TLS_OK_F(certfile, "CertFile", bitset(TLS_I_CERT_EX, req),
613 TLS_OK_F(keyfile, "KeyFile", bitset(TLS_I_KEY_EX, req),
624 bitset(TLS_I_CERT_EX, req),
625 bitset(TLS_S_CERT_EX, status), TLS_S_CERT_OK, srv);
627 bitset(TLS_I_KEY_EX, req),
628 bitset(TLS_S_KEY_EX, status), TLS_S_KEY_OK, srv);
634 if (bitset(TLS_S_CERT_OK, status) &&
645 if (bitset(TLS_I_USE_CER
[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))
619 if (bitset(EF_RESPONSE, e->e_flags))
621 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))
422 HasEightBits |= bitset(0x80, c);
439 !bitset(EF_NL_NOT_EOL, e->e_flags))
442 !bitset(EF_CRLF_NOT_EOL, e->e_flags))
497 if (c == '\r' && !bitset(EF_CRLF_NOT_EOL, e->e_flags))
502 else if (c == '\n' && !bitset(EF_NL_NOT_EOL,
516 !bitset(EF_TOOBIG, e->e_flags) &&
525 if (!bitset(EF_TOOBI
[all...]
H A Denvelope.c183 bool pmnotify = bitset(EF_PM_NOTIFY, e->e_flags);
218 e->e_id, bitset(EF_LOGSENDER, e->e_flags), LogLevel);
219 if (LogLevel > 4 && bitset(EF_LOGSENDER, e->e_flags))
235 !bitset(EF_RESPONSE, e->e_flags))
241 !bitset(EF_RESPONSE, e->e_flags))
270 if (bitset(QPINGONFAILURE, q->q_flags) &&
285 else if ((bitset(QPINGONSUCCESS, q->q_flags) &&
288 bitset(QRELAYED|QEXPANDED|QDELIVERED, q->q_flags))) ||
289 bitset(QBYTRACE, q->q_flags) ||
290 bitset(QBYNRELA
[all...]
H A Dmap.c305 !bitset(MCF_OPTFILE, map->map_class->map_cflags))
490 if (!bitset(MF_VALID, map->map_mflags))
500 if (!bitset(MF_ALIAS, map->map_mflags) ||
501 !bitset(MCF_REBUILDABLE, map->map_class->map_cflags))
509 if (bitset(MF_OPEN, map->map_mflags))
538 if (!bitset(MF_VALID, map->map_mflags))
542 if (bitset(MF_OPEN, map->map_mflags))
580 if (!bitset(MF_OPTIONAL, map->map_mflags))
603 return bitset(MF_OPEN, map->map_mflags);
655 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.c170 else if (bitset(MCIF_ESMTP, mci->mci_flags) &&
194 if (bitset(MCIF_ESMTP, mci->mci_flags) &&
234 if ((UseMSP && Verbose && bitset(MCIF_VERB, mci->mci_flags))
427 else if (bitset(MCIF_HELO, mci->mci_flags))
482 !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 Dqueue.c367 if (bitset(S_IWGRP, QueueFileMode)) \
370 if (bitset(S_IWGRP, QueueFileMode)) \
375 newid = (e->e_id == NULL) || !bitset(EF_INQUEUE, e->e_flags);
506 if (bitset(EF_HAS_DF, e->e_flags))
547 if (bitset(S_IWGRP, QueueFileMode))
551 if (bitset(S_IWGRP, QueueFileMode))
654 if (bitset(EF_WARNING, e->e_flags))
656 if (bitset(EF_RESPONSE, e->e_flags))
658 if (bitset(EF_HAS8BIT, e->e_flags))
660 if (bitset(EF_DELETE_BC
[all...]
H A Dsrvrsmtp.c42 bitset(SRV_VRFY_CLT, features))
653 e->e_id, bitset(EF_LOGSENDER, e->e_flags), LogLevel);\
654 if (LogLevel > 4 && bitset(EF_LOGSENDER, e->e_flags)) \
869 smtp.sm_discard = bitset(EF_DISCARD, e->e_flags);
879 features = ((bitset(PRIV_NOETRN, PrivacyFlags) ||
882 | (bitset(PRIV_NOEXPN, PrivacyFlags) ? SRV_NONE
884 | (bitset(PRIV_NOVERB, PrivacyFlags)
886 | ((bitset(PRIV_NORECEIPTS, PrivacyFlags) || !SendMIMEErrors)
890 | (bitset(SASL_SEC_NOPLAINTEXT, SASLOpts) ? SRV_REQ_SEC
898 | (bitset(TLS_I_NO_VRF
[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-10.2-release/contrib/libstdc++/include/precompiled/
H A Dstdc++.h56 #include <bitset>
/freebsd-10.2-release/contrib/sendmail/include/sm/
H A Dbitops.h55 # define bitset(bit, word) (((word) & (bit)) != 0) macro
/freebsd-10.2-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...]
H A DMakefile.in292 cgen-bitset.c \
446 cgen-bitset.lo \
1228 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h \
1230 cgen-bitset.lo: cgen-bitset.c $(INCDIR)/libiberty.h \
1231 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/cgen-bitset.h
1235 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h
1239 $(INCDIR)/opcode/cgen.h $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h
1279 fr30-desc.h $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \
1280 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset
[all...]
/freebsd-10.2-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-10.2-release/contrib/sendmail/libmilter/
H A Dengine.c435 if (!bitset(CT_IGNO, cmds[i].cm_todo))
446 } while (!bitset(CT_END, cmds[i].cm_todo));
920 if (bitset(SMFIP_MDS_1M, v))
925 else if (bitset(SMFIP_MDS_256K, v))
934 bitset(SMFIP_MDS_1M|SMFIP_MDS_256K, v))
1000 testmode = bitset(SMFIP_TEST, m_pflags);
1109 if (bitset(SMFIP_NODATA, ctx->ctx_pflags2mta) &&
1110 !bitset(SMFIP_NODATA, ctx->ctx_mta_pflags))
1112 if (bitset(SMFIP_NOUNKNOWN, ctx->ctx_pflags2mta) &&
1113 !bitset(SMFIP_NOUNKNOW
[all...]
H A Dsm_gethost.c58 resv6 = bitset(RES_USE_INET6, _res.options);
/freebsd-10.2-release/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.h17 #include <bitset>
/freebsd-10.2-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 125 milliseconds

123