Home
last modified time | relevance | path

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

/freebsd/contrib/atf/atf-c++/
H A Dmacros.hpp191 #define ATF_CHECK_ERRNO(expected_errno, bool_expr) \ argument
195 #define ATF_REQUIRE_ERRNO(expected_errno, bool_expr) \ argument
/freebsd/contrib/atf/atf-c/
H A Dmacros.h264 #define ATF_CHECK_ERRNO(exp_errno, bool_expr) \ argument
267 #define ATF_REQUIRE_ERRNO(exp_errno, bool_expr) \ argument
H A Dmacros_test.c154 #define H_CHECK_ERRNO(id, exp_errno, bool_expr) \ argument
205 #define H_REQUIRE_ERRNO(id, exp_errno, bool_expr) \ argument