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

123

/bind-9.6-ESV-R11/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.6-ESV-R11/lib/lwres/
H A Dassert_p.h25 #include <assert.h> /* Required for assert() prototype. */
27 #define REQUIRE(x) assert(x)
28 #define INSIST(x) assert(x)
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dcheck-style-cpp.awk67 /assert[ \t]*\(/ {
68 warn("Use the macros in sanity.hpp instead of assert");
71 /include.*assert/ {
72 warn("Do not include assert.h nor cassert");
H A Dcheck-style-c.awk67 /assert[ \t]*\(/ {
68 warn("Use the macros in sanity.h instead of assert");
75 /include.*assert.h/ {
76 warn("Do not include assert.h");
/bind-9.6-ESV-R11/contrib/zkt/
H A Dnscomm.h39 # include <assert.h>
/bind-9.6-ESV-R11/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);
H A Dnameprep.c54 #include <idn/assert.h>
106 assert(handlep != NULL);
130 assert(handle != NULL);
140 assert(handle != NULL && from != NULL && to != NULL);
204 assert(handle != NULL && str != NULL && found != NULL);
215 assert(handle != NULL && str != NULL && found != NULL);
256 assert(handle != NULL && str != NULL && found != NULL);
/bind-9.6-ESV-R11/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.6-ESV-R11/bin/tests/system/dnssec/
H A Ddnssec_update_test.pl60 sub assert { subroutine
82 assert($rcode eq $expected, "expected $expected, got $rcode");
/bind-9.6-ESV-R11/bin/tests/system/stress/
H A Dupdate.pl65 sub assert { subroutine
87 assert($rcode eq $expected, "expected $expected, got $rcode");
/bind-9.6-ESV-R11/bin/tests/system/nsupdate/
H A Dupdate_test.pl65 sub assert { subroutine
87 assert($rcode eq $expected, "expected $expected, got $rcode");
346 assert($db_soa->mname eq "mname1");
355 assert($db_soa->mname eq "mname1");
363 assert($db_soa->mname eq "mname1");
379 assert($ttl == 300, "incorrect TTL value $ttl != 300");
385 assert($ttl == 301, "incorrect TTL value $ttl != 301");
395 assert($ttl == 302, "incorrect TTL value $ttl != 302");
407 assert($nanswers == 3, "wrong number of answers $nanswers != 3");
410 assert(
[all...]
/bind-9.6-ESV-R11/bin/tests/
H A Dlwres_test.c22 #include <assert.h>
105 assert(nooprequest.datalength == nooprequest2->datalength);
106 assert(memcmp(nooprequest.data, nooprequest2->data,
141 assert(noopresponse.datalength == noopresponse2->datalength);
142 assert(memcmp(noopresponse.data, noopresponse2->data,
207 assert(ret == 1);
211 assert(ret == 1);
217 assert(ret == 0);
218 assert(res != NULL);
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/tools/idnconv/
H A Dselectiveencode.c52 #include <idn/assert.h>
70 assert(s != NULL && startp != NULL && endp != NULL);
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dprocess_helpers.c32 #include <assert.h> /* NO_CHECK_STYLE */
59 assert(0); /* NO_CHECK_STYLE */

Completed in 211 milliseconds

123