Home
last modified time | relevance | path

Searched defs:bool_expr (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/atf/atf-c++/
Dmacros.hpp191 #define ATF_CHECK_ERRNO(expected_errno, bool_expr) \ argument
195 #define ATF_REQUIRE_ERRNO(expected_errno, bool_expr) \ argument
/freebsd-11-stable/contrib/atf/atf-c/
HDmacros.h206 #define ATF_CHECK_ERRNO(exp_errno, bool_expr) \ argument
209 #define ATF_REQUIRE_ERRNO(exp_errno, bool_expr) \ argument
HDmacros_test.c154 #define H_CHECK_ERRNO(id, exp_errno, bool_expr) \ argument
205 #define H_REQUIRE_ERRNO(id, exp_errno, bool_expr) \ argument