pax.c | 388 struct sigaction o_hand; local in function:gen_init 463 if ((sigaction(SIGHUP, &n_hand, &o_hand) < 0) && 464 (o_hand.sa_handler == SIG_IGN) && 465 (sigaction(SIGHUP, &o_hand, NULL) < 0)) 468 if ((sigaction(SIGTERM, &n_hand, &o_hand) < 0) && 469 (o_hand.sa_handler == SIG_IGN) && 470 (sigaction(SIGTERM, &o_hand, NULL) < 0)) 473 if ((sigaction(SIGINT, &n_hand, &o_hand) < 0) && 474 (o_hand.sa_handler == SIG_IGN) && 475 (sigaction(SIGINT, &o_hand, NULL) < 0) [all...] |