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

/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/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)
312 atf_check_result_t result;
348 atf_check_result_t result;
375 atf_check_result_t result;
384 atf_check_result_t result;
393 atf_check_result_t result;
411 atf_check_result_t result1, result2;
475 atf_check_result_t result;
509 atf_check_result_t resul
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c/
H A Dcheck.h47 typedef struct atf_check_result atf_check_result_t; typedef in typeref:struct:atf_check_result
50 void atf_check_result_fini(atf_check_result_t *);
53 const char *atf_check_result_stdout(const atf_check_result_t *);
54 const char *atf_check_result_stderr(const atf_check_result_t *);
55 bool atf_check_result_exited(const atf_check_result_t *);
56 int atf_check_result_exitcode(const atf_check_result_t *);
57 bool atf_check_result_signaled(const atf_check_result_t *);
58 int atf_check_result_termsig(const atf_check_result_t *);
73 atf_error_t atf_check_exec_array(const char *const *, atf_check_result_t *);
H A Dcheck.c302 atf_check_result_init(atf_check_result_t *r, const char *const *argv,
345 atf_check_result_fini(atf_check_result_t *r)
361 atf_check_result_stdout(const atf_check_result_t *r)
367 atf_check_result_stderr(const atf_check_result_t *r)
373 atf_check_result_exited(const atf_check_result_t *r)
379 atf_check_result_exitcode(const atf_check_result_t *r)
385 atf_check_result_signaled(const atf_check_result_t *r)
391 atf_check_result_termsig(const atf_check_result_t *r)
464 atf_check_exec_array(const char *const *argv, atf_check_result_t *r)
H A Dcheck_test.c55 do_exec(const atf_tc_t *tc, const char *helper_name, atf_check_result_t *r)
74 atf_check_result_t *r)
314 atf_check_result_t result;
350 atf_check_result_t result;
377 atf_check_result_t result;
386 atf_check_result_t result;
395 atf_check_result_t result;
413 atf_check_result_t result1, result2;
477 atf_check_result_t result;
511 atf_check_result_t resul
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/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;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/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 71 milliseconds