Lines Matching defs:have
56 const char *have = strspct(buf + 1, bufsiz, num, den, digits);
62 ATF_REQUIRE_MSG(have == buf + 1,
63 "have != buf");
64 ATF_CHECK_MSG(bufsiz > 0 ? strcmp(have, want) == 0 : true,
65 "%s:%u: want \"%s\", have \"%s\"",
66 file, line, want, have);
84 const char *have = strpct(buf + 1, bufsiz, num, den, digits);
90 ATF_REQUIRE_MSG(have == buf + 1,
91 "have != buf");
92 ATF_CHECK_MSG(bufsiz > 0 ? strcmp(have, want) == 0 : true,
93 "%s:%u: want \"%s\", have \"%s\"",
94 file, line, want, have);