Home
last modified time | relevance | path

Searched defs:INSIST (Results 1 – 25 of 72) sorted by relevance

123

/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/include/
H A Dntp_assert.h39 #define INSIST(x) assert(x) macro
66 #define INSIST(cond) \ macro
/dports/misc/rump/buildrump.sh-b914579/src/lib/libc/include/isc/
H A Dassertions.h100 #define INSIST(cond) \ macro
110 #define INSIST(cond) ((void) (cond)) macro
113 #define INSIST(cond) macro
/dports/dns/libbind/libbind-6.0/include/isc/
H A Dassertions.h96 #define INSIST(cond) \ macro
105 #define INSIST(cond) ((void) (cond)) macro
/dports/dns/dnscap/dnscap-2.0.1/isc/
H A Dassertions.h96 #define INSIST(cond) \ macro
105 #define INSIST(cond) ((void) (cond)) macro
/dports/dns/bind911/bind-9.11.37/lib/lwres/
H A Dassert_p.h20 #define INSIST(x) assert(x) macro
/dports/dns/bind911/bind-9.11.37/lib/isc/include/isc/
H A Dutil.h252 #define INSIST(expression) \ macro
278 #define INSIST(e) ISC_INSIST(e) macro
289 #define INSIST(e) if (!(e)) abort() macro
/dports/dns/samba-nsupdate/bind-9.16.5/lib/isc/include/isc/
H A Dutil.h244 #define INSIST(expression) \ macro
272 #define INSIST(e) ISC_INSIST(e) macro
287 #define INSIST(e) \ macro
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isc/include/isc/
H A Dutil.h257 #define INSIST(expression) \ macro
285 #define INSIST(e) ISC_INSIST(e) macro
300 #define INSIST(e) \ macro
/dports/net/ntp/ntp-4.2.8p15/include/
H A Dntp_assert.h83 #define INSIST(x) ALWAYS_INSIST(x) macro
/dports/dns/bind916/bind-9.16.27/lib/isc/include/isc/
H A Dutil.h254 #define INSIST(expression) \ macro
282 #define INSIST(e) ISC_INSIST(e) macro
297 #define INSIST(e) \ macro
/dports/dns/bind-tools/bind-9.16.27/lib/isc/include/isc/
H A Dutil.h254 #define INSIST(expression) \ macro
282 #define INSIST(e) ISC_INSIST(e) macro
297 #define INSIST(e) \ macro
/dports/net/isc-dhcp44-client/dhcp-4.4.2-P1/omapip/
H A Discprint.c29 #define INSIST(cond) REQUIRE(cond) macro
/dports/net/isc-dhcp44-relay/dhcp-4.4.2-P1/omapip/
H A Discprint.c29 #define INSIST(cond) REQUIRE(cond) macro
/dports/net/isc-dhcp44-server/dhcp-4.4.2-P1/omapip/
H A Discprint.c29 #define INSIST(cond) REQUIRE(cond) macro
/dports/databases/mariadb103-client/mariadb-10.3.34/mysql-test/suite/rpl/r/
H A Dcreate_or_replace_mix.result269 drop temporary table t8;
/dports/net/ntp/ntp-4.2.8p15/lib/isc/include/isc/
H A Dutil.h217 #define INSIST(e) ISC_INSIST(e) macro
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/snowball/libstemmer/
H A Dstem_UTF_8_dutch.c269 { /* gopast */ /* grouping v, line 71 */
/dports/sysutils/edk2/edk2-platforms-89f6170d/Platform/Intel/Vlv2TbltDevicePkg/PlatformSetupDxe/
H A DPlatformSetupDxe.c269 if (Key.UnicodeChar == CHAR_CARRIAGE_RETURN) {
/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Dgen.c53 #define INSIST(cond) \ macro
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Dgen.c52 #define INSIST(cond) \ macro
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Dgen.c51 #define INSIST(cond) \ macro
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/
H A Dgen.c34 #define INSIST(cond) \ macro
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Dgen.c53 #define INSIST(cond) \ macro
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/regex/
H A Dregcomp.c269 #define INSIST(c, e) do { if (!(c)) ERR(e); } while (0) /* error if c false */ macro
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/regex/
H A Dregcomp.c269 #define INSIST(c, e) do { if (!(c)) ERR(e); } while (0) /* error if c false */ macro

123