Searched refs:raise (Results 1 - 25 of 72) sorted by relevance

123

/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/funcs/
H A Derr.D_PROTO_ARG.raisebadarg.d31 * raise() should generate an error if any arguments are sent.
33 * SECTION: Actions and Subroutines/raise()
40 raise("badarg");
/freebsd-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dsignal.h37 using std::raise;
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_csignal.h54 #undef raise macro
60 using ::raise;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise2.d31 * Positive test for raise
33 * SECTION: Actions and Subroutines/raise()
50 raise(SIGUSR1);
H A Dtst.raise1.d31 * Positive test for raise
33 * SECTION: Actions and Subroutines/raise()
50 raise(SIGUSR1);
H A Dtst.raise3.d31 * Positive test for raise
33 * SECTION: Actions and Subroutines/raise()
50 raise(SIGUSR1);
/freebsd-11-stable/lib/libc/gen/
H A Draise.c31 static char sccsid[] = "@(#)raise.c 8.1 (Berkeley) 6/4/93";
41 __weak_reference(__raise, raise);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.ret1.d49 raise(SIGUSR1);
H A Dtst.ret2.d49 raise(SIGUSR1);
H A Dtst.args1.d49 raise(SIGUSR1);
H A Dtst.weak1.d49 raise(SIGUSR1);
H A Dtst.weak2.d49 raise(SIGUSR1);
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_ACT_SPEC.SpeculateWithRaise.d50 raise(9);
/freebsd-11-stable/lib/libc/stdlib/
H A Dabort.c65 (void)raise(SIGABRT);
77 (void)raise(SIGABRT);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_raise.c84 atf_tc_set_md_var(tc, "descr", "Test raise(3) for invalid parameters");
93 ATF_REQUIRE(raise(10240 + i) == -1);
102 atf_tc_set_md_var(tc, "descr", "Test return order of raise(3)");
115 * Verify that raise(3) does not return
120 ATF_REQUIRE(raise(SIGUSR1) == 0);
123 atf_tc_fail("raise(3) returned before signal handler");
129 atf_tc_set_md_var(tc, "descr", "A basic test of raise(3)");
153 ATF_REQUIRE(raise(sig[i]) == 0);
157 atf_tc_fail("raise(3) did not raise
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.d35 raise(SIGUSR1); /* kick tst.fds.c out of its busy-wait loop */
/freebsd-11-stable/contrib/ntp/sntp/unity/auto/
H A Dgenerate_module.rb92 raise "ERROR: You can't have more than one Module name specified!" unless @module_name.nil?
98 raise "ERROR: Unknown option specified '#{arg}'"
101 raise "ERROR: You must have a Module name specified! (use option -h for help)" if @module_name.nil?
136 raise "ERROR: The design pattern specified isn't one that I recognize!" if @patterns.nil?
178 raise "ERROR: File #{file[:name]} already exists. Exiting." if File.exist?(file[:path])
H A Dunity_test_summary.rb39 raise "Empty test result file: #{result_file}"
114 raise "Couldn't parse test results: #{summary}"
136 raise "No *.testpass, *.testfail, or *.testresults files found in '#{targets}'" if results.empty?
/freebsd-11-stable/lib/msun/tests/
H A Dfenv_test.c87 * XXX We can't raise an {over,under}flow without also raising an
134 * routines. This function may raise an inexact exception.
393 int except, pass, raise, status; local
413 /* over/underflow may also raise inexact */
415 raise = FE_DIVBYZERO | FE_INVALID;
417 raise = ALL_STD_EXCEPT ^ except;
430 raiseexcept(raise);
431 assert(feraiseexcept(raise) == 0);
432 assert(fetestexcept(ALL_STD_EXCEPT) == raise);
474 int except, pass, status, raise; local
[all...]
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A DdecLibrary.c90 raise (SIGFPE);
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/common/
H A DMakefile56 raise \
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBSymbolContextList.i81 raise IndexError
82 raise TypeError
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh79 raise(SIGINT);
/freebsd-11-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Dgenmakefiles.sh43 raise)
/freebsd-11-stable/include/
H A Dsignal.h73 int raise(int);

Completed in 121 milliseconds

123