old_sigmask 88 anacron/global.h extern sigset_t old_sigmask; old_sigmask 55 anacron/main.c sigset_t old_sigmask; /* signal mask when started */ old_sigmask 473 anacron/main.c if (sigprocmask(0, NULL, &old_sigmask)) die_e("sigset error"); old_sigmask 175 anacron/runjob.c if (sigprocmask(SIG_SETMASK, &old_sigmask, NULL)) old_sigmask 233 anacron/runjob.c if (sigprocmask(SIG_SETMASK, &old_sigmask, NULL))