Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/atf-c/
H A Dcheck.h45 typedef struct atf_check_result atf_check_result_t; typedef
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, in atf_check_result_init()
341 atf_check_result_fini(atf_check_result_t *r) in atf_check_result_fini()
357 atf_check_result_stdout(const atf_check_result_t *r) in atf_check_result_stdout()
363 atf_check_result_stderr(const atf_check_result_t *r) in atf_check_result_stderr()
369 atf_check_result_exited(const atf_check_result_t *r) in atf_check_result_exited()
375 atf_check_result_exitcode(const atf_check_result_t *r) in atf_check_result_exitcode()
381 atf_check_result_signaled(const atf_check_result_t *r) in atf_check_result_signaled()
387 atf_check_result_termsig(const atf_check_result_t *r) in atf_check_result_termsig()
460 atf_check_exec_array(const char *const *argv, atf_check_result_t *r) in atf_check_exec_array()
H A Dcheck_test.c53 do_exec(const atf_tc_t *tc, const char *helper_name, atf_check_result_t *r) in do_exec()
72 atf_check_result_t *r) in do_exec_with_arg()
308 atf_check_result_t result; in ATF_TC_BODY()
344 atf_check_result_t result; in ATF_TC_BODY()
371 atf_check_result_t result; in ATF_TC_BODY()
380 atf_check_result_t result; in ATF_TC_BODY()
389 atf_check_result_t result; in ATF_TC_BODY()
407 atf_check_result_t result1, result2; in ATF_TC_BODY()
471 atf_check_result_t result; in ATF_TC_BODY()
505 atf_check_result_t result; in ATF_TC_BODY()
/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dcheck.hpp69 atf_check_result_t m_result;
75 check_result(const atf_check_result_t* result);
H A Dcheck.cpp50 impl::check_result::check_result(const atf_check_result_t* result) in check_result()
151 atf_check_result_t result; in exec()