Searched refs:assert (Results 1 - 25 of 66) sorted by relevance

123

/bind-9.11.3/contrib/idn/idnkit-1.0-src/include/idn/
H A Dassert.h1 /* $Id: assert.h,v 1.1 2003/06/04 00:25:35 marka Exp $ */
51 #include <assert.h>
/bind-9.11.3/lib/lwres/
H A Dassert_p.h16 #include <assert.h> /* Required for assert() prototype. */
18 #define REQUIRE(x) assert(x)
19 #define INSIST(x) assert(x)
/bind-9.11.3/unit/atf-src/admin/
H A Dcheck-style-cpp.awk63 /assert[ \t]*\(/ {
64 warn("Use the macros in sanity.hpp instead of assert");
67 /include.*assert/ {
68 warn("Do not include assert.h nor cassert");
H A Dcheck-style-c.awk63 /assert[ \t]*\(/ {
64 warn("Use the macros in sanity.h instead of assert");
71 /include.*assert.h/ {
72 warn("Do not include assert.h");
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Daliaslist.c56 #include <idn/assert.h>
94 assert(listp != NULL);
111 assert(list != NULL);
135 assert(path != NULL);
189 assert(list != NULL);
190 assert(pattern != NULL);
191 assert(encoding != NULL);
217 assert(list != NULL);
218 assert(pattern != NULL);
219 assert(encodin
[all...]
H A Dutil.c57 #include <idn/assert.h>
89 assert(str != NULL && prefix != NULL);
103 assert(str != NULL && prefix != NULL);
136 assert((topkey == idn__util_hkey_currentuser ||
H A Dchecker.c55 #include <idn/assert.h>
188 assert(scheme_hash != NULL);
189 assert(ctxp != NULL);
225 assert(scheme_hash != NULL);
226 assert(ctx != NULL);
246 assert(ctx != NULL && scheme_hash != NULL);
264 assert(scheme_hash != NULL);
265 assert(ctx != NULL);
308 assert(ctx->nschemes <= ctx->scheme_size);
346 assert(scheme_has
[all...]
H A Dmapper.c55 #include <idn/assert.h>
157 assert(scheme_hash != NULL);
158 assert(ctxp != NULL);
195 assert(scheme_hash != NULL);
196 assert(ctx != NULL);
216 assert(ctx != NULL && scheme_hash != NULL);
235 assert(scheme_hash != NULL);
236 assert(ctx != NULL);
284 assert(ctx->nschemes <= ctx->scheme_size);
321 assert(scheme_has
[all...]
H A Ddelimitermap.c55 #include <idn/assert.h>
82 assert(ctxp != NULL);
113 assert(ctx != NULL);
131 assert(ctx != NULL);
144 assert(ctx != NULL && ctx->ndelimiters <= ctx->delimiter_size);
181 assert(ctx != NULL && delimiters != NULL);
215 assert(ctx != NULL && from != NULL && to != NULL);
H A Dutf8.c51 #include <idn/assert.h>
71 assert(s != NULL);
88 assert(s != NULL);
120 assert(s != NULL);
187 assert(s != NULL);
243 assert(s != NULL);
262 assert(s != NULL && known_top != NULL && known_top <= s);
H A Dresconf.c64 #include <idn/assert.h>
178 assert(ctxp != NULL);
330 assert(ctx != NULL);
369 assert(ctx != NULL);
387 assert(ctx != NULL);
398 assert(ctx != NULL);
407 assert(ctx != NULL);
418 assert(ctx != NULL);
429 assert(ctx != NULL);
440 assert(ct
[all...]
H A Dapi.c54 #include <idn/assert.h>
142 assert(from != NULL && to != NULL);
167 assert(from != NULL && to != NULL);
193 assert(from != NULL && to != NULL);
229 assert(from != NULL && to != NULL);
245 assert(from != NULL && to != NULL);
H A Dnormalizer.c55 #include <idn/assert.h>
140 assert(ctxp != NULL);
162 assert(ctx != NULL);
181 assert(ctx != NULL);
196 assert(ctx != NULL && scheme_name != NULL);
200 assert(INITIALIZED);
211 assert(ctx->nschemes <= ctx->scheme_size);
231 assert(ctx != NULL && scheme_names != NULL);
259 assert(scheme_hash != NULL);
260 assert(ct
[all...]
H A Dmapselector.c54 #include <idn/assert.h>
105 assert(ctxp != NULL);
136 assert(ctx != NULL);
156 assert(ctx != NULL);
171 assert(ctx != NULL && tld != NULL);
217 assert(ctx != NULL && tld != NULL && scheme_names != NULL);
241 assert(ctx != NULL && tld != NULL);
274 assert(ctx != NULL && from != NULL && to != NULL);
342 assert(ctx != NULL && from != NULL && to != NULL);
H A Dstrhash.c53 #include <idn/assert.h>
96 assert(hashp != NULL);
122 assert(hash != NULL && hash->bins != NULL);
145 assert(hash != NULL && key != NULL);
181 assert(hash != NULL && key != NULL && valuep != NULL);
196 assert(hash != NULL && key != NULL);
216 assert(key != NULL);
231 assert(key != NULL);
H A Ducsset.c54 #include <idn/assert.h>
132 assert(ctx != NULL);
150 assert(ctx != NULL && ctx->refcnt > 0);
163 assert(ctx != NULL && ctx->refcnt > 0);
172 assert(ctx != NULL && ctx->refcnt > 0);
183 assert(ctx != NULL && ctx->refcnt > 0);
198 assert(ctx != NULL && ctx->refcnt > 0);
267 assert(ctx != NULL && ctx->refcnt > 0 && found != NULL);
/bind-9.11.3/unit/atf-src/tools/
H A Dio.cpp60 assert(m_handle != invalid_value());
94 assert(is_valid());
104 assert(is_valid());
115 assert(is_valid());
123 assert(is_valid());
157 assert(m_handle >= 0);
158 assert(m_bufsize > 0);
183 assert(gptr() >= egptr());
200 assert(pptr() >= epptr());
249 assert(re
[all...]
H A Dconfig.cpp72 assert(m_variables.empty());
88 assert(!m_variables.empty());
97 assert(has(varname));
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dtestsuite.c52 #include <assert.h>
95 assert(ctxp != NULL);
132 assert(ctx != NULL);
149 assert(ctx != NULL && title != NULL && proc != NULL);
181 assert(ctx != NULL);
187 assert(ctx != NULL);
193 assert(ctx != NULL);
203 assert(ctx != NULL);
257 assert(ctx != NULL);
263 assert(ct
[all...]
/bind-9.11.3/bin/tests/system/dnssec/
H A Ddnssec_update_test.pl51 sub assert { subroutine
73 assert($rcode eq $expected, "expected $expected, got $rcode");
/bind-9.11.3/bin/tests/system/stress/
H A Dupdate.pl56 sub assert { subroutine
78 assert($rcode eq $expected, "expected $expected, got $rcode");
/bind-9.11.3/bin/tests/system/nsupdate/
H A Dupdate_test.pl56 sub assert { subroutine
78 assert($rcode eq $expected, "expected $expected, got $rcode");
337 assert($db_soa->mname eq "mname1");
346 assert($db_soa->mname eq "mname1");
354 assert($db_soa->mname eq "mname1");
370 assert($ttl == 300, "incorrect TTL value $ttl != 300");
376 assert($ttl == 301, "incorrect TTL value $ttl != 301");
386 assert($ttl == 302, "incorrect TTL value $ttl != 302");
398 assert($nanswers == 3, "wrong number of answers $nanswers != 3");
401 assert(
[all...]
/bind-9.11.3/bin/tests/
H A Dlwres_test.c13 #include <assert.h>
97 assert(nooprequest.datalength == nooprequest2->datalength);
98 assert(memcmp(nooprequest.data, nooprequest2->data,
133 assert(noopresponse.datalength == noopresponse2->datalength);
134 assert(memcmp(noopresponse.data, noopresponse2->data,
199 assert(ret == 1);
203 assert(ret == 1);
209 assert(ret == 0);
210 assert(res != NULL);
/bind-9.11.3/lib/isc/
H A Dprint.c16 #include <assert.h> /* for assert() */
47 assert(fp != NULL);
48 assert(format != NULL);
59 assert(format != NULL);
72 assert(fp != NULL);
73 assert(format != NULL);
137 assert(str != NULL);
138 assert(format != NULL);
184 assert(emi
[all...]
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dprocess_helpers.c28 #include <assert.h> /* NO_CHECK_STYLE */
55 assert(0); /* NO_CHECK_STYLE */

Completed in 162 milliseconds

123