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

123

/freebsd-9.3-release/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-9.3-release/contrib/libstdc++/include/c_compatibility/
H A Dsignal.h37 using std::raise;
/freebsd-9.3-release/contrib/libstdc++/include/c_std/
H A Dstd_csignal.h54 #undef raise macro
60 using ::raise;
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/raise/
H A Dtst.raise1.d31 * Positive test for raise
33 * SECTION: Actions and Subroutines/raise()
50 raise(SIGINT);
H A Dtst.raise2.d31 * Positive test for raise
33 * SECTION: Actions and Subroutines/raise()
50 raise(SIGINT);
H A Dtst.raise3.d31 * Positive test for raise
33 * SECTION: Actions and Subroutines/raise()
50 raise(SIGINT);
/freebsd-9.3-release/lib/libc/gen/
H A Draise.c31 static char sccsid[] = "@(#)raise.c 8.1 (Berkeley) 6/4/93";
39 __weak_reference(__raise, raise);
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_raise.c40 __weak_reference(_raise, raise);
/freebsd-9.3-release/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-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/speculation/
H A Derr.D_ACT_SPEC.SpeculateWithRaise.d50 raise(9);
/freebsd-9.3-release/lib/libc/stdlib/
H A Dabort.c65 (void)raise(SIGABRT);
77 (void)raise(SIGABRT);
/freebsd-9.3-release/tools/regression/lib/msun/
H A Dtest-fenv.c323 int except, i, pass, raise, status; local
342 /* over/underflow may also raise inexact */
344 raise = FE_DIVBYZERO | FE_INVALID;
346 raise = ALL_STD_EXCEPT ^ except;
359 raiseexcept(raise);
360 assert(feraiseexcept(raise) == 0);
361 assert(fetestexcept(ALL_STD_EXCEPT) == raise);
403 int except, i, pass, status, raise; local
411 /* over/underflow may also raise inexact */
413 raise
[all...]
/freebsd-9.3-release/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-9.3-release/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-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Drb_calls.d72 ruby*:::raise
75 @calls[basename(copyinstr(arg1)), "raise", this->name] = count();
H A Drb_stat.d108 ruby*:::raise
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Ruby/
H A Drb_calls.d72 ruby*:::raise
75 @calls[basename(copyinstr(arg1)), "raise", this->name] = count();
H A Drb_stat.d108 ruby*:::raise
/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A DdecLibrary.c90 raise (SIGFPE);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ustack/
H A Dtst.spin.ksh79 raise(SIGINT);

Completed in 199 milliseconds

123