Searched refs:termsig (Results 1 - 24 of 24) sorted by relevance

/freebsd-13-stable/contrib/kyua/utils/process/
H A Dstatus.hpp73 int termsig(void) const;
H A Dstatus_test.cpp114 ATF_REQUIRE_EQ(567, fake.termsig());
135 ATF_REQUIRE_EQ("status{termsig=8, coredump=false}", str.str());
145 ATF_REQUIRE_EQ("status{termsig=9, coredump=true}", str.str());
170 ATF_REQUIRE_EQ(SIGTERM, sigterm.termsig());
176 ATF_REQUIRE_EQ(SIGKILL, sigkill.termsig());
189 ATF_REQUIRE_EQ(SIGQUIT, coredump.termsig());
H A Dstatus.cpp159 process::status::termsig(void) const function in class:process::status
196 output << F("status{termsig=%s, coredump=%s}") % status.termsig() %
H A Doperations.cpp233 (void)::kill(::getpid(), status.termsig());
235 "ourselves") % status.termsig() % status.dead_pid());
H A Ddeadline_killer_test.cpp81 ATF_REQUIRE_EQ(SIGKILL, status.termsig());
H A Dchild_test.cpp377 ATF_REQUIRE_EQ(SIGABRT, status.termsig());
522 ATF_REQUIRE_EQ(SIGABRT, status.termsig());
623 ATF_REQUIRE_EQ(SIGABRT, status.termsig());
638 ATF_REQUIRE_EQ(SIGABRT, status.termsig());
720 ATF_REQUIRE_EQ(SIGABRT, status.termsig());
786 ATF_REQUIRE_EQ(SIGABRT, status.termsig());
H A Doperations_test.cpp223 ATF_REQUIRE_EQ(SIGABRT, status.termsig());
H A Dexecutor_test.cpp795 exit_handle.status().get().termsig() == SIGKILL) {
/freebsd-13-stable/contrib/atf/atf-c++/
H A Dcheck.hpp100 int termsig(void) const;
H A Dcheck.cpp79 impl::check_result::termsig(void) function in class:impl::check_result
H A Dcheck_test.cpp295 ATF_REQUIRE_EQ(r->termsig(), SIGKILL);
/freebsd-13-stable/contrib/kyua/engine/
H A Dplain.cpp141 F("Received signal %s") % status.get().termsig());
H A Dtap.cpp179 F("Received signal %s") % status.get().termsig());
H A Datf_result.cpp230 return F("received signal %s%s") % status.termsig() %
465 if (_argument.get() == status.get().termsig())
472 _argument.get() % status.get().termsig());
H A Dscheduler_test.cpp453 F("Signal %s") % status.get().termsig());
/freebsd-13-stable/contrib/kyua/utils/signals/
H A Dinterrupts_test.cpp220 ATF_REQUIRE_EQ(SIGKILL, status1.termsig());
223 ATF_REQUIRE_EQ(SIGKILL, status2.termsig());
H A Dmisc_test.cpp106 ATF_REQUIRE_EQ(SIGUSR1, status.termsig());
/freebsd-13-stable/contrib/kyua/utils/
H A Dsanity_test.cpp98 ATF_REQUIRE_EQ(SIGABRT, status.termsig());
275 ATF_REQUIRE_EQ(Signo, status.termsig());
H A Dstacktrace.cpp304 status.dead_pid() % status.termsig();
/freebsd-13-stable/contrib/atf/atf-c++/detail/
H A Dprocess.hpp190 int termsig(void) const;
H A Dprocess.cpp266 impl::status::termsig(void) function in class:impl::status
/freebsd-13-stable/crypto/openssl/apps/
H A Docsp.c898 static int termsig = 0; variable
902 termsig = sig;
931 while (termsig == 0) {
938 while (termsig == 0 && procs >= multi) {
972 if (termsig)
984 if (termsig)
1007 /* The loop above can only break on termsig */
1008 syslog(LOG_INFO, "terminating on signal: %d", termsig);
/freebsd-13-stable/contrib/kyua/cli/
H A Dmain_test.cpp465 ATF_REQUIRE_EQ(SIGABRT, status.termsig());
/freebsd-13-stable/contrib/atf/atf-sh/
H A Datf-check.cpp627 const int status = cr.termsig();

Completed in 207 milliseconds