Searched refs:act (Results 176 - 200 of 597) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaction/
H A D4-18.c48 struct sigaction act; local
50 act.sa_handler = handler;
51 act.sa_flags = 0;
52 sigemptyset(&act.sa_mask);
53 sigaddset(&act.sa_mask, SIGKILL);
54 if (sigaction(SIGUSR2, &act, 0) == -1) {
H A D4-19.c48 struct sigaction act; local
50 act.sa_handler = handler;
51 act.sa_flags = 0;
52 sigemptyset(&act.sa_mask);
53 sigaddset(&act.sa_mask, SIGKILL);
54 if (sigaction(SIGPOLL, &act, 0) == -1) {
H A D4-2.c48 struct sigaction act; local
50 act.sa_handler = handler;
51 act.sa_flags = 0;
52 sigemptyset(&act.sa_mask);
53 sigaddset(&act.sa_mask, SIGKILL);
54 if (sigaction(SIGALRM, &act, 0) == -1) {
H A D4-20.c48 struct sigaction act; local
50 act.sa_handler = handler;
51 act.sa_flags = 0;
52 sigemptyset(&act.sa_mask);
53 sigaddset(&act.sa_mask, SIGKILL);
54 if (sigaction(SIGPROF, &act, 0) == -1) {
H A D4-21.c48 struct sigaction act; local
50 act.sa_handler = handler;
51 act.sa_flags = 0;
52 sigemptyset(&act.sa_mask);
53 sigaddset(&act.sa_mask, SIGKILL);
54 if (sigaction(SIGSYS, &act, 0) == -1) {
H A D4-22.c48 struct sigaction act; local
50 act.sa_handler = handler;
51 act.sa_flags = 0;
52 sigemptyset(&act.sa_mask);
53 sigaddset(&act.sa_mask, SIGKILL);
54 if (sigaction(SIGTRAP, &act, 0) == -1) {
H A D4-23.c48 struct sigaction act; local
50 act.sa_handler = handler;
51 act.sa_flags = 0;
52 sigemptyset(&act.sa_mask);
53 sigaddset(&act.sa_mask, SIGKILL);
54 if (sigaction(SIGURG, &act, 0) == -1) {
H A D4-24.c48 struct sigaction act; local
50 act.sa_handler = handler;
51 act.sa_flags = 0;
52 sigemptyset(&act.sa_mask);
53 sigaddset(&act.sa_mask, SIGKILL);
54 if (sigaction(SIGVTALRM, &act, 0) == -1) {
H A D4-25.c48 struct sigaction act; local
50 act.sa_handler = handler;
51 act.sa_flags = 0;
52 sigemptyset(&act.sa_mask);
53 sigaddset(&act.sa_mask, SIGKILL);
54 if (sigaction(SIGXCPU, &act, 0) == -1) {
H A D4-26.c48 struct sigaction act; local
50 act.sa_handler = handler;
51 act.sa_flags = 0;
52 sigemptyset(&act.sa_mask);
53 sigaddset(&act.sa_mask, SIGKILL);
54 if (sigaction(SIGXFSZ, &act, 0) == -1) {
H A D4-3.c48 struct sigaction act; local
50 act.sa_handler = handler;
51 act.sa_flags = 0;
52 sigemptyset(&act.sa_mask);
53 sigaddset(&act.sa_mask, SIGKILL);
54 if (sigaction(SIGBUS, &act, 0) == -1) {
H A D4-4.c48 struct sigaction act; local
50 act.sa_handler = handler;
51 act.sa_flags = 0;
52 sigemptyset(&act.sa_mask);
53 sigaddset(&act.sa_mask, SIGKILL);
54 if (sigaction(SIGCHLD, &act, 0) == -1) {
H A D4-5.c48 struct sigaction act; local
50 act.sa_handler = handler;
51 act.sa_flags = 0;
52 sigemptyset(&act.sa_mask);
53 sigaddset(&act.sa_mask, SIGKILL);
54 if (sigaction(SIGCONT, &act, 0) == -1) {
H A D4-6.c48 struct sigaction act; local
50 act.sa_handler = handler;
51 act.sa_flags = 0;
52 sigemptyset(&act.sa_mask);
53 sigaddset(&act.sa_mask, SIGKILL);
54 if (sigaction(SIGFPE, &act, 0) == -1) {
H A D4-7.c48 struct sigaction act; local
50 act.sa_handler = handler;
51 act.sa_flags = 0;
52 sigemptyset(&act.sa_mask);
53 sigaddset(&act.sa_mask, SIGKILL);
54 if (sigaction(SIGHUP, &act, 0) == -1) {
H A D4-8.c48 struct sigaction act; local
50 act.sa_handler = handler;
51 act.sa_flags = 0;
52 sigemptyset(&act.sa_mask);
53 sigaddset(&act.sa_mask, SIGKILL);
54 if (sigaction(SIGILL, &act, 0) == -1) {
H A D4-9.c48 struct sigaction act; local
50 act.sa_handler = handler;
51 act.sa_flags = 0;
52 sigemptyset(&act.sa_mask);
53 sigaddset(&act.sa_mask, SIGKILL);
54 if (sigaction(SIGINT, &act, 0) == -1) {
H A D6-1.c31 struct sigaction act; local
33 act.sa_sigaction = handler;
34 act.sa_flags = SA_SIGINFO;
35 sigemptyset(&act.sa_mask);
36 sigaddset(&act.sa_mask, SIGSTOP);
37 if (sigaction(SIGABRT, &act, 0) == -1) {
H A D6-10.c31 struct sigaction act; local
33 act.sa_sigaction = handler;
34 act.sa_flags = SA_SIGINFO;
35 sigemptyset(&act.sa_mask);
36 sigaddset(&act.sa_mask, SIGSTOP);
37 if (sigaction(SIGPIPE, &act, 0) == -1) {
H A D6-11.c31 struct sigaction act; local
33 act.sa_sigaction = handler;
34 act.sa_flags = SA_SIGINFO;
35 sigemptyset(&act.sa_mask);
36 sigaddset(&act.sa_mask, SIGSTOP);
37 if (sigaction(SIGQUIT, &act, 0) == -1) {
H A D6-12.c31 struct sigaction act; local
33 act.sa_sigaction = handler;
34 act.sa_flags = SA_SIGINFO;
35 sigemptyset(&act.sa_mask);
36 sigaddset(&act.sa_mask, SIGSTOP);
37 if (sigaction(SIGSEGV, &act, 0) == -1) {
H A D6-13.c31 struct sigaction act; local
33 act.sa_sigaction = handler;
34 act.sa_flags = SA_SIGINFO;
35 sigemptyset(&act.sa_mask);
36 sigaddset(&act.sa_mask, SIGSTOP);
37 if (sigaction(SIGTERM, &act, 0) == -1) {
H A D6-14.c31 struct sigaction act; local
33 act.sa_sigaction = handler;
34 act.sa_flags = SA_SIGINFO;
35 sigemptyset(&act.sa_mask);
36 sigaddset(&act.sa_mask, SIGSTOP);
37 if (sigaction(SIGTSTP, &act, 0) == -1) {
H A D6-15.c31 struct sigaction act; local
33 act.sa_sigaction = handler;
34 act.sa_flags = SA_SIGINFO;
35 sigemptyset(&act.sa_mask);
36 sigaddset(&act.sa_mask, SIGSTOP);
37 if (sigaction(SIGTTIN, &act, 0) == -1) {
H A D6-16.c31 struct sigaction act; local
33 act.sa_sigaction = handler;
34 act.sa_flags = SA_SIGINFO;
35 sigemptyset(&act.sa_mask);
36 sigaddset(&act.sa_mask, SIGSTOP);
37 if (sigaction(SIGTTOU, &act, 0) == -1) {

Completed in 46 milliseconds

1234567891011>>