HomeSort by relevance Sort by last modified time
    Searched defs:oact (Results 26 - 50 of 59) sorted by null

12 3

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
3-9.c 35 struct sigaction oact; local
46 if (sigaction(SIGINT, 0, &oact) == -1) {
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 97 milliseconds

12 3