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

12

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dsanity.h39 #define INV(x) \ macro
57 #define INV(x) \ macro
74 #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.c169 INV(ret >= 0);
216 INV(ad->m_length <= memlen);
283 INV(ad->m_data != NULL);
290 INV(ad->m_data != NULL);
H A Dtp_main.c262 INV(tcs != NULL); /* Should be checked. */
268 INV(vars != NULL); /* Should be checked. */
416 INV(!atf_is_error(err));
536 INV(!atf_is_error(err));
576 INV(!atf_is_error(err));
H A Dmap.c185 INV(key != NULL);
375 INV(strcmp(me->m_key, key) == 0);
H A Dfs.c310 INV(!atf_is_error(err));
407 INV(atf_equal_dynstr_cstring(&bp->m_data,
434 INV(atf_equal_dynstr_cstring(ln,
817 INV(!atf_is_error(err));
847 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");
H A Dprocess.c609 INV(ret == -1);
639 INV(atf_error_is(err, "libc") && atf_libc_error_code(err) == EINTR);
/bind-9.6-ESV-R11/unit/atf-src/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.c143 INV(initialized);
150 INV(value != NULL);
H A Derror.c116 INV(err != NULL);
H A Dtp.c100 INV(!atf_is_error(err));
H A Dtc.c167 INV(arg == -1 || reason != NULL);
269 INV(ctx->expect_fail_count > ctx->expect_previous_fail_count);
453 INV(!pf->found);
594 INV(!atf_is_error(err));
639 INV(val != NULL);
731 INV(val != NULL);
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtimer.cpp151 INV(compat_handle == NULL);
161 INV(ret != -1);
166 INV(ret != -1);
170 INV(ret != -1);
H A Dio.cpp254 INV(ret >= 0);
265 INV(errno != EINTR);
273 INV(ret >= 0);
296 INV(nbytes < m_bufsize);
342 INV(nactive >= 1);
H A Dfs.cpp135 INV(retries > 0);
147 INV(ok);
H A Drequirements.cpp269 INV(!value.empty()); // Enforced by application/X-atf-tp parser.
288 INV(failure_reason.find("require.") != 0);
H A Datf-run.cpp250 INV(iter != af.props().end());
423 INV(!atf::fs::exists(resfile));
538 INV(iter != af.props().end());
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dexceptions.cpp154 INV(h->m_name == NULL && h->m_func != NULL);
H A Dapplication.cpp191 INV(m_use_ui);
230 INV(!opts.empty());
298 INV(m_use_ui);
H A Dprocess.cpp64 INV(pos == c.size());
190 INV(m_inited);
300 INV(!atf_is_error(err));
H A Dui.cpp94 INV(formatted.length() == col);
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-sh.cpp146 INV(ret == -1);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp147 INV(iter != wraps.end());
156 INV(iter != cwraps.end());
172 INV(iter != cwraps.end());
587 INV(iter2 != vars.end());
693 INV(m_argc == 1);

Completed in 4630 milliseconds

12