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

12345678

/bind-9.6-ESV-R11/lib/isc/
H A Dstrtoul.c5 * Permission to use, copy, modify, and/or distribute this software for any
75 int neg = 0, any, cutlim; local
98 for (acc = 0, any = 0;; c = *s++) {
109 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
110 any = -1;
112 any = 1;
117 if (any < 0) {
123 DE_CONST(any ? s - 1 : nptr, *endptr);
/bind-9.6-ESV-R11/lib/lwres/
H A Dstrtoul.c5 * Permission to use, copy, modify, and/or distribute this software for any
81 int neg = 0, any, cutlim; local
104 for (acc = 0, any = 0;; c = *s++) {
115 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim))
116 any = -1;
118 any = 1;
123 if (any < 0) {
129 DE_CONST(any ? s - 1 : nptr, *endptr);
/bind-9.6-ESV-R11/bin/tests/startperf/
H A Dsetup.sh5 # Permission to use, copy, modify, and/or distribute this software for any
32 allow-query { any; };
44 inet 127.0.0.1 port 9953 allow { any; } keys { rndc_key; };
/bind-9.6-ESV-R11/bin/tests/system/tkey/ns1/
H A Dnamed.conf.in5 * Permission to use, copy, modify, and/or distribute this software for any
34 allow-query-cache { any; };
43 inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; };
/bind-9.6-ESV-R11/bin/tests/system/dnssec/ns3/
H A Dnamed.conf5 * Permission to use, copy, modify, and/or distribute this software for any
44 inet 10.53.0.3 port 9953 allow { any; } keys { rndc_key; };
61 allow-update { any; };
67 allow-update { any; };
73 allow-update { any; };
79 allow-update { any; };
85 allow-update { any; };
91 allow-update { any; };
154 allow-update { any; };
186 allow-update { any; };
[all...]
/bind-9.6-ESV-R11/bin/tests/system/nsupdate/ns1/
H A Dnamed.conf5 * Permission to use, copy, modify, and/or distribute this software for any
40 inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; };
47 allow-update { any; };
48 allow-transfer { any; };
55 allow-update { any; };
56 allow-transfer { any; };
/bind-9.6-ESV-R11/bin/tests/system/views/
H A Dtests.sh6 # Permission to use, copy, modify, and/or distribute this software for any
27 a.example. @10.53.0.2 any -p 5300 > dig.out.ns2.1 || status=1
32 a.example. @10.53.0.3 any -p 5300 > dig.out.ns3.1 || status=1
50 -b 10.53.0.4 a.example. @10.53.0.4 any -p 5300 > dig.out.ns4.2 \
56 -b 10.53.0.2 a.example. @10.53.0.2 any -p 5300 > dig.out.ns2.2 \
62 @10.53.0.3 a.example. any -p 5300 > dig.out.ns3.2 || status=1
/bind-9.6-ESV-R11/bin/tests/system/emptyzones/ns1/
H A Dnamed1.conf4 * Permission to use, copy, modify, and/or distribute this software for any
25 inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; };
38 allow-query {!10.53.0.8; any; };
H A Dnamed2.conf4 * Permission to use, copy, modify, and/or distribute this software for any
25 inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; };
38 allow-query {!10.53.0.8; any; };
/bind-9.6-ESV-R11/bin/tests/system/ixfr/ns3/
H A Dnamed.conf4 * Permission to use, copy, modify, and/or distribute this software for any
23 allow-transfer { any; };
38 inet 10.53.0.3 port 9953 allow { any; } keys { rndc_key; };
/bind-9.6-ESV-R11/bin/tests/system/nsupdate/ns2/
H A Dnamed.conf5 * Permission to use, copy, modify, and/or distribute this software for any
39 allow-transfer { any; };
46 allow-transfer { any; };
/bind-9.6-ESV-R11/bin/tests/system/resolver/ns6/
H A Dnamed.conf4 * Permission to use, copy, modify, and/or distribute this software for any
43 allow-update { any; };
49 allow-update { any; };
/bind-9.6-ESV-R11/bin/tests/system/upforwd/ns3/
H A Dnamed.conf5 * Permission to use, copy, modify, and/or distribute this software for any
38 allow-update-forwarding { any; };
45 allow-update-forwarding { any; };
/bind-9.6-ESV-R11/contrib/zkt/examples/views/
H A Dnamed.conf29 listen-on-v6 port 1053 { any; };
30 listen-on port 1053 { any; };
86 match-clients { any; };
/bind-9.6-ESV-R11/bin/tests/system/acl/ns2/
H A Dnamed4.conf4 * Permission to use, copy, modify, and/or distribute this software for any
48 !key one; !key two; any;
52 !10.53.0.1; !10.53.0.2; any;
72 allow-transfer { !rejectkeys; !rejectaddrs; !check1; !check2; any; };
/bind-9.6-ESV-R11/bin/tests/system/checknames/ns1/
H A Dnamed.conf4 * Permission to use, copy, modify, and/or distribute this software for any
60 allow-update { any; };
67 allow-update { any; };
74 allow-update { any; };
/bind-9.6-ESV-R11/bin/tests/system/database/ns1/
H A Dnamed.conf14 * Permission to use, copy, modify, and/or distribute this software for any
27 inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; };
H A Dnamed.conf24 * Permission to use, copy, modify, and/or distribute this software for any
27 inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; };
/bind-9.6-ESV-R11/bin/tests/system/dnssec/ns2/
H A Dnamed.conf5 * Permission to use, copy, modify, and/or distribute this software for any
51 allow-update { any; };
57 allow-update { any; };
63 allow-update { any; };
/bind-9.6-ESV-R11/bin/tests/system/ixfr/
H A Dsetup.sh6 # Permission to use, copy, modify, and/or distribute this software for any
41 inet 10.53.0.1 port 9953 allow { any; } keys { rndc_key; };
/bind-9.6-ESV-R11/bin/tests/system/xfer/ns4/
H A Dnamed.conf.base4 * Permission to use, copy, modify, and/or distribute this software for any
42 inet 10.53.0.4 port 9953 allow { any; } keys { rndc_key; };
/bind-9.6-ESV-R11/bin/tests/system/allow_query/ns2/
H A Dnamed02.conf4 * Permission to use, copy, modify, and/or distribute this software for any
27 allow-query { any; };
H A Dnamed22.conf4 * Permission to use, copy, modify, and/or distribute this software for any
33 allow-query { any; };
H A Dnamed33.conf4 * Permission to use, copy, modify, and/or distribute this software for any
34 allow-query { any; };
H A Dnamed34.conf4 * Permission to use, copy, modify, and/or distribute this software for any
27 allow-query { any; };

Completed in 1792 milliseconds

12345678