| /freebsd-12.1/contrib/libstdc++/include/debug/ |
| H A D | bitset | 38 #include <bitset> 47 class bitset 141 bitset<_Nb>& 285 bitset<_Nb> 289 bitset<_Nb> 301 bitset<_Nb> 302 operator&(const bitset<_Nb>& __x, const bitset<_Nb>& __y) 306 bitset<_Nb> 307 operator|(const bitset<_Nb>& __x, const bitset<_Nb>& __y) 311 bitset<_Nb> [all …]
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | bitset | 15 bitset synopsis 23 class bitset 55 bitset& operator&=(const bitset& rhs) noexcept; 56 bitset& operator|=(const bitset& rhs) noexcept; 57 bitset& operator^=(const bitset& rhs) noexcept; 94 bitset<N> operator&(const bitset<N>&, const bitset<N>&) noexcept; 97 bitset<N> operator|(const bitset<N>&, const bitset<N>&) noexcept; 100 bitset<N> operator^(const bitset<N>&, const bitset<N>&) noexcept; 696 bitset& operator&=(const bitset& __rhs) _NOEXCEPT; 698 bitset& operator|=(const bitset& __rhs) _NOEXCEPT; [all …]
|
| /freebsd-12.1/contrib/sendmail/libsmutil/ |
| H A D | safefile.c | 102 if (bitset(S_ISUID, st->st_mode)) 112 if (bitset(S_ISGID, st->st_mode)) 121 if (bitset(SFF_NOWLINK, flags) && !bitset(SFF_SAFEDIRPATH, flags)) 273 bitset(S_IWGRP, st->st_mode)) 288 if (bitset(SFF_NOGRFILES, flags) && bitset(S_IRGRP, st->st_mode)) 295 if (bitset(SFF_NOWRFILES, flags) && bitset(S_IROTH, st->st_mode)) 699 if (bitset(O_CREAT, omode)) 733 else if (bitset(SFF_CREAT, sff) && bitset(O_EXCL, omode)) 806 if (bitset(O_APPEND, omode)) 813 if (bitset(O_TRUNC, omode)) [all …]
|
| H A D | lockfile.c | 48 if (bitset(LOCK_UN, type)) 50 else if (bitset(LOCK_EX, type)) 54 if (bitset(LOCK_NB, type))
|
| /freebsd-12.1/contrib/libstdc++/include/std/ |
| H A D | std_bitset.h | 646 class bitset 736 bitset() 969 bitset<_Nb> 1113 bitset<_Nb> 1193 operator&(const bitset<_Nb>& __x, const bitset<_Nb>& __y) 1202 operator|(const bitset<_Nb>& __x, const bitset<_Nb>& __y) 1211 operator^(const bitset<_Nb>& __x, const bitset<_Nb>& __y) 1300 bitset<0>:: 1309 bitset<0>:: 1318 bitset<0>:: [all …]
|
| /freebsd-12.1/contrib/sendmail/src/ |
| H A D | tls.c | 653 bitset(TLS_I_CERT_EX, req), 656 bitset(TLS_I_KEY_EX, req), 885 if (bitset(TLS_I_TRY_DH, req)) 930 bitset(TLS_I_CERT_EX, req), 933 bitset(TLS_I_KEY_EX, req), 948 bitset(TLS_I_CRLF_EX, req), 1058 if (bitset(TLS_I_RSA_TMP, req) 1214 if (bitset(TLS_I_TRY_DH, req)) 1329 if (bitset(TLS_I_CACHE, req)) 1346 if (bitset(TLS_S_CERTP_EX, status) && bitset(TLS_S_CERTF_EX, status)) [all …]
|
| H A D | headers.c | 139 if (bitset(0200, mid)) 199 if (bitset(pflag, CHHDR_DEF)) 252 bitset(H_RESENT, hi->hi_flags)) 282 if (bitset(pflag, CHHDR_CHECK)) 399 !bitset(H_FORCE, h->h_flags)) 445 if (bitset(pflag, CHHDR_USER) || bitset(pflag, CHHDR_QUEUE)) 451 if (bitset(pflag, CHHDR_DEF)) 506 if (bitset(pflag, CHHDR_USER)) 892 if (bitset(H_TRACE, h->h_flags)) 1852 if (bitset(H_RESENT, h->h_flags) && !bitset(EF_RESENT, e->e_flags)) [all …]
|
| H A D | savemail.c | 149 if (bitset(EF_RESPONSE, e->e_flags)) 560 if (!bitset(EF_OLDSTYLE, e->e_flags)) 562 if (bitset(EF_DONT_MIME, e->e_flags)) 572 !bitset(MM_PASS8BIT, MimeMode)) 578 if (bitset(RTSF_SEND_BODY, flags) && 619 if (bitset(EF_RESPONSE, e->e_flags)) 959 !bitset(QPRIMARY, q->q_flags) || 961 !bitset(QDELAYED, q->q_flags)) 994 !bitset(QPRIMARY, q->q_flags) || 996 bitset(QDELAYED, q->q_flags)) [all …]
|
| H A D | collect.c | 114 if (!bitset(QHASNOTIFY, q->q_flags)) 207 if (bitset(S_IWGRP, QueueFileMode)) 211 if (bitset(S_IWGRP, QueueFileMode)) 422 HasEightBits |= bitset(0x80, c); 516 !bitset(EF_TOOBIG, e->e_flags) && 525 if (!bitset(EF_TOOBIG, e->e_flags)) 662 if (bitset(H_EOH, chompheader(buf, 695 if (!bitset(EF_TOOBIG, e->e_flags)) 871 if (bitset(EF_TOOBIG, e->e_flags)) 874 if (!bitset(EF_FATALERRS, e->e_flags)) [all …]
|
| H A D | map.c | 490 if (!bitset(MF_VALID, map->map_mflags)) 509 if (bitset(MF_OPEN, map->map_mflags)) 538 if (!bitset(MF_VALID, map->map_mflags)) 542 if (bitset(MF_OPEN, map->map_mflags)) 835 if (bitset(1 << mapno, mapreturn[i])) 2150 if (bitset(O_CREAT, omode)) 2152 if (bitset(O_TRUNC, omode)) 4178 if (!bitset(MCF_OPTFILE, 4244 if (!bitset(MCF_OPTFILE, 4279 if (!bitset(MCF_OPTFILE, [all …]
|
| H A D | envelope.c | 235 !bitset(EF_RESPONSE, e->e_flags)) 241 !bitset(EF_RESPONSE, e->e_flags)) 289 bitset(QBYTRACE, q->q_flags) || 290 bitset(QBYNRELAY, q->q_flags)) 388 (bitset(QPINGONDELAY, 390 !bitset(QHASNOTIFY, 397 if (bitset(QPINGONDELAY, 459 bitset(QPINGONFAILURE, q->q_flags)) 503 !bitset(EF_RESPONSE, e->e_flags) && 590 bitset(EF_FATALERRS, e->e_flags)) [all …]
|
| H A D | recipient.c | 361 if (!bitset(EF_OLDSTYLE, e->e_flags)) 657 bitset(EF_UNSAFE, e->e_flags)) 742 (bitset(QRCPTOK, q->q_flags) || 743 !bitset(QPRIMARY, q->q_flags))) 751 if (!bitset(QPRIMARY, q->q_flags)) 836 bitset(EF_UNSAFE, e->e_flags)) 880 bitset(EF_UNSAFE, e->e_flags)) 1034 if (bitset(EF_VRFYONLY, e->e_flags)) 1354 if (!bitset(SFF_ROOTOK, flags)) 1782 if (bitset(EF_VRFYONLY, e->e_flags)) [all …]
|
| H A D | deliver.c | 86 if (bitset(EF_DISCARD, e->e_flags)) 106 if (bitset(EF_FATALERRS, e->e_flags) && 181 if (!bitset(EF_METOO, e->e_flags) && 838 if (!bitset(EF_SPLIT, e->e_flags)) 1364 if (bitset(EF_RESPONSE, e->e_flags)) 1908 bitset(MM_CVTMIME, MimeMode))))) 3562 bitset(QPRIMARY, to->q_flags)) 5205 bitset(MM_CVTMIME, MimeMode))))) 5390 else if (bitset(S_ISUID, mode)) 5432 else if (bitset(S_ISGID, mode)) [all …]
|
| H A D | usersmtp.c | 961 bitset(SASL_PASSWORD_BIT, got))) 965 if (!bitset(SASL_AUTHID_BIT, got)) 976 if (!bitset(SASL_USER_BIT, got)) 2047 bitset(MM_MIME8BIT, MimeMode) && 2048 bitset(EF_HAS8BIT, e->e_flags) && 2061 !bitset(EF_HAS8BIT, e->e_flags) || 2070 (!bitset(MM_PASS8BIT, MimeMode) || 2071 bitset(EF_IS_MIME, e->e_flags))) 2087 if (bitset(MCIF_DSN, mci->mci_flags)) 2321 if (bitset(MCIF_DSN, mci->mci_flags)) [all …]
|
| H A D | srvrsmtp.c | 42 bitset(SRV_VRFY_CLT, features)) 905 if (bitset(SRV_TMP_FAIL, features)) 917 if (bitset(SRV_NO_PIPE, features)) 925 if (bitset(SRV_REQ_SEC, features)) 1142 !bitset(EF_DISCARD, e->e_flags)) 1522 if (bitset(SRV_NO_PIPE, features) && 3640 !bitset(EF_DISCARD, e->e_flags)) 3764 !bitset(EF_DISCARD, e->e_flags)) 3929 if (bitset(EF_DISCARD, e->e_flags)) 4439 if (bitset(O_NONBLOCK, inmode) || in setup_smtpd_io() [all …]
|
| H A D | queue.c | 807 if (bitset(0200, h->h_macro)) 1920 if (bitset(RWG_FORK, flags) && 1939 if (bitset(RWG_FORK, flags)) 2027 if (bitset(RWG_FORK, flags)) 2079 if (bitset(RWG_FORK, flags)) 2108 bitset(RWG_FORK, flags)); 2389 if (bitset(RWG_FORK, flags)) 2511 (bitset(QP_SUBQF, 4820 (bitset(QP_SUBQF, 4825 (bitset(QP_SUBDF, [all …]
|
| H A D | mime.c | 130 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(0200, buf[i])) 506 !bitset(M87F_NO8TO7, flags)) [all …]
|
| /freebsd-12.1/contrib/binutils/opcodes/ |
| H A D | Makefile.am | 68 cgen-bitset.c \ 222 cgen-bitset.lo \ 683 cgen-bitset.lo: cgen-bitset.c $(INCDIR)/libiberty.h \ 684 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/cgen-bitset.h 962 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32r-opc.h 1079 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 1092 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 1210 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 1217 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 1230 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ [all …]
|
| H A D | Makefile.in | 292 cgen-bitset.c \ 446 cgen-bitset.lo \ 1230 cgen-bitset.lo: cgen-bitset.c $(INCDIR)/libiberty.h \ 1231 $(INCDIR)/ansidecl.h $(INCDIR)/opcode/cgen-bitset.h 1509 $(INCDIR)/symcat.h $(INCDIR)/opcode/cgen-bitset.h m32r-opc.h 1626 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 1639 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 1757 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 1764 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ 1777 $(INCDIR)/opcode/cgen-bitset.h $(INCDIR)/opcode/cgen.h \ [all …]
|
| /freebsd-12.1/usr.bin/cpuset/ |
| H A D | cpuset.c | 88 static void printset(struct bitset *mask, int size); 91 parselist(char *list, struct bitset *mask, int size) in parselist() 173 parselist(list, (struct bitset *)mask, CPU_SETSIZE); in parsecpulist() 217 parselist(l, (struct bitset *)mask, DOMAINSET_SETSIZE); in parsedomainlist() 221 printset(struct bitset *mask, int size) in printset() 255 printset((struct bitset *)&mask, CPU_SETSIZE); in printaffinity() 263 printset((struct bitset *)&domain, DOMAINSET_SETSIZE); in printaffinity()
|
| /freebsd-12.1/contrib/sendmail/libmilter/ |
| H A D | engine.c | 920 if (bitset(SMFIP_MDS_1M, v)) 925 else if (bitset(SMFIP_MDS_256K, v)) 1718 if (bitset(SMFIP_NOCONNECT, fl)) 1720 if (bitset(SMFIP_NOHELO, fl)) 1722 if (bitset(SMFIP_NOMAIL, fl)) 1724 if (bitset(SMFIP_NORCPT, fl)) 1726 if (bitset(SMFIP_NOHDRS, fl)) 1728 if (bitset(SMFIP_NOEOH, fl)) 1730 if (bitset(SMFIP_NOBODY, fl)) 1732 if (bitset(SMFIP_NODATA, fl)) [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | SubtargetFeature.h | 37 class FeatureBitset : public std::bitset<MAX_SUBTARGET_FEATURES> { 42 FeatureBitset(const bitset<MAX_SUBTARGET_FEATURES>& B) : bitset(B) {} in FeatureBitset()
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/GlobalISel/ |
| H A D | InstructionSelector.h | 57 class PredicateBitsetImpl : public std::bitset<MaxPredicates> { 62 PredicateBitsetImpl(const std::bitset<MaxPredicates> &B) in PredicateBitsetImpl() 63 : std::bitset<MaxPredicates>(B) {} in PredicateBitsetImpl() 67 std::bitset<MaxPredicates>::set(I); in PredicateBitsetImpl()
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | sh.dol.c | 380 int dimen = 0, bitset = 0, length = 0; in Dgetdol() local 395 bitset++, c = DgetC(0); /* $? tests existence */ in Dgetdol() 401 if (dimen || bitset || length) in Dgetdol() 411 if (dimen || bitset || length) in Dgetdol() 420 if (bitset) in Dgetdol() 495 np = dimen ? STRargv : (bitset ? STRstatus : NULL); in Dgetdol() 497 bitset = 0; in Dgetdol() 522 if (bitset) { in Dgetdol() 541 if (bitset) in Dgetdol() 557 bitset = 0; in Dgetdol() [all …]
|
| /freebsd-12.1/contrib/sendmail/libsmdb/ |
| H A D | smdb.c | 91 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)
|