Searched refs:o_hand (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/bin/pax/
H A Dpax.c336 struct sigaction o_hand; local
390 if ((sigaction(SIGHUP, &n_hand, &o_hand) < 0) &&
391 (o_hand.sa_handler == SIG_IGN) &&
392 (sigaction(SIGHUP, &o_hand, &o_hand) < 0))
395 if ((sigaction(SIGTERM, &n_hand, &o_hand) < 0) &&
396 (o_hand.sa_handler == SIG_IGN) &&
397 (sigaction(SIGTERM, &o_hand, &o_hand) < 0))
400 if ((sigaction(SIGINT, &n_hand, &o_hand) <
[all...]

Completed in 45 milliseconds