Lines Matching full:oldaction
713 struct sigaction action, oldaction;
722 if (sigaction (SIGINT, &action, &oldaction) != 0)
731 if (sigaction (SIGUSR1, &action, &oldaction) != 0)
738 if (sigaction (SIGTERM, &action, &oldaction) != 0)
744 if (sigaction (SIGPIPE, &action, &oldaction) != 0)
749 if (sigaction (SIGALRM, &action, &oldaction) != 0)