Searched refs:atf_error_is (Results 1 - 25 of 32) sorted by relevance

12

/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/
H A Derror_test.c70 ATF_REQUIRE(atf_error_is(err, "test_error"));
71 ATF_REQUIRE(!atf_error_is(err, "unknown_error"));
77 ATF_REQUIRE(atf_error_is(err, "test_data_error"));
78 ATF_REQUIRE(!atf_error_is(err, "unknown_error"));
100 ATF_REQUIRE(atf_error_is(err, "no_memory"));
177 ATF_REQUIRE(atf_error_is(err, "libc"));
183 ATF_REQUIRE(atf_error_is(err, "libc"));
233 ATF_REQUIRE(atf_error_is(err, "no_memory"));
266 ATF_REQUIRE(atf_error_is(err, "no_memory"));
273 ATF_REQUIRE(atf_error_is(er
[all...]
H A Derror.h57 bool atf_error_is(const atf_error_t, const char *);
H A Derror.c153 atf_error_is(const atf_error_t err, const char *type) function
195 PRE(atf_error_is(err, "libc"));
223 PRE(atf_error_is(err, "libc"));
235 PRE(atf_error_is(err, "libc"));
252 PRE(atf_error_is(err, "no_memory"));
H A Dcheck.c86 INV(atf_error_is(err, "libc") &&
96 INV(atf_error_is(err, "libc") &&
H A Dcheck_test.c487 ATF_CHECK(atf_error_is(err, "invalid_umask"));
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/
H A Derror_test.c70 ATF_REQUIRE(atf_error_is(err, "test_error"));
71 ATF_REQUIRE(!atf_error_is(err, "unknown_error"));
77 ATF_REQUIRE(atf_error_is(err, "test_data_error"));
78 ATF_REQUIRE(!atf_error_is(err, "unknown_error"));
100 ATF_REQUIRE(atf_error_is(err, "no_memory"));
177 ATF_REQUIRE(atf_error_is(err, "libc"));
183 ATF_REQUIRE(atf_error_is(err, "libc"));
233 ATF_REQUIRE(atf_error_is(err, "no_memory"));
266 ATF_REQUIRE(atf_error_is(err, "no_memory"));
273 ATF_REQUIRE(atf_error_is(er
[all...]
H A Derror.h59 bool atf_error_is(const atf_error_t, const char *);
H A Derror.c155 atf_error_is(const atf_error_t err, const char *type) function
197 PRE(atf_error_is(err, "libc"));
225 PRE(atf_error_is(err, "libc"));
237 PRE(atf_error_is(err, "libc"));
254 PRE(atf_error_is(err, "no_memory"));
H A Dcheck.c88 INV(atf_error_is(err, "libc") &&
98 INV(atf_error_is(err, "libc") &&
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/detail/
H A Dexceptions.cpp96 PRE(atf_error_is(err, "libc"));
108 PRE(atf_error_is(err, "no_memory"));
142 if (atf_error_is(err, h->m_name)) {
H A Dexceptions_test.cpp59 PRE(atf_error_is(err, "test"));
H A Dfs.cpp86 if (atf_error_is(err, "libc")) {
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dexceptions.cpp95 PRE(atf_error_is(err, "libc"));
107 PRE(atf_error_is(err, "no_memory"));
141 if (atf_error_is(err, h->m_name)) {
H A Dexceptions_test.cpp58 PRE(atf_error_is(err, "test"));
H A Dfs.cpp86 if (atf_error_is(err, "libc")) {
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c/detail/
H A Dfs_test.c598 ATF_REQUIRE(atf_error_is(err, "libc"));
674 ATF_REQUIRE(atf_error_is(err, "libc"));
699 if (atf_error_is(err, "libc"))
709 ATF_REQUIRE(atf_error_is(err, "libc"));
778 ATF_REQUIRE(atf_error_is(err, "libc"));
807 ATF_REQUIRE(atf_error_is(err, "libc"));
882 ATF_REQUIRE(atf_error_is(err, "libc"));
909 ATF_REQUIRE(atf_error_is(err, "invalid_umask"));
1015 ATF_REQUIRE(atf_error_is(err, "libc"));
H A Ddynstr_test.c166 ATF_REQUIRE(atf_error_is(err, "no_memory"));
207 ATF_REQUIRE(atf_error_is(err, "no_memory"));
212 ATF_REQUIRE(atf_error_is(err, "no_memory"));
H A Dfs.c96 PRE(atf_error_is(err, "invalid_umask"));
142 PRE(atf_error_is(err, "unknown_type"));
762 if (atf_error_is(err, "libc") && atf_libc_error_code(err) == ENOENT) {
H A Dtp_main.c85 PRE(atf_error_is(err, #name)); \
126 if (atf_error_is(err, "usage"))
H A Dtext_test.c181 ATF_REQUIRE(atf_error_is(err, "no_memory"));
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/detail/
H A Dfs_test.c600 ATF_REQUIRE(atf_error_is(err, "libc"));
676 ATF_REQUIRE(atf_error_is(err, "libc"));
701 if (atf_error_is(err, "libc"))
711 ATF_REQUIRE(atf_error_is(err, "libc"));
780 ATF_REQUIRE(atf_error_is(err, "libc"));
809 ATF_REQUIRE(atf_error_is(err, "libc"));
884 ATF_REQUIRE(atf_error_is(err, "libc"));
911 ATF_REQUIRE(atf_error_is(err, "invalid_umask"));
1017 ATF_REQUIRE(atf_error_is(err, "libc"));
H A Ddynstr_test.c168 ATF_REQUIRE(atf_error_is(err, "no_memory"));
209 ATF_REQUIRE(atf_error_is(err, "no_memory"));
214 ATF_REQUIRE(atf_error_is(err, "no_memory"));
H A Dfs.c97 PRE(atf_error_is(err, "invalid_umask"));
143 PRE(atf_error_is(err, "unknown_type"));
763 if (atf_error_is(err, "libc") && atf_libc_error_code(err) == ENOENT) {
H A Dtp_main.c86 PRE(atf_error_is(err, #name)); \
127 if (atf_error_is(err, "usage"))
H A Dtext_test.c183 ATF_REQUIRE(atf_error_is(err, "no_memory"));

Completed in 220 milliseconds

12