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

/bind-9.11.3/unit/atf-src/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 *);

Completed in 14 milliseconds