Searched refs:PRE (Results 1 - 25 of 27) sorted by relevance
12
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | error.c | 57 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 D | tp.c | 84 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 D | config.c | 98 PRE(var->value == NULL); 118 PRE(!initialized);
|
H A D | tc.c | 377 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 D | sanity.h | 44 #define PRE(x) \ macro 62 #define PRE(x) \ macro
|
H A D | process.c | 130 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 D | list.c | 128 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 D | env.c | 47 PRE(val != NULL);
|
H A D | map.c | 83 PRE(me != NULL); 91 PRE(me != NULL); 127 PRE(me != NULL); 135 PRE(me != NULL);
|
H A D | fs.c | 96 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 D | sanity_test.c | 75 PRE(td->m_cond); 185 atf_tc_set_md_var(tc, "descr", "Tests the PRE macro");
|
H A D | tp_main.c | 85 PRE(atf_error_is(err, #name)); \ 121 PRE(atf_is_error(err));
|
H A D | dynstr.c | 54 PRE(newsize > ad->m_datasize);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | exceptions.cpp | 96 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 D | application.cpp | 166 PRE(inited()); 220 PRE(inited()); 265 PRE(argc > 0); 266 PRE(argv != NULL);
|
H A D | ui.cpp | 84 PRE(text.find('\n') == std::string::npos); 145 PRE(col == 0 || col >= tag.length());
|
H A D | exceptions_test.cpp | 59 PRE(atf_error_is(err, "test"));
|
H A D | parser.cpp | 207 PRE(iter != m_attrs.end()); 287 PRE((*iter).second.find('\"') == std::string::npos); 350 PRE(!hm.empty()); 352 PRE(ct != hm.end());
|
H A D | fs.cpp | 470 PRE(prog.find('/') == std::string::npos);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | io.cpp | 65 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 D | test-program.cpp | 358 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 D | atffile.cpp | 277 PRE(properties.find("test-suite") != properties.end());
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | config.cpp | 53 PRE(m_variables.empty()); 80 PRE(has(varname));
|
H A D | check.cpp | 71 PRE(exited()); 86 PRE(signaled());
|
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/ |
H A D | atf-sh.cpp | 85 PRE(interpreter_argc >= 1); 86 PRE(interpreter_argv[0] != NULL);
|
Completed in 1432 milliseconds
12