Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/process/
H A Dstatus_test.cpp114 ATF_REQUIRE_EQ(567, fake.termsig()); in ATF_TEST_CASE_BODY()
170 ATF_REQUIRE_EQ(SIGTERM, sigterm.termsig()); in ATF_TEST_CASE_BODY()
176 ATF_REQUIRE_EQ(SIGKILL, sigkill.termsig()); in ATF_TEST_CASE_BODY()
189 ATF_REQUIRE_EQ(SIGQUIT, coredump.termsig()); in ATF_TEST_CASE_BODY()
H A Dstatus.cpp159 process::status::termsig(void) const in termsig() function in process::status
196 output << F("status{termsig=%s, coredump=%s}") % status.termsig() % in operator <<()
H A Doperations.cpp233 (void)::kill(::getpid(), status.termsig()); in terminate_self_with()
235 "ourselves") % status.termsig() % status.dead_pid()); in terminate_self_with()
H A Dchild_test.cpp377 ATF_REQUIRE_EQ(SIGABRT, status.termsig()); in ATF_TEST_CASE_BODY()
522 ATF_REQUIRE_EQ(SIGABRT, status.termsig()); in ATF_TEST_CASE_BODY()
623 ATF_REQUIRE_EQ(SIGABRT, status.termsig()); in ATF_TEST_CASE_BODY()
638 ATF_REQUIRE_EQ(SIGABRT, status.termsig()); in ATF_TEST_CASE_BODY()
720 ATF_REQUIRE_EQ(SIGABRT, status.termsig()); in ATF_TEST_CASE_BODY()
786 ATF_REQUIRE_EQ(SIGABRT, status.termsig()); in ATF_TEST_CASE_BODY()
H A Dstatus.hpp73 int termsig(void) const;
H A Ddeadline_killer_test.cpp81 ATF_REQUIRE_EQ(SIGKILL, status.termsig()); in ATF_TEST_CASE_BODY()
H A Doperations_test.cpp223 ATF_REQUIRE_EQ(SIGABRT, status.termsig()); in ATF_TEST_CASE_BODY()
H A Dexecutor_test.cpp795 exit_handle.status().get().termsig() == SIGKILL) { in do_signal_handling_test()
/freebsd/crypto/openssl/apps/lib/
H A Dhttp_server.c103 static int termsig = 0; variable
107 termsig = sig; in noteterm()
136 while (termsig == 0) { in spawn_loop()
143 while (termsig == 0 && procs >= multi) { in spawn_loop()
177 if (termsig) in spawn_loop()
189 if (termsig) in spawn_loop()
213 syslog(LOG_INFO, "terminating on signal: %d", termsig); in spawn_loop()
/freebsd/contrib/kyua/utils/signals/
H A Dinterrupts_test.cpp220 ATF_REQUIRE_EQ(SIGKILL, status1.termsig()); in ATF_TEST_CASE_BODY()
223 ATF_REQUIRE_EQ(SIGKILL, status2.termsig()); in ATF_TEST_CASE_BODY()
H A Dmisc_test.cpp106 ATF_REQUIRE_EQ(SIGUSR1, status.termsig()); in ATF_TEST_CASE_BODY()
/freebsd/contrib/kyua/engine/
H A Datf_result.cpp230 return F("received signal %s%s") % status.termsig() % in format_status()
465 if (_argument.get() == status.get().termsig()) in apply()
472 _argument.get() % status.get().termsig()); in apply()
H A Dplain.cpp147 F("Received signal %s") % status.get().termsig()); in compute_result()
H A Dtap.cpp185 F("Received signal %s") % status.get().termsig()); in compute_result()
H A Dscheduler_test.cpp453 F("Signal %s") % status.get().termsig()); in compute_result()
/freebsd/contrib/atf/atf-c++/
H A Dcheck.hpp100 int termsig(void) const;
H A Dcheck.cpp79 impl::check_result::termsig(void) in termsig() function in impl::check_result
H A Dcheck_test.cpp295 ATF_REQUIRE_EQ(r->termsig(), SIGKILL); in ATF_TEST_CASE_BODY()
/freebsd/contrib/kyua/utils/
H A Dsanity_test.cpp98 ATF_REQUIRE_EQ(SIGABRT, status.termsig()); in verify_failed()
275 ATF_REQUIRE_EQ(Signo, status.termsig()); in crash_handler_test()
H A Dstacktrace.cpp304 status.dead_pid() % status.termsig(); in dump_stacktrace()
/freebsd/contrib/atf/atf-c++/detail/
H A Dprocess.hpp190 int termsig(void) const;
H A Dprocess.cpp266 impl::status::termsig(void) in termsig() function in impl::status
/freebsd/contrib/kyua/cli/
H A Dmain_test.cpp465 ATF_REQUIRE_EQ(SIGABRT, status.termsig()); in ATF_TEST_CASE_BODY()
/freebsd/contrib/atf/atf-sh/
H A Datf-check.cpp627 const int status = cr.termsig(); in run_status_check()