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

/freebsd-9.3-release/bin/pax/
H A Dpax.c335 struct sigaction n_hand; local
385 memset(&n_hand, 0, sizeof n_hand);
386 n_hand.sa_mask = s_mask;
387 n_hand.sa_flags = 0;
388 n_hand.sa_handler = sig_cleanup;
390 if ((sigaction(SIGHUP, &n_hand, &o_hand) < 0) &&
395 if ((sigaction(SIGTERM, &n_hand, &o_hand) < 0) &&
400 if ((sigaction(SIGINT, &n_hand, &o_hand) < 0) &&
405 if ((sigaction(SIGQUIT, &n_hand,
[all...]

Completed in 114 milliseconds