Home
last modified time | relevance | path

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

/original-bsd/bin/pax/
H A Dpax.c284 struct sigaction n_hand; in gen_init() local
341 n_hand.sa_mask = s_mask; in gen_init()
342 n_hand.sa_flags = 0; in gen_init()
343 n_hand.sa_handler = sig_cleanup; in gen_init()
345 if ((sigaction(SIGHUP, &n_hand, &o_hand) < 0) && in gen_init()
350 if ((sigaction(SIGTERM, &n_hand, &o_hand) < 0) && in gen_init()
355 if ((sigaction(SIGINT, &n_hand, &o_hand) < 0) && in gen_init()
360 if ((sigaction(SIGQUIT, &n_hand, &o_hand) < 0) && in gen_init()
365 if ((sigaction(SIGXCPU, &n_hand, &o_hand) < 0) && in gen_init()
370 n_hand.sa_handler = SIG_IGN; in gen_init()
[all …]