raise
raise(kill_signal);
raise(SIGINT);
raise(signo);
raise(sig);
int raise(int);
raise(SIGSEGV);
raise(SIGABRT);
int raise(int);
raise(SIGKILL);
raise(SIGKILL);
__weak_reference(__raise, raise);
(void)raise(SIGABRT);
(void)raise(SIGABRT);
raise(WSTOPSIG(pstat));
#define breakpoint() raise(SIGTRAP)
int except, pass, raise, status;
raise = FE_DIVBYZERO | FE_INVALID;
raise = ALL_STD_EXCEPT ^ except;
raiseexcept(raise);
ATF_CHECK_EQ(0, feraiseexcept(raise));
ATF_CHECK_EQ(raise, fetestexcept(ALL_STD_EXCEPT));
int except, pass, status, raise;
raise = FE_DIVBYZERO | FE_INVALID;
raise = ALL_STD_EXCEPT ^ except;
raiseexcept(raise);
ATF_CHECK_EQ((except | raise), fetestexcept(ALL_STD_EXCEPT));
raise(ReceivedSignal);
raise(SIGABRT);
raise(SIGKILL);
raise(SIGSTOP);
ATF_REQUIRE(raise(SIGTRAP) == 0);
ATF_REQUIRE(raise(SIGUSR1) == 0);
ATF_REQUIRE(raise(SIGUSR1) == 0);
ATF_REQUIRE(raise(SIGUSR1) == 0);
ATF_REQUIRE(raise(SIGUSR2) == 0);
raise(SIGSTOP);
raise(SIGINT);
raise(SIGSTOP);
raise(SIGINFO);
raise(SIGSTOP);
raise(SIGSTOP);
raise(SIGSTOP);
raise(SIGSTOP);
raise(SIGSTOP);
raise(SIGABRT);
raise(SIGABRT);
raise(SIGABRT);
raise(SIGSTOP);
(void)raise(SIGSTOP);
raise(SIGSTOP);
ATF_REQUIRE(raise(SIGUSR1) == 0);
raise(SIGUSR2);
raise(SIGSTOP);
if (raise(SIGSTOP) != 0)
if (raise(sig) == -1)
raise(signo);
raise(signo);
raise(SIGSTOP);