HomeSort by relevance Sort by last modified time
    Searched refs:sigaction (Results 176 - 200 of 1213) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
28-15.c 26 * -> change the signal handler with sigaction, saving old handler in oact.
61 struct sigaction sa, save;
71 /* Set the new signal handler with sigaction*/
83 ret = sigaction(SIGTTIN, &sa, &save);
104 ret = sigaction(SIGTTIN, &save, 0);
28-16.c 26 * -> change the signal handler with sigaction, saving old handler in oact.
61 struct sigaction sa, save;
71 /* Set the new signal handler with sigaction*/
83 ret = sigaction(SIGTTOU, &sa, &save);
104 ret = sigaction(SIGTTOU, &save, 0);
28-17.c 26 * -> change the signal handler with sigaction, saving old handler in oact.
61 struct sigaction sa, save;
71 /* Set the new signal handler with sigaction*/
83 ret = sigaction(SIGUSR1, &sa, &save);
104 ret = sigaction(SIGUSR1, &save, 0);
28-18.c 26 * -> change the signal handler with sigaction, saving old handler in oact.
61 struct sigaction sa, save;
71 /* Set the new signal handler with sigaction*/
83 ret = sigaction(SIGUSR2, &sa, &save);
104 ret = sigaction(SIGUSR2, &save, 0);
28-19.c 26 * -> change the signal handler with sigaction, saving old handler in oact.
61 struct sigaction sa, save;
71 /* Set the new signal handler with sigaction*/
83 ret = sigaction(SIGPOLL, &sa, &save);
104 ret = sigaction(SIGPOLL, &save, 0);
28-2.c 26 * -> change the signal handler with sigaction, saving old handler in oact.
61 struct sigaction sa, save;
71 /* Set the new signal handler with sigaction*/
83 ret = sigaction(SIGALRM, &sa, &save);
104 ret = sigaction(SIGALRM, &save, 0);
28-20.c 26 * -> change the signal handler with sigaction, saving old handler in oact.
61 struct sigaction sa, save;
71 /* Set the new signal handler with sigaction*/
83 ret = sigaction(SIGPROF, &sa, &save);
104 ret = sigaction(SIGPROF, &save, 0);
28-21.c 26 * -> change the signal handler with sigaction, saving old handler in oact.
61 struct sigaction sa, save;
71 /* Set the new signal handler with sigaction*/
83 ret = sigaction(SIGSYS, &sa, &save);
104 ret = sigaction(SIGSYS, &save, 0);
28-22.c 26 * -> change the signal handler with sigaction, saving old handler in oact.
61 struct sigaction sa, save;
71 /* Set the new signal handler with sigaction*/
83 ret = sigaction(SIGTRAP, &sa, &save);
104 ret = sigaction(SIGTRAP, &save, 0);
28-23.c 26 * -> change the signal handler with sigaction, saving old handler in oact.
61 struct sigaction sa, save;
71 /* Set the new signal handler with sigaction*/
83 ret = sigaction(SIGURG, &sa, &save);
104 ret = sigaction(SIGURG, &save, 0);
28-24.c 26 * -> change the signal handler with sigaction, saving old handler in oact.
61 struct sigaction sa, save;
71 /* Set the new signal handler with sigaction*/
83 ret = sigaction(SIGVTALRM, &sa, &save);
104 ret = sigaction(SIGVTALRM, &save, 0);
28-25.c 26 * -> change the signal handler with sigaction, saving old handler in oact.
61 struct sigaction sa, save;
71 /* Set the new signal handler with sigaction*/
83 ret = sigaction(SIGXCPU, &sa, &save);
104 ret = sigaction(SIGXCPU, &save, 0);
28-26.c 26 * -> change the signal handler with sigaction, saving old handler in oact.
61 struct sigaction sa, save;
71 /* Set the new signal handler with sigaction*/
83 ret = sigaction(SIGXFSZ, &sa, &save);
104 ret = sigaction(SIGXFSZ, &save, 0);
28-3.c 26 * -> change the signal handler with sigaction, saving old handler in oact.
61 struct sigaction sa, save;
71 /* Set the new signal handler with sigaction*/
83 ret = sigaction(SIGBUS, &sa, &save);
104 ret = sigaction(SIGBUS, &save, 0);
28-4.c 26 * -> change the signal handler with sigaction, saving old handler in oact.
61 struct sigaction sa, save;
71 /* Set the new signal handler with sigaction*/
83 ret = sigaction(SIGCHLD, &sa, &save);
104 ret = sigaction(SIGCHLD, &save, 0);
28-5.c 26 * -> change the signal handler with sigaction, saving old handler in oact.
61 struct sigaction sa, save;
71 /* Set the new signal handler with sigaction*/
83 ret = sigaction(SIGCONT, &sa, &save);
104 ret = sigaction(SIGCONT, &save, 0);
28-6.c 26 * -> change the signal handler with sigaction, saving old handler in oact.
61 struct sigaction sa, save;
71 /* Set the new signal handler with sigaction*/
83 ret = sigaction(SIGFPE, &sa, &save);
104 ret = sigaction(SIGFPE, &save, 0);
28-7.c 26 * -> change the signal handler with sigaction, saving old handler in oact.
61 struct sigaction sa, save;
71 /* Set the new signal handler with sigaction*/
83 ret = sigaction(SIGHUP, &sa, &save);
104 ret = sigaction(SIGHUP, &save, 0);
28-8.c 26 * -> change the signal handler with sigaction, saving old handler in oact.
61 struct sigaction sa, save;
71 /* Set the new signal handler with sigaction*/
83 ret = sigaction(SIGILL, &sa, &save);
104 ret = sigaction(SIGILL, &save, 0);
28-9.c 26 * -> change the signal handler with sigaction, saving old handler in oact.
61 struct sigaction sa, save;
71 /* Set the new signal handler with sigaction*/
83 ret = sigaction(SIGINT, &sa, &save);
104 ret = sigaction(SIGINT, &save, 0);
8-1.c 8 Test case for assertion #8 of the sigaction system call that verifies
9 that if signals in the sa_mask (passed in the sigaction struct of the
10 sigaction function call) are added to the process signal mask during
41 struct sigaction act;
47 if (sigaction(SIGABRT, &act, 0) == -1) {
56 if (sigaction(SIGXFSZ, &act, 0) == -1) {
8-10.c 8 Test case for assertion #8 of the sigaction system call that verifies
9 that if signals in the sa_mask (passed in the sigaction struct of the
10 sigaction function call) are added to the process signal mask during
41 struct sigaction act;
47 if (sigaction(SIGPIPE, &act, 0) == -1) {
56 if (sigaction(SIGINT, &act, 0) == -1) {
8-11.c 8 Test case for assertion #8 of the sigaction system call that verifies
9 that if signals in the sa_mask (passed in the sigaction struct of the
10 sigaction function call) are added to the process signal mask during
41 struct sigaction act;
47 if (sigaction(SIGQUIT, &act, 0) == -1) {
56 if (sigaction(SIGPIPE, &act, 0) == -1) {
8-12.c 8 Test case for assertion #8 of the sigaction system call that verifies
9 that if signals in the sa_mask (passed in the sigaction struct of the
10 sigaction function call) are added to the process signal mask during
41 struct sigaction act;
47 if (sigaction(SIGSEGV, &act, 0) == -1) {
56 if (sigaction(SIGQUIT, &act, 0) == -1) {
8-13.c 8 Test case for assertion #8 of the sigaction system call that verifies
9 that if signals in the sa_mask (passed in the sigaction struct of the
10 sigaction function call) are added to the process signal mask during
41 struct sigaction act;
47 if (sigaction(SIGTERM, &act, 0) == -1) {
56 if (sigaction(SIGSEGV, &act, 0) == -1) {

Completed in 214 milliseconds

1 2 3 4 5 6 78 91011>>