| /openbsd/src/regress/usr.sbin/bgpd/config/ |
| D | bgpd.conf.11.in | 7 match from any ext-community rt 64496:1 8 match from any ext-community soo 64496:2 9 match from any ext-community odi 64496:3 10 match from any ext-community bdc 64496:4 11 match from any ext-community srcas 64496:5 12 match from any ext-community l2vid 64496:6 14 match from any ext-community rt 4200000001:7 15 match from any ext-community soo 4200000001:8 16 match from any ext-community odi 4200000001:9 17 match from any ext-community bdc 4200000001:10 [all …]
|
| D | bgpd.conf.10.in | 7 match from any community 1234:5678 8 match from any community local-as:5678 9 match from any community neighbor-as:5678 10 match from any community *:5678 11 match from any community 1234:local-as 12 match from any community 1234:neighbor-as 13 match from any community 1234:* 14 match from any community *:* 15 match from any community 1234:1 community 1234:2 16 match from any community 1234:1 community 1234:2 community 1234:3 [all …]
|
| D | bgpd.conf.11.ok | 11 match from any ext-community rt 64496:1 12 match from any ext-community soo 64496:2 13 match from any ext-community odi 64496:3 14 match from any ext-community bdc 64496:4 15 match from any ext-community srcas 64496:5 16 match from any ext-community l2vid 64496:6 17 match from any ext-community rt 4200000001:7 18 match from any ext-community soo 4200000001:8 19 match from any ext-community odi 4200000001:9 20 match from any ext-community bdc 4200000001:10 [all …]
|
| D | bgpd.conf.10.ok | 11 match from any community 1234:5678 12 match from any community local-as:5678 13 match from any community neighbor-as:5678 14 match from any community *:5678 15 match from any community 1234:local-as 16 match from any community 1234:neighbor-as 17 match from any community 1234:* 18 match from any community *:* 19 match from any community 1234:1 community 1234:2 20 match from any community 1234:1 community 1234:2 community 1234:3 [all …]
|
| /openbsd/src/gnu/llvm/llvm/utils/ |
| D | extract_symbols.py | 39 match = re.match("^.+SECT.+External\s+\|\s+(\S+).*$", line) 40 if match: 41 yield match.group(1) 61 match = re.match("^(\S+)\s+[BDGRSTVW]\s+\S+\s+\S*$", line) 62 if match: 63 yield match.group(1) 76 match = re.search('Name: (\S+)', line) 77 if match: 78 name = match.group(1) 79 match = re.search('Section: (\S+)', line) [all …]
|
| D | schedcover.py | 71 match = re_sched_default.match(line) 72 if match: add(match.group(1), "default", match.group(2)) 73 match = re_sched_no_default.match(line) 74 if match: add(match.group(1), "default") 75 match = re_sched_spec.match(line) 76 if match: add(match.group(2), match.group(1), match.group(3)) 77 match = re_sched_no_spec.match(line) 78 if match: add(match.group(1), match.group(2)) 79 match = re_sched_itin.match(line) 80 if match: add(match.group(1), "itinerary", match.group(2))
|
| /openbsd/src/regress/usr.sbin/bgpd/unittests/ |
| D | rde_community_test.h | 591 int match; member 600 .match = 1, 606 .match = 2, 612 .match = 20, 618 .match = 5, 624 .match = 5, 630 .match = 20, 636 .match = 21, 642 .match = 22, 648 .match = 22, [all …]
|
| /openbsd/src/regress/sbin/pfctl/ |
| D | pf17.in | 3 match on lo0 from 192.168.1.1 to any binat-to 10.0.0.1 4 match on lo0 proto tcp from 192.168.1.2 to any binat-to 10.0.0.2 5 match on lo0 proto udp from 192.168.1.3 to any binat-to 10.0.0.3 6 match on lo0 proto icmp from 192.168.1.4 to any binat-to 10.0.0.4 8 match on lo0 from 192.168.1.5 to 172.16.1.1 binat-to 10.0.0.5 9 match on lo0 from 192.168.1.6 to 172.16.1.2/32 binat-to 10.0.0.6 10 match on lo0 from 192.168.1.7 to 172.16.2.0/24 binat-to 10.0.0.7 12 match on lo0 from 192.168.2.0/24 to any binat-to 10.0.5.0/24 13 match on lo0 from 192.168.2.0/28 to any binat-to 10.0.4.0/28 14 match on lo0 from 192.168.2.0/30 to 192.168.3.1 binat-to 10.0.3.0/30 [all …]
|
| D | pf17.ok | 1 match out on lo0 inet from 192.168.1.1 to any nat-to 10.0.0.1 static-port 2 match in on lo0 inet from any to 10.0.0.1 rdr-to 192.168.1.1 3 match out on lo0 inet proto tcp from 192.168.1.2 to any nat-to 10.0.0.2 static-port 4 match in on lo0 inet proto tcp from any to 10.0.0.2 rdr-to 192.168.1.2 5 match out on lo0 inet proto udp from 192.168.1.3 to any nat-to 10.0.0.3 static-port 6 match in on lo0 inet proto udp from any to 10.0.0.3 rdr-to 192.168.1.3 7 match out on lo0 inet proto icmp from 192.168.1.4 to any nat-to 10.0.0.4 static-port 8 match in on lo0 inet proto icmp from any to 10.0.0.4 rdr-to 192.168.1.4 9 match out on lo0 inet from 192.168.1.5 to 172.16.1.1 nat-to 10.0.0.5 static-port 10 match in on lo0 inet from 172.16.1.1 to 10.0.0.5 rdr-to 192.168.1.5 [all …]
|
| D | pf68.ok | 1 match on lo0 inet proto tcp from 192.168.1.1 port = 1024 to any port = 80 2 match proto tcp all 3 match proto tcp all 4 match proto tcp all 5 match in proto tcp all 6 match in proto tcp all 7 match in proto tcp all scrub (reassemble tcp) 8 match in proto tcp from <regress.1> to any 9 match in proto tcp from ! <regress.2> to any 10 match in inet proto tcp from 10.0.0.1 to 10.0.0.3 [all …]
|
| D | pf68.in | 1 match on lo0 inet proto tcp from 192.168.1.1 port 1024 to any port 80 2 match proto tcp 3 match proto tcp all 4 match proto tcp from any to any 5 match in proto tcp 6 match in proto tcp all 7 match in proto tcp all scrub(reassemble tcp) 8 match in proto tcp from { <regress.1> !<regress.2> } to any 9 match in inet proto tcp from { 10.0.0.1, 10.0.0.2 } to { 10.0.0.3, 10.0.0.4 } 10 match in log on lo0 proto tcp from any to any scrub(min-ttl 25) [all …]
|
| D | pf18.ok | 3 match out on lo0 inet from 192.168.1.1 to any nat-to 10.0.0.1 4 match out on lo0 inet proto tcp from 192.168.1.2 to any nat-to 10.0.0.2 5 match out on lo0 inet proto udp from 192.168.1.3 to any nat-to 10.0.0.3 6 match out on lo0 inet proto icmp from 192.168.1.4 to any nat-to 10.0.0.4 7 match out on lo0 inet from 192.168.1.5 to 172.6.1.1 nat-to 127.0.0.1 8 match out on lo0 inet from 192.168.1.5 to 172.14.1.2 nat-to 127.0.0.1 9 match out on lo0 inet from 192.168.1.5 to 172.16.2.0/24 nat-to 127.0.0.1 10 match out on lo0 inet from 192.168.1.6 to 172.6.1.1 nat-to 127.0.0.1 11 match out on lo0 inet from 192.168.1.6 to 172.14.1.2 nat-to 127.0.0.1 12 match out on lo0 inet from 192.168.1.6 to 172.16.2.0/24 nat-to 127.0.0.1 [all …]
|
| D | pfail30.in | 2 match on lo0 from (lo0) to (lo1000000) binat-to (lo0) 3 match on lo0 from (lo0) to no-route binat-to (lo1000000) 4 match on lo0 from no-route to any binat-to 1.1.1.1 5 match on lo0 from !1.1.1.1 to any binat-to 1.1.1.1 6 match on lo0 from !(lo0) to any binat-to 1.1.1.1 7 match on lo0 from 1.1.1.1 to any binat-to no-route 8 match on lo0 from 1.1.1.1 to any binat-to !3.3.3.3 9 match on lo0 from 1.1.1.1 to any binat-to !(lo1000000) 10 #match on { lo0 lo1000000 } from 1.1.1.1 to any binat-to 2.2.2.2 11 match on lo0 from { 1.1.1.1 2.2.2.2 } to any binat-to 3.3.3.3 [all …]
|
| D | pf36.in | 3 #match out on lo0 from any to 127.0.0.1 nat-to { 127.0.0.1, 127.0.0.2 } 4 match out on lo0 from any to 127.0.0.1 nat-to { 127.0.0.1, 127.0.0.2 } round-robin 5 match out on lo0 from any to 127.0.0.1 nat-to lo0/24 bitmask static-port 6 match out on lo0 from any to 127.0.0.1 nat-to lo0/24 random 7 match out on lo0 from any to lo0 nat-to 127.0.0.1/24 source-hash 0x0123456789ABCDEF0123456789abcdef 8 match out on lo0 from any to 127.0.0.1 nat-to lo0/24 source-hash foobarlicious 9 match out on lo0 from any to 127.0.0.1 nat-to lo0/24 round-robin 11 match in on lo0 from any to lo0 rdr-to { 127.0.0.1, 127.0.0.2 } 12 match in on lo0 from any to lo0 rdr-to { 127.0.0.1, 127.0.0.2 } round-robin 13 match in on lo0 from any to lo0 rdr-to 127.0.0.1/24 bitmask [all …]
|
| D | pfi2.ok | 1 self and (self) match. 2 self:network and (self:network) match. 3 self:peer and (self:peer) match. 4 self:broadcast and (self:broadcast) match. 5 self/24 and (self)/24 match. 6 self:0 and (self:0) match. 7 self:network:0 and (self:network:0) match. 8 self:peer:0 and (self:peer:0) match. 9 self:broadcast:0 and (self:broadcast:0) match. 10 self:0/24 and (self:0)/24 match.
|
| D | pf27.in | 3 match out on lo0 from any to 127.0.0.1 nat-to lo0 4 match out on lo0 from 127.0.0.1 to any nat-to lo0 5 match out on lo0 from any to lo0 nat-to 127.0.0.1 7 match out on lo0 from any to 127.0.0.1 nat-to (lo0) 8 match out on lo0 from 127.0.0.1 to any nat-to (lo0) 9 match out on lo0 from any to (lo0) nat-to 127.0.0.1 11 match in on lo0 from any to 127.0.0.1 rdr-to lo0 12 match in on lo0 from 127.0.0.1 to any rdr-to lo0 13 match in on lo0 from any to lo0 rdr-to 127.0.0.1 15 match in on lo0 from any to 127.0.0.1 rdr-to (lo0) [all …]
|
| /openbsd/src/regress/lib/libc/fnmatch/ |
| D | fnm_test.in | 7 # 'te\st' 'test'; no match if FNM_NOESCAPE 11 # 'te\\st' 'te\st'; no match if FNM_NOESCAPE 15 # 'te\*t' 'te*t'; no match if FNM_NOESCAPE 19 # 'te\*t' 'test'; no match 22 # 'te\?t' 'te?t'; no match if FNM_NOESCAPE 26 # 'te\?t' 'test'; no match 29 # 'tesT' 'test'; match if FNM_CASEFOLD 33 # 'test' 'Test'; match if FNM_CASEFOLD 37 # 'tEst' 'teSt'; match if FNM_CASEFOLD 41 # '?est' 'test'; match always [all …]
|
| /openbsd/src/regress/usr.sbin/bgpd/integrationtests/ |
| D | bgpd.ixp.rdomain1.conf | 190 match from group clients set community delete 65530:0 191 match from group clients set large-community delete 999:65530:0 194 match from group clients set community delete 65530:1 195 match from group clients set large-community delete 999:65530:1 198 match from group clients set community delete 65530:3 199 match from group clients set large-community delete 999:65530:3 202 match from group clients set community delete 65530:2 203 match from group clients set large-community delete 999:65530:2 206 match from group clients set community delete 65520:* 209 match from group clients set community delete 65524:* [all …]
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Unicode-Collate/t/ |
| D | index.t | 67 my $match; 74 $match = undef; 76 $match = substr($str, $pos, $len); 78 ok($match, $ret); 83 $match = undef; 85 $match = substr($str, $pos, $len); 87 ok($match, $ret); 94 $match = undef; 96 $match = substr($str, $pos, $len); 98 ok($match, $ret); [all …]
|
| /openbsd/src/regress/sbin/slaacd/ |
| D | Slaacctl.py | 66 if re.match(r"^\s*$", line): 69 ifname = re.match(r"^(\w+):", line).group(1) 75 m = re.match(r"^\s+index:\s+(\d+)\s+running:" 82 self.lladdr = re.match(r"^\s+lladdr:\s+(.*)", 86 self.linklocal = re.match(r"^\s+inet6:\s+(.*)", 90 is_ra = re.match(r"^\s+Router Advertisement " 92 is_addr_proposal = re.match(r"^\s+Address " 105 m = re.match(r"\s+received:\s+(.*);\s+(\d+)s " 111 m = re.match(r"\s+Cur Hop Limit:\s+(\d+), M: " 120 ra['preference'] = re.match(r"^\s+Default " [all …]
|
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineMulDivRem.cpp | 58 if (match(V, m_LShr(m_OneUse(m_Shl(m_Value(One), m_Value(A))), m_Value(B))) && in simplifyValueKnownNonZero() 59 match(One, m_One())) { in simplifyValueKnownNonZero() 105 if (match(&I, m_c_Mul(m_OneUse(m_Select(m_Value(Cond), m_One(), m_AllOnes())), in foldMulSelectToNegate() 113 if (match(&I, m_c_Mul(m_OneUse(m_Select(m_Value(Cond), m_AllOnes(), m_One())), in foldMulSelectToNegate() 122 if (match(&I, m_c_FMul(m_OneUse(m_Select(m_Value(Cond), m_SpecificFP(1.0), in foldMulSelectToNegate() 132 if (match(&I, m_c_FMul(m_OneUse(m_Select(m_Value(Cond), m_SpecificFP(-1.0), in foldMulSelectToNegate() 156 if (match(Y, m_Shl(m_One(), m_Value(Z)))) { in foldMulShl1() 166 if (match(Y, m_OneUse(m_Add(m_BinOp(Shift), m_One()))) && in foldMulShl1() 167 match(Shift, m_OneUse(m_Shl(m_One(), m_Value(Z))))) { in foldMulShl1() 179 if (match(Y, m_OneUse(m_Not(m_OneUse(m_Shl(m_AllOnes(), m_Value(Z))))))) { in foldMulShl1() [all …]
|
| D | InstCombineAddSub.cpp | 765 if (match(RHS, m_Add(m_Value(X), m_One()))) in checkForNegativeOperand() 768 if (match(LHS, m_Add(m_Value(X), m_One()))) { in checkForNegativeOperand() 770 if (match(RHS, m_Xor(m_Value(Y), m_APInt(C1)))) in checkForNegativeOperand() 773 if (match(X, m_Xor(m_Value(Y), m_APInt(C1)))) { in checkForNegativeOperand() 776 if (match(Y, m_Or(m_Value(Z), m_APInt(C2))) && (*C2 == ~(*C1))) { in checkForNegativeOperand() 779 } else if (match(Y, m_And(m_Value(Z), m_APInt(C2))) && (*C1 == *C2)) { in checkForNegativeOperand() 793 if (match(RHS, m_Xor(m_Value(Y), m_APInt(C1)))) in checkForNegativeOperand() 799 if (match(LHS, m_Xor(m_Value(Y), m_APInt(C1)))) in checkForNegativeOperand() 801 if (match(Y, m_And(m_Value(Z), m_APInt(C2))) && *C1 == (*C2 + 1)) { in checkForNegativeOperand() 814 if (!match(Op1, m_Constant(Op1C))) in foldNoWrapAdd() [all …]
|
| D | InstCombineAndOrXor.cpp | 62 if (!match(OldLHS, m_BSwap(m_Value(NewLHS)))) in SimplifyBSwap() 68 if (match(OldRHS, m_BSwap(m_Value(NewRHS)))) { in SimplifyBSwap() 73 } else if (match(OldRHS, m_APInt(C))) { in SimplifyBSwap() 159 match(A, m_APInt(ConstA)); in getMaskedICmpType() 160 match(B, m_APInt(ConstB)); in getMaskedICmpType() 161 match(C, m_APInt(ConstC)); in getMaskedICmpType() 258 if (!match(L1, m_And(m_Value(L11), m_Value(L12)))) { in getMaskedTypeForICmpPair() 265 if (!match(L2, m_And(m_Value(L21), m_Value(L22)))) { in getMaskedTypeForICmpPair() 293 if (!match(R1, m_And(m_Value(R11), m_Value(R12)))) { in getMaskedTypeForICmpPair() 319 if (!match(R2, m_And(m_Value(R11), m_Value(R12)))) { in getMaskedTypeForICmpPair() [all …]
|
| /openbsd/src/usr.bin/mandoc/ |
| D | dbm.c | 163 dbm_page_byname(const struct dbm_match *match) in dbm_page_byname() argument 165 assert(match != NULL); in dbm_page_byname() 166 page_bytitle(ITER_NAME, match); in dbm_page_byname() 170 dbm_page_bysect(const struct dbm_match *match) in dbm_page_bysect() argument 172 assert(match != NULL); in dbm_page_bysect() 173 page_bytitle(ITER_SECT, match); in dbm_page_bysect() 177 dbm_page_byarch(const struct dbm_match *match) in dbm_page_byarch() argument 179 assert(match != NULL); in dbm_page_byarch() 180 page_byarch(match); in dbm_page_byarch() 184 dbm_page_bydesc(const struct dbm_match *match) in dbm_page_bydesc() argument [all …]
|
| /openbsd/src/usr.sbin/bgpd/ |
| D | rde_filter.c | 225 if (f->match.ovs.is_set) { in rde_filter_match() 226 if ((state->vstate & ROA_MASK) != f->match.ovs.validity) in rde_filter_match() 230 if (f->match.avs.is_set) { in rde_filter_match() 231 if (((state->vstate >> 4) & ASPA_MASK) != f->match.avs.validity) in rde_filter_match() 235 if (asp != NULL && f->match.as.type != AS_UNDEF) { in rde_filter_match() 236 if (aspath_match(asp->aspath, &f->match.as, in rde_filter_match() 241 if (asp != NULL && f->match.aslen.type != ASLEN_NONE) in rde_filter_match() 242 if (aspath_lenmatch(asp->aspath, f->match.aslen.type, in rde_filter_match() 243 f->match.aslen.aslen) == 0) in rde_filter_match() 247 if (f->match.community[i].flags == 0) in rde_filter_match() [all …]
|