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

123

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaction/
H A D3-6.c15 2. Set the signal handler for SIGFPE to handler
17 4. raise SIGFPE
40 if (sigaction(SIGFPE, &act, 0) == -1) {
46 if (sigaction(SIGFPE, 0, &oact) == -1) {
53 if (raise(SIGFPE) == -1) {
H A D1-6.c17 2. Use sigaction to setup a signal handler for SIGFPE
18 3. Raise SIGFPE.
40 if (sigaction(SIGFPE, &act, 0) == -1) {
46 if (raise(SIGFPE) == -1) {
H A D22-6.c18 3. (child) Setup a signal handler for SIGFPE with SA_NODEFER set
20 4. (child) raise SIGFPE
22 6. (child, signal handler) if count is 1 then raise SIGFPE
44 printf("SIGFPE caught\n");
54 printf("Raising SIGFPE\n");
55 raise(SIGFPE);
56 printf("Returning from raising SIGFPE\n");
72 if (sigaction(SIGFPE, &act, 0) == -1) {
78 if (raise(SIGFPE) == -1) {
H A D25-6.c17 3. (child) Setup a signal handler for SIGFPE
18 4. (child) raise SIGFPE
20 6. (child, signal handler) if count is 1 then raise SIGFPE
41 printf("SIGFPE caught\n");
52 printf("Raising SIGFPE\n");
53 raise(SIGFPE);
54 printf("Returning from raising SIGFPE\n");
70 if (sigaction(SIGFPE, &act, 0) == -1) {
76 if (raise(SIGFPE) == -1) {
H A D8-7.c26 printf("Caught SIGFPE\n");
32 raise(SIGFPE);
46 sigaddset(&act.sa_mask, SIGFPE);
56 if (sigaction(SIGFPE, &act, 0) == -1) {
H A D13-6.c31 printf("Caught SIGFPE\n");
52 if (sigaction(SIGFPE, &act, 0) == -1) {
64 if (raise(SIGFPE) == -1) {
H A D2-6.c14 1. Call sigaction to set handler for SIGFPE to use handler1
15 2. Call sigaction again to set handler for SIGFPE to use handler2,
42 if (sigaction(SIGFPE, &act, 0) == -1) {
50 if (sigaction(SIGFPE, &act, &oact) == -1) {
H A D4-6.c16 3. (child) Setup a signal handler for SIGFPE with SIGKILL added to
18 4. (child) raise SIGFPE
54 if (sigaction(SIGFPE, &act, 0) == -1) {
60 if (raise(SIGFPE) == -1) {
H A D6-6.c9 setting the SA_INFO bit in the signal mask for SIGFPE will result
37 if (sigaction(SIGFPE, &act, 0) == -1) {
43 if (raise(SIGFPE) == -1) {
H A D12-32.c30 printf("Caught SIGFPE\n");
51 if (sigaction(SIGFPE, &act, 0) == -1) {
63 if (raise(SIGFPE) == -1) {
H A D12-6.c32 printf("Caught SIGFPE\n");
53 if (sigaction(SIGFPE, &act, 0) == -1) {
73 if (raise(SIGFPE) == -1) {
H A D4-32.c16 3. (child) Setup a signal handler for SIGFPE with SIGSTOP added to
18 4. (child) raise SIGFPE
53 if (sigaction(SIGFPE, &act, 0) == -1) {
59 if (raise(SIGFPE) == -1) {
H A D8-6.c31 printf("Caught SIGFPE\n");
47 if (sigaction(SIGFPE, &act, 0) == -1) {
63 if (raise(SIGFPE) == -1) {
H A D4-58.c10 that attempting to add SIGKILL to the signal mask of SIGFPE will
33 if (sigaction(SIGFPE, &act, 0) == -1) {
H A D4-84.c10 that attempting to add SIGSTOP to the signal mask of SIGFPE will
33 if (sigaction(SIGFPE, &act, 0) == -1) {
H A D17-6.c10 errno set to EINTR if a handler for the SIGFPE signal is setup with
32 printf("Caught SIGFPE\n");
48 sigaction(SIGFPE, &act, 0);
67 process sending the SIGFPE signal, and the
82 kill(pid, SIGFPE);
H A D18-6.c24 * -> register a handler for SIGFPE without SA_SIGINFO, and a known function
26 * -> raise SIGFPE, and check the function has been called.
79 #define SIGNAL SIGFPE
111 /* Install the signal handler for SIGFPE */
128 UNRESOLVED( ret, "Failed to raise SIGFPE" );
H A D19-6.c25 * -> register a handler for SIGFPE with SA_SIGINFO, and a known function
27 * -> raise SIGFPE, and check the function has been called.
80 #define SIGNAL SIGFPE
128 /* Install the signal handler for SIGFPE */
145 UNRESOLVED( ret, "Failed to raise SIGFPE" );
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/definitions/signal_h/
H A D13-1.c15 (0 == SIGFPE) ||
H A D14-1.c12 int dummy6 = SIGFPE;
/haiku-fatelf/src/bin/bash/lib/intl/
H A Deval-plural.h75 raise (SIGFPE); variable
81 raise (SIGFPE); variable
/haiku-fatelf/src/bin/gawk/intl/
H A Deval-plural.h73 raise (SIGFPE); variable
79 raise (SIGFPE); variable
/haiku-fatelf/src/bin/gdb/bfd/
H A Dcisco-core.c192 case 5 : abfd->tdata.cisco_core_data->sig = SIGFPE; break;
194 case 6 : abfd->tdata.cisco_core_data->sig = SIGFPE; break;
196 case 7 : abfd->tdata.cisco_core_data->sig = SIGFPE; break;
216 case 48: abfd->tdata.cisco_core_data->sig = SIGFPE; break;
218 case 49: abfd->tdata.cisco_core_data->sig = SIGFPE; break;
220 case 50: abfd->tdata.cisco_core_data->sig = SIGFPE; break;
222 case 51: abfd->tdata.cisco_core_data->sig = SIGFPE; break;
224 case 52: abfd->tdata.cisco_core_data->sig = SIGFPE; break;
226 case 53: abfd->tdata.cisco_core_data->sig = SIGFPE; break;
228 case 54: abfd->tdata.cisco_core_data->sig = SIGFPE; brea
[all...]
/haiku-fatelf/src/bin/coreutils/lib/
H A Dsiglist.h46 #ifdef SIGFPE
47 init_sig (SIGFPE, "FPE", N_("Floating point exception"))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaddset/
H A D1-3.c33 signallist[5] = SIGFPE;

Completed in 199 milliseconds

123