Symbol: raise
bin/dd/misc.c
150
raise(kill_signal);
bin/sh/parser.c
2396
raise(SIGINT);
bin/timeout/timeout.c
250
raise(signo);
crypto/libecc/src/arithmetic_tests/arithmetic_tests.c
40
raise(sig);
crypto/openssh/openbsd-compat/bsd-misc.h
186
int raise(int);
crypto/openssh/sshbuf.c
70
raise(SIGSEGV);
crypto/openssl/crypto/cryptlib.c
264
raise(SIGABRT);
include/signal.h
80
int raise(int);
lib/libc/gen/arc4random.h
73
raise(SIGKILL);
lib/libc/gen/getentropy.c
43
raise(SIGKILL);
lib/libc/gen/raise.c
37
__weak_reference(__raise, raise);
lib/libc/stdlib/abort.c
61
(void)raise(SIGABRT);
lib/libc/stdlib/abort.c
73
(void)raise(SIGABRT);
lib/libutil/pw_util.c
327
raise(WSTOPSIG(pstat));
lib/msun/src/math_private.h
866
#define breakpoint() raise(SIGTRAP)
lib/msun/tests/fenv_test.c
393
int except, pass, raise, status;
lib/msun/tests/fenv_test.c
432
raise = FE_DIVBYZERO | FE_INVALID;
lib/msun/tests/fenv_test.c
434
raise = ALL_STD_EXCEPT ^ except;
lib/msun/tests/fenv_test.c
446
raiseexcept(raise);
lib/msun/tests/fenv_test.c
447
ATF_CHECK_EQ(0, feraiseexcept(raise));
lib/msun/tests/fenv_test.c
448
ATF_CHECK_EQ(raise, fetestexcept(ALL_STD_EXCEPT));
lib/msun/tests/fenv_test.c
490
int except, pass, status, raise;
lib/msun/tests/fenv_test.c
501
raise = FE_DIVBYZERO | FE_INVALID;
lib/msun/tests/fenv_test.c
503
raise = ALL_STD_EXCEPT ^ except;
lib/msun/tests/fenv_test.c
519
raiseexcept(raise);
lib/msun/tests/fenv_test.c
530
ATF_CHECK_EQ((except | raise), fetestexcept(ALL_STD_EXCEPT));
libexec/pppoed/pppoed.c
684
raise(ReceivedSignal);
libexec/rtld-elf/rtld-libc/rtld_libc.c
54
raise(SIGABRT);
sys/dev/random/hash.c
243
raise(SIGKILL);
tests/sys/arch/amd64/ptrace-sce-tamper.c
62
raise(SIGSTOP);
tests/sys/kern/basic_signal.c
123
ATF_REQUIRE(raise(SIGTRAP) == 0);
tests/sys/kern/basic_signal.c
180
ATF_REQUIRE(raise(SIGUSR1) == 0);
tests/sys/kern/basic_signal.c
207
ATF_REQUIRE(raise(SIGUSR1) == 0);
tests/sys/kern/basic_signal.c
61
ATF_REQUIRE(raise(SIGUSR1) == 0);
tests/sys/kern/basic_signal.c
67
ATF_REQUIRE(raise(SIGUSR2) == 0);
tests/sys/kern/fdgrowtable_test.c
246
raise(SIGSTOP);
tests/sys/kern/prace.c
74
raise(SIGINT);
tests/sys/kern/ptrace_test.c
131
raise(SIGSTOP);
tests/sys/kern/ptrace_test.c
1503
raise(SIGINFO);
tests/sys/kern/ptrace_test.c
2148
raise(SIGSTOP);
tests/sys/kern/ptrace_test.c
3120
raise(SIGSTOP);
tests/sys/kern/ptrace_test.c
3266
raise(SIGSTOP);
tests/sys/kern/ptrace_test.c
3318
raise(SIGSTOP);
tests/sys/kern/ptrace_test.c
3421
raise(SIGSTOP);
tests/sys/kern/ptrace_test.c
3578
raise(SIGABRT);
tests/sys/kern/ptrace_test.c
3597
raise(SIGABRT);
tests/sys/kern/ptrace_test.c
3957
raise(SIGABRT);
tests/sys/kern/ptrace_test.c
4238
raise(SIGSTOP);
tests/sys/kern/ptrace_test.c
4289
(void)raise(SIGSTOP);
tests/sys/kern/ptrace_test.c
4330
raise(SIGSTOP);
tests/sys/kern/sigaltstack.c
101
ATF_REQUIRE(raise(SIGUSR1) == 0);
tests/sys/kern/sigaltstack.c
59
raise(SIGUSR2);
tests/sys/kern/sigwait.c
419
raise(SIGSTOP);
tests/sys/vm/mlock_test.c
59
if (raise(SIGSTOP) != 0)
usr.bin/lockf/lockf.c
373
if (raise(sig) == -1)
usr.bin/login/login.c
1011
raise(signo);
usr.bin/mail/collect.c
711
raise(signo);
usr.sbin/ppp/main.c
172
raise(SIGSTOP);