OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ATF_REQUIRE_MSG
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libc/regex/
t_exhaust.c
48
# define
ATF_REQUIRE_MSG
(a, fmt, ...) \
96
ATF_REQUIRE_MSG
(p != NULL, "slen=%zu, len=%zu", slen, len);
109
ATF_REQUIRE_MSG
(p != NULL, "slen=%zu, dlen=%zu", slen, dlen);
228
ATF_REQUIRE_MSG
(e == REG_ESPACE,
/src/external/bsd/atf/dist/atf-c/
macros.h
134
#define
ATF_REQUIRE_MSG
(x, fmt, ...) \
159
ATF_REQUIRE_MSG
((x) == (y), "%s != %s", #x, #y)
165
ATF_REQUIRE_MSG
((x) == (y), "%s != %s: " fmt, #x, #y, ##__VA_ARGS__)
171
ATF_REQUIRE_MSG
(strcmp(x, y) == 0, "%s != %s (%s != %s)", #x, #y, x, y)
177
ATF_REQUIRE_MSG
(strcmp(x, y) == 0, "%s != %s (%s != %s): " fmt, \
185
ATF_REQUIRE_MSG
(atf_utils_grep_string("%s", string, regexp), \
193
ATF_REQUIRE_MSG
(atf_utils_grep_string("%s", string, regexp), \
Completed in 19 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026