Home
last modified time | relevance | path

Searched refs:output_check (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/atf/atf-sh/
Datf-check.cpp91 struct output_check { struct
96 output_check(const output_check_t& p_type, const bool p_negated, in output_check() argument
278 output_check
306 return output_check(type, negated, arg.substr(delimiter + 1)); in parse_output_check_arg()
593 run_output_check(const output_check oc, const atf::fs::path& path, in run_output_check()
677 run_output_checks(const std::vector< output_check >& checks, in run_output_checks()
682 for (std::vector< output_check >::const_iterator iter = checks.begin(); in run_output_checks()
700 std::vector< output_check > m_stdout_checks;
701 std::vector< output_check > m_stderr_checks;
817 m_stdout_checks.push_back(output_check(oc_empty, false, "")); in main()
[all …]
/freebsd-12-stable/contrib/byacc/
Doutput.c1057 output_check(void) in output_check() function
1148 output_check(); in output_actions()