Searched defs:ATF_REQUIRE_MSG (Results 1 – 3 of 3) sorted by relevance
/openbsd-src/regress/sys/kern/ptrace2/ |
H A D | atf-c.h | 82 #define ATF_REQUIRE_MSG(exp, fmt, ...) atf_req(exp, -1, fmt, ##__VA_ARGS__) macro
|
/openbsd-src/regress/lib/libc/sys/ |
H A D | atf-c.h | 87 #define ATF_REQUIRE_MSG(exp, fmt, ...) atf_req(exp, -1, fmt, ##__VA_ARGS__) macro
|
/openbsd-src/regress/lib/libm/msun/ |
H A D | atf-c.h | 92 #define ATF_REQUIRE_MSG(exp, fmt, ...) atf_req(exp, -1, fmt, ##__VA_ARGS__) macro
|