Searched refs:any (Results 1 - 25 of 866) sorted by relevance

1234567891011>>

/openbsd-current/regress/usr.sbin/bgpd/integrationtests/
H A Dbgpd.as0.conf7 allow from any
8 allow to any
H A Dbgpd.med.conf9 allow from any
10 allow to any
H A Dbgpd.attr.conf7 allow from any
8 allow to any
H A Dbgpd.maxcomm.rdomain1.conf10 deny from any
11 deny to any
13 allow from any
15 match from any max-communities 0 set metric +1
16 match from any max-ext-communities 0 set metric +10
17 match from any max-large-communities 0 set metric +100
19 match from any max-communities 2 set metric +2
20 match from any max-ext-communities 2 set metric +20
21 match from any max-large-communities 2 set metric +200
23 match from any ma
[all...]
H A Dbgpd.ovs.rdomain1.conf15 deny from any
16 deny to any
18 allow from any
H A Dbgpd.ovs.rdomain2.conf18 deny from any
19 deny to any
21 allow to any
H A Dbgpd.network_statement.rdomain1.conf12 deny from any
13 deny to any
15 allow from any
H A Dbgpd.maxprefix.rdomain1.conf12 deny from any
13 deny to any
15 allow to any
H A Dbgpd.maxprefix.rdomain2.conf13 deny from any
14 deny to any
16 allow from any
H A Dbgpd.maxprefixout.rdomain1.conf13 deny from any
14 deny to any
16 allow to any
H A Dbgpd.maxprefixout.rdomain2.conf12 deny from any
13 deny to any
15 allow from any
H A Dbgpd.md5.rdomain1.conf11 deny from any
12 deny to any
H A Dbgpd.md5.rdomain2.conf11 deny from any
12 deny to any
H A Dbgpd.network_statement.rdomain2.conf22 deny from any
23 deny to any
25 allow to any
H A Dbgpd.eval_all.conf22 allow from any
24 allow to any
25 deny to any community local-as:neighbor-as
H A Dbgpd.pftable.rdomain1.conf17 allow from any set pftable "bgpd_integ_test"
18 deny to any
H A Dbgpd.pftable.rdomain2_1.conf23 deny from any
24 allow to any
H A Dbgpd.pftable.rdomain2_2.conf25 deny from any
26 allow to any
H A Dbgpd.ixp.rdomain2_4.conf13 allow from any
14 allow to any
H A Dbgpd.ixp.rdomain2_1.conf12 allow from any
13 allow to any
H A Dbgpd.capa.client.conf19 allow from any
20 allow to any
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/transforms/scalar_opts/
H A Dllvm_scalar_opts.ml10 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
13 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
16 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
19 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
22 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
25 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
28 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
31 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
34 : [< Llvm.PassManager.any ] Llvm.PassManager.t -> unit
37 : [< Llvm.PassManager.any ] Llv
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/expr/
H A Dstatic_cast3.C4 struct any struct
9 struct range : public any<range>
22 const any<range>& r = *new range();
/openbsd-current/lib/libc/locale/
H A D_wcstol.h55 int neg, any, cutlim; local
64 * Skip white space and pick up leading +/- sign if any.
102 for (acc = 0, any = 0;; wc = (wchar_t) *s++) {
108 if (any < 0)
112 any = -1;
116 any = 1;
122 any = -1;
126 any = 1;
133 *endptr = (wchar_t *)(any ? s - 1 : nptr);
/openbsd-current/lib/libc/stdlib/
H A Dstrtoimax.c47 int neg, any, cutlim; local
61 * Skip white space and pick up leading +/- sign if any.
101 * Set any if any `digits' consumed; make it negative to indicate
114 for (acc = 0, any = 0;; c = (unsigned char) *s++) {
123 if (any < 0)
127 any = -1;
131 any = 1;
137 any = -1;
141 any
[all...]

Completed in 180 milliseconds

1234567891011>>