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

1 2 3

  /external/ltp/include/lapi/
rt_sigaction.h 88 struct sigaction act, oact; local
97 } else if (sigaction(sig, &act, &oact) < 0) {
98 /* Copy oact.sa_restorer via syscall(2) */
99 } else if (sigaction(sig, &act, &oact) < 0) {
103 restore_rt = oact.sa_restorer;
181 * act/oact values of INVAL_SA_PTR is used to pass
188 struct sigaction *oact, size_t sigsetsize)
207 if (oact == INVAL_SA_PTR)
209 else if (oact)
245 if (oact && (oact != INVAL_SA_PTR))
    [all...]
  /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) {

Completed in 275 milliseconds

1 2 3