Searched refs:atf_check_result_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/contrib/atf/atf-c/
H A Dcheck.h41 typedef struct atf_check_result atf_check_result_t; typedef in typeref:struct:atf_check_result
44 void atf_check_result_fini(atf_check_result_t *);
47 const char *atf_check_result_stdout(const atf_check_result_t *);
48 const char *atf_check_result_stderr(const atf_check_result_t *);
49 bool atf_check_result_exited(const atf_check_result_t *);
50 int atf_check_result_exitcode(const atf_check_result_t *);
51 bool atf_check_result_signaled(const atf_check_result_t *);
52 int atf_check_result_termsig(const atf_check_result_t *);
67 atf_error_t atf_check_exec_array(const char *const *, atf_check_result_t *);
H A Dcheck.c296 atf_check_result_init(atf_check_result_t *r, const char *const *argv,
337 atf_check_result_fini(atf_check_result_t *r)
353 atf_check_result_stdout(const atf_check_result_t *r)
359 atf_check_result_stderr(const atf_check_result_t *r)
365 atf_check_result_exited(const atf_check_result_t *r)
371 atf_check_result_exitcode(const atf_check_result_t *r)
377 atf_check_result_signaled(const atf_check_result_t *r)
383 atf_check_result_termsig(const atf_check_result_t *r)
456 atf_check_exec_array(const char *const *argv, atf_check_result_t *r)
H A Dcheck_test.c48 do_exec(const atf_tc_t *tc, const char *helper_name, atf_check_result_t *r)
67 atf_check_result_t *r)
303 atf_check_result_t result;
339 atf_check_result_t result;
366 atf_check_result_t result;
375 atf_check_result_t result;
384 atf_check_result_t result;
402 atf_check_result_t result1, result2;
466 atf_check_result_t result;
496 atf_check_result_t resul
[all...]
/freebsd-10.3-release/contrib/atf/atf-c++/
H A Dcheck.hpp65 atf_check_result_t m_result;
71 check_result(const atf_check_result_t* result);
H A Dcheck.cpp46 impl::check_result::check_result(const atf_check_result_t* result)
147 atf_check_result_t result;

Completed in 98 milliseconds