Lines Matching refs:atf_check
124 throw atf::system_error("atf_check::temp_file::temp_file(" +
151 throw atf::system_error("atf_check", "write(2) failed", errno);
691 // The "atf_check" application.
696 class atf_check : public atf::application::app {
714 atf_check(void);
720 const char* atf_check::m_description =
723 atf_check::atf_check(void) :
730 atf_check::run_output_checks(const atf::check::check_result& r,
747 atf_check::specific_args(void)
753 atf_check::options_set
754 atf_check::specific_options(void)
774 atf_check::process_option(int ch, const char* arg)
799 atf_check::main(void)
834 return atf_check().run(argc, argv);