Searched refs:INSIST (Results 1 - 25 of 238) sorted by relevance

12345678910

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/include/isc/
H A Dregion.h62 INSIST(_r->length >= _l); \
71 INSIST(_r->length >= _l); \
80 INSIST(_r->length >= _l); \
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dregion.h62 INSIST(_r->length >= _l); \
71 INSIST(_r->length >= _l); \
80 INSIST(_r->length >= _l); \
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/lwres/
H A Dassert_p.h30 #define INSIST(x) assert(x) macro
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/
H A Dinter_test.c57 INSIST(ifdata.af == AF_INET || ifdata.af == AF_INET6);
67 INSIST(ifdata.address.family == ifdata.af);
71 INSIST(ifdata.netmask.family == ifdata.af);
78 INSIST(ifdata.dstaddress.family == ifdata.af);
104 INSIST(ifdata.af == AF_INET || ifdata.af == AF_INET6);
114 INSIST(ifdata.address.family == ifdata.af);
118 INSIST(ifdata.netmask.family == ifdata.af);
125 INSIST(ifdata.dstaddress.family == ifdata.af);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/unix/
H A Dstdtime.c82 INSIST(tv.tv_usec >= 0);
84 INSIST(tv.tv_usec >= 0 && tv.tv_usec < US_PER_S);
H A Dtime.c45 * All of the INSIST()s checks of nanoseconds < NS_PER_S are for
102 INSIST(i->nanoseconds < NS_PER_S);
138 INSIST(t->nanoseconds < NS_PER_S);
196 INSIST(i->nanoseconds < NS_PER_S);
243 INSIST(t1->nanoseconds < NS_PER_S && t2->nanoseconds < NS_PER_S);
260 INSIST(t->nanoseconds < NS_PER_S && i->nanoseconds < NS_PER_S);
287 INSIST(t->nanoseconds < NS_PER_S && i->nanoseconds < NS_PER_S);
311 INSIST(t1->nanoseconds < NS_PER_S && t2->nanoseconds < NS_PER_S);
332 INSIST(t->nanoseconds < NS_PER_S);
342 INSIST(
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/unix/
H A Dstdtime.c82 INSIST(tv.tv_usec >= 0);
84 INSIST(tv.tv_usec >= 0 && tv.tv_usec < US_PER_S);
H A Dtime.c45 * All of the INSIST()s checks of nanoseconds < NS_PER_S are for
102 INSIST(i->nanoseconds < NS_PER_S);
138 INSIST(t->nanoseconds < NS_PER_S);
196 INSIST(i->nanoseconds < NS_PER_S);
243 INSIST(t1->nanoseconds < NS_PER_S && t2->nanoseconds < NS_PER_S);
260 INSIST(t->nanoseconds < NS_PER_S && i->nanoseconds < NS_PER_S);
287 INSIST(t->nanoseconds < NS_PER_S && i->nanoseconds < NS_PER_S);
311 INSIST(t1->nanoseconds < NS_PER_S && t2->nanoseconds < NS_PER_S);
332 INSIST(t->nanoseconds < NS_PER_S);
343 INSIST(
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/
H A Dquota.c41 INSIST(quota->used == 0);
81 INSIST(quota->used > 0);
90 INSIST(p != NULL && *p == NULL);
100 INSIST(p != NULL && *p != NULL);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/
H A Dquota.c41 INSIST(quota->used == 0);
81 INSIST(quota->used > 0);
90 INSIST(p != NULL && *p == NULL);
100 INSIST(p != NULL && *p != NULL);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/include/
H A Dntp_assert.h15 * INSIST(value > 2);
74 #define INSIST(x) ALWAYS_INSIST(x) macro
83 #define NTP_INSIST(x) INSIST(x)
89 #define DEBUG_INSIST(x) INSIST(x)
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/include/isc/
H A Dlist.h45 INSIST(!LINKED(elt, link));\
57 INSIST(!LINKED(elt, link));\
69 INSIST(LINKED(elt, link));\
73 INSIST((list).tail == (elt)); \
79 INSIST((list).head == (elt)); \
92 INSIST(!LINKED(elt, link));\
105 INSIST(!LINKED(elt, link));\
H A Dassertions.h98 #define INSIST(cond) \ macro
107 #define INSIST(cond) ((void) (cond)) macro
/netbsd-6-1-5-RELEASE/lib/libc/include/isc/
H A Dlist.h45 INSIST(!LINKED(elt, link));\
57 INSIST(!LINKED(elt, link));\
69 INSIST(LINKED(elt, link));\
73 INSIST((list).tail == (elt)); \
79 INSIST((list).head == (elt)); \
92 INSIST(!LINKED(elt, link));\
105 INSIST(!LINKED(elt, link));\
H A Dassertions.h100 #define INSIST(cond) \ macro
110 #define INSIST(cond) ((void) (cond)) macro
113 #define INSIST(cond) macro
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kadmin/
H A Drpc.c53 #define INSIST(x) CHECK(!(x)) macro
156 INSIST(*name != NULL);
209 INSIST(slen == tlen);
212 INSIST(slen == tlen);
303 INSIST(sp != NULL);
358 INSIST(*str != NULL);
503 INSIST(*tp != NULL);
513 INSIST(ent->n_tl_data == count);
515 INSIST(ent->n_tl_data == 0);
519 INSIST(nu
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/rdata/in_1/
H A Dapl_42.c135 INSIST(sr.length >= 4);
143 INSIST(len <= sr.length);
146 INSIST(n < (int)sizeof(txt));
150 INSIST(len <= 4);
151 INSIST(prefix <= 32);
158 INSIST(len <= 16);
159 INSIST(prefix <= 128);
169 INSIST(n < (int)sizeof(txt));
327 INSIST(apl->apl_len > 3U);
329 INSIST(lengt
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/
H A Dzoneconf.c125 INSIST(0);
237 INSIST(0);
270 INSIST(0);
327 INSIST(i < n);
343 INSIST(i == n);
451 INSIST(na.family == AF_INET6);
611 INSIST(obj != NULL);
623 INSIST(obj != NULL);
721 INSIST(result == ISC_R_SUCCESS && obj != NULL);
782 INSIST(
[all...]
H A Dlwdclient.c225 INSIST(dev->region.base == client->buffer);
226 INSIST(NS_LWDCLIENT_ISRECV(client));
230 INSIST((cm->flags & NS_LWDCLIENTMGR_FLAGRECVPENDING) != 0);
297 INSIST(NS_LWDCLIENT_ISIDLE(client));
386 INSIST(client->sendbuf == NULL);
387 INSIST(client->sendlength == 0);
388 INSIST(client->arg == NULL);
389 INSIST(client->v4find == NULL);
390 INSIST(client->v6find == NULL);
415 INSIST(NS_LWDCLIENT_ISSEN
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Dncache.c66 INSIST(count <= 65535);
73 INSIST(r.length <= 65535);
240 INSIST(trust != 0xffff);
292 INSIST(remaining.length >= name.length);
296 INSIST(remaining.length >= 5);
307 INSIST(remaining.length >= 2);
314 INSIST(remaining.length >= rdata.length);
359 INSIST((target->used >= rdlen.used + 2) &&
367 INSIST(isc_buffer_remaininglength(&source) == 0);
379 INSIST(savedbuffe
[all...]
H A Dsoa.c52 INSIST(rdata->type == dns_rdatatype_soa);
63 INSIST(rdata->length >= 20);
64 INSIST(offset >= 0 && offset <= 16);
124 INSIST(rdata->type == dns_rdatatype_soa);
125 INSIST(rdata->length >= 20);
126 INSIST(offset >= 0 && offset <= 16);
H A Dtsec.c106 INSIST(0);
131 INSIST(0);
160 INSIST(0);
H A Dds.c88 INSIST(r.length >= 4);
111 INSIST(r.length >= 4);
124 INSIST(r.length >= 4);
135 INSIST(r.length >= 4);
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/isc/
H A Dmemcluster.c105 #define MEMLOCK do { INSIST(memlock == 0); memlock = 1; } while (0)
106 #define MEMUNLOCK do { INSIST(memlock == 1); memlock = 0; } while (0)
139 INSIST(sizeof(fence_t) == FENCEPOST_SIZE);
399 INSIST(e->fencepost == FRONT_FENCEPOST);
400 INSIST(e->size == size);
403 INSIST(fp == BACK_FENCEPOST);
404 INSIST(((u_long)mem % 4) == 0);
415 INSIST(el != NULL); /*%< double free */
434 INSIST(stats[max_size].gets != 0U);
472 INSIST(stat
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isccc/
H A Dalist.c121 INSIST(alist->type == ISCCC_SEXPRTYPE_DOTTEDPAIR);
123 INSIST(car->type == ISCCC_SEXPRTYPE_DOTTEDPAIR);
144 INSIST(rest->type == ISCCC_SEXPRTYPE_DOTTEDPAIR);
146 INSIST(car != NULL && car->type == ISCCC_SEXPRTYPE_DOTTEDPAIR);
285 INSIST(isccc_sexpr_listp(kv));
288 INSIST(isccc_sexpr_stringp(k));

Completed in 165 milliseconds

12345678910