Searched refs:PRE (Results 1 - 25 of 27) sorted by relevance

12

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Derror.c57 PRE(err != NULL);
68 PRE(data != NULL || datalen == 0);
69 PRE(datalen != 0 || data == NULL);
99 PRE(!error_on_flight);
100 PRE(data != NULL || datalen == 0);
101 PRE(datalen != 0 || data == NULL);
126 PRE(error_on_flight);
127 PRE(err != NULL);
155 PRE(err != NULL);
163 PRE(er
[all...]
H A Dtp.c84 PRE(config != NULL);
142 PRE(tc != NULL);
184 PRE(find_tc(tp, atf_tc_get_ident(tc)) == NULL);
203 PRE(tc != NULL);
214 PRE(tc != NULL);
H A Dconfig.c98 PRE(var->value == NULL);
118 PRE(!initialized);
H A Dtc.c377 PRE(source_line == 0);
636 PRE(atf_tc_has_config_var(tc, name));
728 PRE(atf_tc_has_md_var(tc, name));
1063 PRE(Current.tc != NULL);
1075 PRE(Current.tc != NULL);
1087 PRE(Current.tc != NULL);
1100 PRE(Current.tc != NULL);
1110 PRE(Current.tc != NULL);
1118 PRE(Current.tc != NULL);
1128 PRE(Curren
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dsanity.h44 #define PRE(x) \ macro
62 #define PRE(x) \ macro
H A Dprocess.c130 PRE(src_fd >= 0);
131 PRE(tgt_fd >= 0);
132 PRE(src_fd != tgt_fd);
176 PRE(stream_is_valid(sb));
182 PRE(stream_is_valid(sb));
214 PRE(atf_process_status_exited(s));
229 PRE(atf_process_status_signaled(s));
237 PRE(atf_process_status_signaled(s));
297 PRE(c->m_stdout != -1);
304 PRE(
[all...]
H A Dlist.c128 PRE(le != NULL);
138 PRE(le != NULL);
165 PRE(le != NULL);
175 PRE(le != NULL);
282 PRE(idx < atf_list_size(list));
301 PRE(idx < atf_list_size(list));
H A Denv.c47 PRE(val != NULL);
H A Dmap.c83 PRE(me != NULL);
91 PRE(me != NULL);
127 PRE(me != NULL);
135 PRE(me != NULL);
H A Dfs.c96 PRE(atf_error_is(err, "invalid_umask"));
142 PRE(atf_error_is(err, "unknown_type"));
211 PRE(strstr(tmpl, "XXXXXX") != NULL);
228 PRE(strstr(tmpl, "XXXXXX") != NULL);
250 PRE(strlen(p) > 0);
251 PRE(atf_dynstr_length(d) == 0);
305 PRE(atf_dynstr_length(&p->m_data) == strlen(buf));
504 PRE(!atf_fs_path_is_absolute(p));
701 PRE(mode & atf_fs_access_f || mode & atf_fs_access_r ||
H A Dsanity_test.c75 PRE(td->m_cond);
185 atf_tc_set_md_var(tc, "descr", "Tests the PRE macro");
H A Dtp_main.c85 PRE(atf_error_is(err, #name)); \
121 PRE(atf_is_error(err));
H A Ddynstr.c54 PRE(newsize > ad->m_datasize);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dexceptions.cpp96 PRE(atf_error_is(err, "libc"));
108 PRE(atf_error_is(err, "no_memory"));
118 PRE(atf_is_error(err));
138 PRE(atf_is_error(err));
H A Dapplication.cpp166 PRE(inited());
220 PRE(inited());
265 PRE(argc > 0);
266 PRE(argv != NULL);
H A Dui.cpp84 PRE(text.find('\n') == std::string::npos);
145 PRE(col == 0 || col >= tag.length());
H A Dexceptions_test.cpp59 PRE(atf_error_is(err, "test"));
H A Dparser.cpp207 PRE(iter != m_attrs.end());
287 PRE((*iter).second.find('\"') == std::string::npos);
350 PRE(!hm.empty());
352 PRE(ct != hm.end());
H A Dfs.cpp470 PRE(prog.find('/') == std::string::npos);
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dio.cpp65 PRE(m_handle != invalid_value());
99 PRE(is_valid());
109 PRE(is_valid());
120 PRE(is_valid());
128 PRE(is_valid());
162 PRE(m_handle >= 0);
163 PRE(m_bufsize > 0);
188 PRE(gptr() >= egptr());
205 PRE(pptr() >= epptr());
H A Dtest-program.cpp358 PRE(state == "passed");
371 PRE(state == "expected_death" || state == "expected_failure" ||
386 PRE(state == "expected_exit" || state == "expected_signal");
603 PRE(reason.find('\n') == std::string::npos);
H A Datffile.cpp277 PRE(properties.find("test-suite") != properties.end());
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dconfig.cpp53 PRE(m_variables.empty());
80 PRE(has(varname));
H A Dcheck.cpp71 PRE(exited());
86 PRE(signaled());
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-sh.cpp85 PRE(interpreter_argc >= 1);
86 PRE(interpreter_argv[0] != NULL);

Completed in 1432 milliseconds

12