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

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dcheck.h45 typedef struct atf_check_result atf_check_result_t; typedef in typeref:struct:atf_check_result
48 void atf_check_result_fini(atf_check_result_t *);
51 const char *atf_check_result_stdout(const atf_check_result_t *);
52 const char *atf_check_result_stderr(const atf_check_result_t *);
53 bool atf_check_result_exited(const atf_check_result_t *);
54 int atf_check_result_exitcode(const atf_check_result_t *);
55 bool atf_check_result_signaled(const atf_check_result_t *);
56 int atf_check_result_termsig(const atf_check_result_t *);
71 atf_error_t atf_check_exec_array(const char *const *, atf_check_result_t *);
H A Dcheck.c300 atf_check_result_init(atf_check_result_t *r, const char *const *argv,
341 atf_check_result_fini(atf_check_result_t *r)
357 atf_check_result_stdout(const atf_check_result_t *r)
363 atf_check_result_stderr(const atf_check_result_t *r)
369 atf_check_result_exited(const atf_check_result_t *r)
375 atf_check_result_exitcode(const atf_check_result_t *r)
381 atf_check_result_signaled(const atf_check_result_t *r)
387 atf_check_result_termsig(const atf_check_result_t *r)
460 atf_check_exec_array(const char *const *argv, atf_check_result_t *r)
H A Dcheck_test.c53 do_exec(const atf_tc_t *tc, const char *helper_name, atf_check_result_t *r)
72 atf_check_result_t *r)
308 atf_check_result_t result;
344 atf_check_result_t result;
371 atf_check_result_t result;
380 atf_check_result_t result;
389 atf_check_result_t result;
407 atf_check_result_t result1, result2;
471 atf_check_result_t result;
505 atf_check_result_t resul
[all...]
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dcheck.hpp67 atf_check_result_t m_result;
73 check_result(const atf_check_result_t* result);
H A Dcheck.cpp50 impl::check_result::check_result(const atf_check_result_t* result)
151 atf_check_result_t result;

Completed in 13 milliseconds