Home
last modified time | relevance | path

Searched refs:match (Results 1 – 25 of 2187) sorted by relevance

12345678910>>...88

/openbsd/regress/usr.sbin/bgpd/config/
H A Dbgpd.conf.11.in7 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
55 match from any ext-community * *
56 match from any ext-community rt *
57 match from any ext-community soo *
58 match from any ext-community odi *
59 match from any ext-community ort *
[all …]
H A Dbgpd.conf.10.in7 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
13 match from any community 1234:*
14 match from any community *:*
19 match from any community BLACKHOLE
21 match from any community NO_EXPORT
22 match from any community NO_ADVERTISE
[all …]
H A Dbgpd.conf.11.ok11 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
33 match from any ext-community ovs valid
39 match from any ext-community * *
40 match from any ext-community rt *
41 match from any ext-community soo *
42 match from any ext-community odi *
43 match from any ext-community ort *
[all …]
H A Dbgpd.conf.10.ok11 match from any community 1234:5678
12 match from any community local-as:5678
14 match from any community *:5678
15 match from any community 1234:local-as
17 match from any community 1234:*
18 match from any community *:*
21 match from any community 65535:666
22 match from any community 65535:0
23 match from any community 65535:65281
24 match from any community 65535:65282
[all …]
/openbsd/gnu/llvm/llvm/utils/
H A Dextract_symbols.py124 match = re.match('Format: (\S+)', line)
241 match = re.match('(\d+)(.+)', arg)
244 name = match.group(1)+match.group(2)[:n]
248 match = re.match('([CD][123])(.+)', arg)
250 return match.group(1), match.group(2)
253 match = re.match('([^E]+)(.+)', arg)
255 return match.group(1), match.group(2)
267 match = re.match('(\d+)(.+)', tmp)
273 match = re.match('S[A-Z0-9]*_(.+)', tmp)
301 match = re.match('NS[A-Z0-9]*_(.+)', arg)
[all …]
H A Dschedcover.py71 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/regress/usr.sbin/bgpd/unittests/
H A Drde_community_test.h591 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/regress/sbin/pfctl/
H A Dpf17.in3 match on lo0 from 192.168.1.1 to any binat-to 10.0.0.1
28 match on lo0 from ::1 to no-route binat-to ::2
29 match on lo0 from (lo0:0) to ::1 binat-to ::2
32 match on lo0 from ::1 to <sometable> binat-to ::2
38 match on lo0 from ::1 to (lo0) binat-to ::1
39 match on lo0 from ::1 to (lo0:0) binat-to ::1
40 match on lo0 from ::1 to (lo0:peer) binat-to ::1
46 match on lo0 from ::1 to (lo0)/100 binat-to ::2
47 match on lo0 from ::1 to (lo0:0)/100 binat-to ::2
51 match on lo from (lo0:0) to ::1 binat-to ::2
[all …]
H A Dpf17.ok1 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
42 match in on lo0 inet6 from no-route to ::2 rdr-to ::1
44 match in on lo0 inet6 from ::1 to ::2 rdr-to (lo0:0)
50 match in on lo0 inet6 from <sometable> to ::2 rdr-to ::1
60 match in on lo0 inet6 from (lo0) to ::1 rdr-to ::1
62 match in on lo0 inet6 from (lo0:0) to ::1 rdr-to ::1
64 match in on lo0 inet6 from (lo0:peer) to ::1 rdr-to ::1
76 match in on lo0 inet6 from (lo0)/100 to ::2 rdr-to ::1
84 match in on lo inet6 from ::1 to ::2 rdr-to (lo0:0)
[all …]
H A Dpf68.ok2 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
8 match in proto tcp from <regress.1> to any
17 match in log on lo0 proto tcp all
18 match in log on lo1000000 proto tcp all
19 match in on lo0 proto tcp all
27 match out proto tcp all
[all …]
H A Dpf68.in2 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)
13 match in on lo0 proto tcp all
19 match in on lo0 inet proto tcp from (lo0) to any
21 match out proto tcp
24 match proto tcp scrub(random-id)
[all …]
H A Dpf18.ok3 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
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
10 match out on lo0 inet from 192.168.1.6 to 172.6.1.1 nat-to 127.0.0.1
13 match out on lo0 inet from 192.168.1.7 to 172.6.1.1 nat-to 127.0.0.1
18 match out on ! lo0 inet proto udp all nat-to 10.0.0.8 static-port
19 match out on ! lo0 inet proto tcp all nat-to 10.0.0.8 static-port
20 match out on lo0 inet all nat-to 10.0.0.8
[all …]
H A Dpfail30.in2 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
14 match on lo0 from ::1 to any binat-to 1.2.3.4
15 match on lo0 from 1.1.1.1 to ::1 binat-to 1.2.3.4
16 match on lo0 from 1.1.1.1 to any binat-to ::1
[all …]
H A Dpf36.in3 #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
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
14 match in on lo0 from any to lo0 rdr-to 127.0.0.1/24 random
[all …]
H A Dpfi2.ok1 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.
H A Dpf27.in3 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 …]
H A Dpf27.ok1 match out on lo0 inet from any to 127.0.0.1 nat-to 127.0.0.1
2 match out on lo0 inet from 127.0.0.1 to any nat-to 127.0.0.1
3 match out on lo0 inet from any to 127.0.0.1 nat-to 127.0.0.1
4 match out on lo0 inet from any to 127.0.0.1 nat-to (lo0) round-robin
5 match out on lo0 inet from 127.0.0.1 to any nat-to (lo0) round-robin
6 match out on lo0 inet from any to (lo0) nat-to 127.0.0.1
7 match in on lo0 inet from any to 127.0.0.1 rdr-to 127.0.0.1
8 match in on lo0 inet from 127.0.0.1 to any rdr-to 127.0.0.1
9 match in on lo0 inet from any to 127.0.0.1 rdr-to 127.0.0.1
10 match in on lo0 inet from any to 127.0.0.1 rdr-to (lo0) round-robin
[all …]
/openbsd/regress/lib/libc/fnmatch/
H A Dfnm_test.in19 # 'te\*t' 'test'; no match
26 # 'te\?t' 'test'; no match
41 # '?est' 'test'; match always
44 # 'te?t' 'test'; match always
50 # 'test?' 'test'; no match
62 # '*st' 'test'; match always
65 # 't*t' 'test'; match always
104 # 'te[^\x' 'text'; no match
107 # 'te[/]t' 'text'; no match
174 # '/test' 'test'; no match
[all …]
/openbsd/regress/usr.sbin/bgpd/integrationtests/
H A Dbgpd.ixp.rdomain1.conf218 match from group clients set {
740 match from 192.0.2.11 set {
1260 match from 192.0.2.21 set {
1729 match from 192.0.2.31 set {
2177 match from 192.0.2.41 set {
2433 match to group clients set {
2439 match to group clients set {
2445 match to group clients set {
2451 match to group clients set {
2457 match to group clients set {
[all …]
/openbsd/regress/sbin/slaacd/
H A DSlaacctl.py66 if re.match("^\s*$", line):
133 is_rdns = re.match("^\s+rdns: (.*), "
158 m = re.match("^\s+On-link: (\d+), "
171 is_id = re.match("^\s+id:\s+(\d+), "
187 m = re.match("^\s+vltime:\s+(\d+), "
201 m = re.match("^\s+(.+), (.+)", line)
206 is_id = re.match("^\s+id:\s+(\d+), "
223 m = re.match("^\s+router: (.+)", line)
243 is_id = re.match("^\s+id:\s+(\d+), "
256 m = re.match("^\s+router: (.+)", line)
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Unicode-Collate/t/
H A Dindex.t67 my $match;
74 $match = undef;
83 $match = undef;
94 $match = undef;
103 $match = undef;
112 $match = undef;
121 $match = undef;
140 $match = undef;
148 $match = undef;
154 $match = undef;
[all …]
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp330 if (match(Op0, m_Neg(m_Value(X))) && match(Op1, m_Constant(Op1C))) in visitMul()
334 if (match(Op0, m_Neg(m_Value(X))) && match(Op1, m_Neg(m_Value(Y)))) { in visitMul()
400 if (((match(Op0, m_ZExt(m_Value(X))) && match(Op1, m_ZExt(m_Value(Y)))) || in visitMul()
401 (match(Op0, m_SExt(m_Value(X))) && match(Op1, m_SExt(m_Value(Y))))) && in visitMul()
410 if (((match(Op0, m_SExt(m_Value(X))) && match(Op1, m_ZExt(m_Value(Y)))) || in visitMul()
411 (match(Op0, m_ZExt(m_Value(X))) && match(Op1, m_SExt(m_Value(Y))))) && in visitMul()
498 if (match(Op0, m_FNeg(m_Value(X))) && match(Op1, m_FNeg(m_Value(Y)))) in foldFPSignBitOps()
508 if (match(Op0, m_FAbs(m_Value(X))) && match(Op1, m_FAbs(m_Value(Y))) && in foldFPSignBitOps()
560 if (match(Op0, m_FNeg(m_Value(X))) && match(Op1, m_Constant(C))) in visitFMul()
1205 if (match(N, m_ZExt(m_Value(X))) && match(D, m_ZExt(m_Value(Y))) && in narrowUDivURem()
[all …]
H A DInstCombineAddSub.cpp870 match(Op1, m_AllOnes())) in foldAddWithConstant()
891 match(Op1, m_One())) in foldAddWithConstant()
1197 if (!match( in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract()
1235 if (!match(Zero, m_Zero())) in canonicalizeCondSignextOfHighBitExtractToSignextHighBitExtract()
1328 if (match(CrossSum, in foldBoxMultiply()
1491 if (match(&I, in visitAdd()
1505 if (match(&I, in visitAdd()
1563 if (match(&I, m_c_BinOp( in visitAdd()
1988 return match(UI, in visitSub()
2046 if (match(Op0, m_AddRdx(V0)) && match(Op1, m_AddRdx(V1)) && in visitSub()
[all …]
H A DInstCombineAndOrXor.cpp381 if (!match(B, m_APInt(BCst)) || !match(C, m_APInt(CCst)) || in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()
382 !match(D, m_APInt(DCst)) || !match(E, m_APInt(OrigECst))) in foldLogOpOfMaskedICmps_NotAllZeros_BMask_Mixed()
600 if (!match(B, m_APInt(ConstB)) || !match(D, m_APInt(ConstD))) in foldLogOpOfMaskedICmps()
1811 if (match(Op0, in foldComplexAndOrPatterns()
1866 if (match(&BO, in reassociateForUses()
1980 if (match(&I, in visitAnd()
2467 if (match(L, m_Constant(LC)) && match(R, m_Constant(RC)) && in matchFunnelShift()
3013 if (match(&I, in visitOr()
3031 if (match(C, m_APInt(C0)) && match(D, m_APInt(C1))) { in visitOr()
3340 if (match(&I, in visitOr()
[all …]
/openbsd/usr.bin/mandoc/
H A Ddbm.c165 assert(match != NULL); in dbm_page_byname()
172 assert(match != NULL); in dbm_page_bysect()
179 assert(match != NULL); in dbm_page_byarch()
180 page_byarch(match); in dbm_page_byarch()
186 assert(match != NULL); in dbm_page_bydesc()
237 match = arg_match; in page_bytitle()
253 match = NULL; in page_bytitle()
281 match = NULL; in page_bytitle()
314 match = arg_match; in page_byarch()
334 match = NULL; in page_byarch()
[all …]

12345678910>>...88