Lines Matching defs:atf_check
122 throw atf::system_error("atf_check::temp_file::temp_file(" +
149 throw atf::system_error("atf_check", "write(2) failed", errno);
690 // The "atf_check" application.
695 class atf_check : public atf::application::app {
713 atf_check(void);
719 const char* atf_check::m_description =
722 atf_check::atf_check(void) :
729 atf_check::run_output_checks(const atf::check::check_result& r,
746 atf_check::specific_args(void)
752 atf_check::options_set
753 atf_check::specific_options(void)
773 atf_check::process_option(int ch, const char* arg)
798 atf_check::main(void)
833 return atf_check().run(argc, argv);