Home
last modified time | relevance | path

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

/trueos/bin/pax/
HDpax.c336 struct sigaction o_hand; in gen_init() local
390 if ((sigaction(SIGHUP, &n_hand, &o_hand) < 0) && in gen_init()
391 (o_hand.sa_handler == SIG_IGN) && in gen_init()
392 (sigaction(SIGHUP, &o_hand, &o_hand) < 0)) in gen_init()
395 if ((sigaction(SIGTERM, &n_hand, &o_hand) < 0) && in gen_init()
396 (o_hand.sa_handler == SIG_IGN) && in gen_init()
397 (sigaction(SIGTERM, &o_hand, &o_hand) < 0)) in gen_init()
400 if ((sigaction(SIGINT, &n_hand, &o_hand) < 0) && in gen_init()
401 (o_hand.sa_handler == SIG_IGN) && in gen_init()
402 (sigaction(SIGINT, &o_hand, &o_hand) < 0)) in gen_init()
[all …]