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

/freebsd-11-stable/contrib/netbsd-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...]
/freebsd-11-stable/contrib/netbsd-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);
/freebsd-11-stable/contrib/atf/atf-c/
H A Dmacros_test.c159 #define H_REQUIRE(id, condition) \ macro
548 H_REQUIRE(0, 0);
549 H_REQUIRE(1, 1);
786 H_REQUIRE(msg, aux_bool("%d"));

Completed in 201 milliseconds