Home
last modified time | relevance | path

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

/mirbsd/src/bin/pax/
Dpax.c354 struct sigaction o_hand; in gen_init() local
417 if ((sigaction(SIGHUP, &n_hand, &o_hand) < 0) || ( in gen_init()
418 (o_hand.sa_handler == SIG_IGN) && in gen_init()
419 (sigaction(SIGHUP, &o_hand, &o_hand) < 0))) in gen_init()
422 if ((sigaction(SIGTERM, &n_hand, &o_hand) < 0) || ( in gen_init()
423 (o_hand.sa_handler == SIG_IGN) && in gen_init()
424 (sigaction(SIGTERM, &o_hand, &o_hand) < 0))) in gen_init()
427 if ((sigaction(SIGINT, &n_hand, &o_hand) < 0) || ( in gen_init()
428 (o_hand.sa_handler == SIG_IGN) && in gen_init()
429 (sigaction(SIGINT, &o_hand, &o_hand) < 0))) in gen_init()
[all …]