Searched defs:oact (Results 1 - 25 of 61) sorted by relevance

123

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
H A D2-1.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGABRT, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-10.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGPIPE, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-11.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGQUIT, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-12.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGSEGV, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-13.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGTERM, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-14.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGTSTP, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-15.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGTTIN, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-16.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGTTOU, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-17.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGUSR1, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-18.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGUSR2, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-19.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGALRM, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-2.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGALRM, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-20.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGPROF, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-21.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGSYS, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-22.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGTRAP, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-23.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGURG, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-24.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGVTALRM, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-25.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGXCPU, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-26.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGXFSZ, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-3.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGBUS, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-4.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGCHLD, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-5.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGCONT, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-6.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGFPE, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-7.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGHUP, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {
H A D2-8.c10 sigaction (when used with a non-null oact pointer) changes the action
37 struct sigaction oact; local
50 if (sigaction(SIGILL, &act, &oact) == -1) {
56 if (oact.sa_handler == handler1) {

Completed in 179 milliseconds

123