Searched refs:handler2 (Results 1 - 25 of 29) sorted by relevance

12

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaction/
H A D2-1.c15 2. Call sigaction again to set handler for SIGABRT to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-10.c15 2. Call sigaction again to set handler for SIGPIPE to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-11.c15 2. Call sigaction again to set handler for SIGQUIT to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-12.c15 2. Call sigaction again to set handler for SIGSEGV to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-13.c15 2. Call sigaction again to set handler for SIGTERM to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-14.c15 2. Call sigaction again to set handler for SIGTSTP to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-15.c15 2. Call sigaction again to set handler for SIGTTIN to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-16.c15 2. Call sigaction again to set handler for SIGTTOU to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-17.c15 2. Call sigaction again to set handler for SIGUSR1 to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-18.c15 2. Call sigaction again to set handler for SIGUSR2 to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-19.c15 2. Call sigaction again to set handler for SIGPOLL to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-2.c15 2. Call sigaction again to set handler for SIGALRM to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-20.c15 2. Call sigaction again to set handler for SIGPROF to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-21.c15 2. Call sigaction again to set handler for SIGSYS to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-22.c15 2. Call sigaction again to set handler for SIGTRAP to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-23.c15 2. Call sigaction again to set handler for SIGURG to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-24.c15 2. Call sigaction again to set handler for SIGVTALRM to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-25.c15 2. Call sigaction again to set handler for SIGXCPU to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-26.c15 2. Call sigaction again to set handler for SIGXFSZ to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-3.c15 2. Call sigaction again to set handler for SIGBUS to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-4.c15 2. Call sigaction again to set handler for SIGCHLD to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-5.c15 2. Call sigaction again to set handler for SIGCONT to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-6.c15 2. Call sigaction again to set handler for SIGFPE to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-7.c15 2. Call sigaction again to set handler for SIGHUP to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;
H A D2-8.c15 2. Call sigaction again to set handler for SIGILL to use handler2,
30 void handler2(int signo) function
48 act.sa_handler = handler2;

Completed in 49 milliseconds

12