/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/ |
2-1.c | 10 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) {
|
2-10.c | 10 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) {
|
2-11.c | 10 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) {
|
2-12.c | 10 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) {
|
2-13.c | 10 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) {
|
2-14.c | 10 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) {
|
2-15.c | 10 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) {
|
2-16.c | 10 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) {
|
2-17.c | 10 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) {
|
2-18.c | 10 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) {
|
2-19.c | 10 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) {
|
2-2.c | 10 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) {
|
2-20.c | 10 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) {
|
2-21.c | 10 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) {
|
2-22.c | 10 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) {
|
2-23.c | 10 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) {
|
2-24.c | 10 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) {
|
2-25.c | 10 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) {
|
2-26.c | 10 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) {
|
2-3.c | 10 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) {
|
2-4.c | 10 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) {
|
2-5.c | 10 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) {
|
2-6.c | 10 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) {
|
2-7.c | 10 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) {
|
2-8.c | 10 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) {
|