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

/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/
H A Dcheck.hpp102 int termsig(void) const;
H A Dcheck.cpp83 impl::check_result::termsig(void) function in class:impl::check_result
H A Dcheck_test.cpp294 ATF_REQUIRE_EQ(r->termsig(), SIGKILL);
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dsig.c106 struct termsig { struct
117 static struct termsig terminating_signals[] = {
205 #define TERMSIGS_LENGTH (sizeof (terminating_signals) / sizeof (struct termsig))
H A Djobs.c3367 register int job, termsig; local
3392 termsig = WTERMSIG (s);
3434 if (interactive_shell == 0 && termsig && WIFSIGNALED (s) &&
3435 termsig != SIGINT &&
3437 termsig != SIGPIPE &&
3439 signal_is_trapped (termsig) == 0)
3448 if (termsig && WIFSIGNALED (s) && termsig != SIGINT)
3450 if (termsig && WIFSIGNALED (s) && termsig !
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Datf-run.cpp286 "signal " + atf::text::to_string(s.termsig()) +
293 if (tcr.value() == -1 || s.termsig() == tcr.value())
298 " signal but got " + to_string(s.termsig()));
301 "signal " + atf::text::to_string(s.termsig()) +
H A Dsignals_test.cpp255 ATF_REQUIRE(!s.signaled() || s.termsig() == SIGUSR1);
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Dtesttask.rb102 raise SignalException.new(status.termsig)
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_beginendblock.rb101 assert_nil $?.termsig
117 assert_equal Signal.list["INT"], $?.termsig
H A Dtest_signal.rb50 assert_equal(Signal.list["TERM"], $?.termsig)
H A Denvutil.rb236 signo = status.termsig
313 abort = status.coredump? || (status.signaled? && ABORT_SIGNALS.include?(status.termsig))
H A Dtest_thread.rb749 [s.exited?, s.signaled?, s.stopped?, s.termsig],
750 "[s.exited?, s.signaled?, s.stopped?, s.termsig]")
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dprocess.hpp196 int termsig(void) const;
H A Dprocess.cpp270 impl::status::termsig(void) function in class:impl::status
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-sh/
H A Datf-check.cpp536 const int status = cr.termsig();
/macosx-10.10.1/ruby-106/ruby/
H A Dprocess.c343 int termsig = WTERMSIG(status); local
344 const char *signame = ruby_signal_name(termsig);
346 rb_str_catf(str, " SIG%s (signal %d)", signame, termsig);
349 rb_str_catf(str, " signal %d", termsig);
542 * stat.termsig -> fixnum or nil
6629 rb_define_method(rb_cProcessStatus, "termsig", pst_wtermsig, 0);

Completed in 162 milliseconds