Searched refs:atf_process_status_termsig (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/atf/atf-c/detail/
H A Dprocess.h88 int atf_process_status_termsig(const atf_process_status_t *);
H A Dsanity_test.c117 ATF_REQUIRE(atf_process_status_termsig(&status) == SIGABRT);
H A Dprocess_test.c638 ATF_CHECK_EQ(atf_process_status_termsig(&s), SIGKILL);
649 ATF_CHECK_EQ(atf_process_status_termsig(&s), SIGTERM);
675 ATF_CHECK_EQ(atf_process_status_termsig(&s), SIGQUIT);
H A Dprocess.c223 atf_process_status_termsig(const atf_process_status_t *s) function
/freebsd-10-stable/contrib/atf/atf-c/
H A Dcheck.c212 atf_process_status_termsig(status),
385 return atf_process_status_termsig(&r->pimpl->m_status);
/freebsd-10-stable/contrib/atf/atf-c++/detail/
H A Dprocess.cpp269 return atf_process_status_termsig(&m_status);

Completed in 119 milliseconds