Searched refs:INV (Results 1 - 25 of 47) sorted by relevance

12

/netbsd-current/external/bsd/atf/dist/atf-c/detail/
H A Dsanity.h39 #define INV(x) \ macro
57 #define INV(x) \ macro
71 #define UNREACHABLE INV(0)
H A Duser.c58 INV(ngroups >= 0);
H A Dtext.c108 INV(*end == '\0');
113 INV(iter != NULL);
118 INV(ptr >= iter);
134 INV(!atf_is_error(err));
H A Ddynstr.c170 INV(ret >= 0);
217 INV(ad->m_length <= memlen);
284 INV(ad->m_data != NULL);
291 INV(ad->m_data != NULL);
H A Dtp_main.c263 INV(tcs != NULL); /* Should be checked. */
269 INV(vars != NULL); /* Should be checked. */
417 INV(!atf_is_error(err));
537 INV(!atf_is_error(err));
577 INV(!atf_is_error(err));
H A Dmap.c185 INV(key != NULL);
375 INV(strcmp(me->m_key, key) == 0);
H A Dfs.c311 INV(!atf_is_error(err));
408 INV(atf_equal_dynstr_cstring(&bp->m_data,
435 INV(atf_equal_dynstr_cstring(ln,
818 INV(!atf_is_error(err));
848 INV(!atf_is_error(err));
H A Dsanity_test.c71 INV(td->m_cond);
172 atf_tc_set_md_var(tc, "descr", "Tests the INV macro");
/netbsd-current/external/bsd/atf/dist/atf-c/
H A Dcheck.c73 INV(!atf_is_error(err));
86 INV(atf_error_is(err, "libc") &&
90 INV(!atf_is_error(err));
96 INV(atf_error_is(err, "libc") &&
100 INV(!atf_is_error(err));
105 INV(!atf_is_error(err));
207 INV(s);
209 INV(!s);
214 INV(!s);
219 INV(!
[all...]
H A Dconfig.c139 INV(initialized);
146 INV(value != NULL);
/netbsd-current/external/bsd/kyua-cli/dist/utils/text/
H A Doperations.cpp103 INV(width != std::string::npos);
104 INV(start + width <= input.length());
105 INV(input[start + width] == ' ' || input[start + width] == '\0');
112 INV(output.empty());
/netbsd-current/external/bsd/kyua-cli/dist/utils/
H A Dpasswd.cpp131 INV(pw->pw_name == name);
160 INV(pw->pw_uid == uid);
H A Dsanity.hpp105 #define INV(expr) _UTILS_ASSERT(utils::invariant, expr, #expr) macro
/netbsd-current/external/bsd/kyua-cli/dist/utils/signals/
H A Dinterrupts.cpp168 INV(ret != -1);
177 INV(ret != -1);
/netbsd-current/external/bsd/kyua-cli/dist/utils/config/
H A Dlua_module.cpp215 INV(state.is_table(-2));
216 INV(state.is_string(-1));
/netbsd-current/external/bsd/atf/dist/atf-c++/detail/
H A Dexceptions.cpp154 INV(h->m_name == NULL && h->m_func != NULL);
H A Dprocess.cpp64 INV(pos == c.size());
190 INV(m_inited);
300 INV(!atf_is_error(err));
/netbsd-current/external/bsd/atf/dist/atf-sh/
H A Datf-sh.cpp146 INV(ret == -1);
/netbsd-current/external/bsd/kyua-cli/dist/utils/cmdline/
H A Doptions.cpp67 INV(short_name_ != '\0');
161 INV(needs_arg());
187 INV(has_default_value());
H A Dparser.cpp185 INV(getopt_optopt > 0);
353 INV(id != data.ids.end());
361 INV(option->has_default_value());
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dtesters.cpp170 INV(path.is_absolute());
201 INV(path.is_absolute());
306 INV(status.signaled());
H A Dfilters.cpp259 INV(match_test_program(test_program));
269 INV(!found || match_test_program(test_program));
/netbsd-current/external/bsd/kyua-cli/dist/utils/sqlite/
H A Ddatabase.cpp104 INV(db != NULL);
/netbsd-current/external/bsd/kyua-cli/dist/utils/logging/
H A Doperations.cpp183 INV(backlog.empty());
/netbsd-current/external/bsd/atf/dist/atf-c++/
H A Dtests.cpp146 INV(iter != wraps.end());
155 INV(iter != cwraps.end());
171 INV(iter != cwraps.end());
586 INV(iter2 != vars.end());
692 INV(m_argc == 1);

Completed in 287 milliseconds

12