HomeSort by relevance Sort by last modified time
    Searched refs:handler1 (Results 1 - 25 of 39) sorted by null

1 2

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
2-1.c 14 1. Call sigaction to set handler for SIGABRT to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-10.c 14 1. Call sigaction to set handler for SIGPIPE to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-11.c 14 1. Call sigaction to set handler for SIGQUIT to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-12.c 14 1. Call sigaction to set handler for SIGSEGV to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-13.c 14 1. Call sigaction to set handler for SIGTERM to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-14.c 14 1. Call sigaction to set handler for SIGTSTP to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-15.c 14 1. Call sigaction to set handler for SIGTTIN to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-16.c 14 1. Call sigaction to set handler for SIGTTOU to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-17.c 14 1. Call sigaction to set handler for SIGUSR1 to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-18.c 14 1. Call sigaction to set handler for SIGUSR2 to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-19.c 14 1. Call sigaction to set handler for SIGALRM to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-2.c 14 1. Call sigaction to set handler for SIGALRM to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-20.c 14 1. Call sigaction to set handler for SIGPROF to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-21.c 14 1. Call sigaction to set handler for SIGSYS to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-22.c 14 1. Call sigaction to set handler for SIGTRAP to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-23.c 14 1. Call sigaction to set handler for SIGURG to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-24.c 14 1. Call sigaction to set handler for SIGVTALRM to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-25.c 14 1. Call sigaction to set handler for SIGXCPU to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-26.c 14 1. Call sigaction to set handler for SIGXFSZ to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-3.c 14 1. Call sigaction to set handler for SIGBUS to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-4.c 14 1. Call sigaction to set handler for SIGCHLD to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-5.c 14 1. Call sigaction to set handler for SIGCONT to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-6.c 14 1. Call sigaction to set handler for SIGFPE to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-7.c 14 1. Call sigaction to set handler for SIGHUP to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {
2-8.c 14 1. Call sigaction to set handler for SIGILL to use handler1
17 oarg is set for handler1.
26 void handler1(int signo) function
39 act.sa_handler = handler1;
56 if (oact.sa_handler == handler1) {

Completed in 296 milliseconds

1 2