Searched defs:atf_check_result_t (Results 1 - 1 of 1) 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 *);

Completed in 8 milliseconds