Lines Matching refs:want
47 const char *want)
64 ATF_CHECK_MSG(bufsiz > 0 ? strcmp(have, want) == 0 : true,
65 "%s:%u: want \"%s\", have \"%s\"",
66 file, line, want, have);
69 #define h_strspct(bufsiz, num, den, digits, want) \
70 check_strspct(__FILE__, __LINE__, bufsiz, num, den, digits, want)
75 const char *want)
92 ATF_CHECK_MSG(bufsiz > 0 ? strcmp(have, want) == 0 : true,
93 "%s:%u: want \"%s\", have \"%s\"",
94 file, line, want, have);
97 #define h_strpct(bufsiz, num, den, digits, want) \
98 check_strpct(__FILE__, __LINE__, bufsiz, num, den, digits, want)