Searched refs:H_REQUIRE (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/tests/lib/libc/inet/
H A Dt_inet_network.c41 #define H_REQUIRE(input, expected) \ macro
55 H_REQUIRE("0x12", 0x00000012);
56 H_REQUIRE("127.1", 0x00007f01);
57 H_REQUIRE("127.1.2.3", 0x7f010203);
58 H_REQUIRE("0X12", 0x00000012);
59 H_REQUIRE("0", 0x0);
60 H_REQUIRE("01.02.07.077", 0x0102073f);
61 H_REQUIRE("0x1.23.045.0", 0x01172500);
62 H_REQUIRE("0x12.0x34", 0x00001234);
65 H_REQUIRE("
[all...]
/netbsd-current/tests/lib/libskey/
H A Dt_algorithms.c40 #define H_REQUIRE(x, y) \ macro
56 H_REQUIRE(prn, zero);
60 H_REQUIRE(prn, one);
65 H_REQUIRE(prn, nine);
/netbsd-current/external/bsd/atf/dist/atf-c/
H A Dmacros_test.c161 #define H_REQUIRE(id, condition) \ macro
550 H_REQUIRE(0, 0);
551 H_REQUIRE(1, 1);
788 H_REQUIRE(msg, aux_bool("%d"));

Completed in 91 milliseconds