HomeSort by: relevance | last modified time | path
    Searched defs:o_hand (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
pax.c 388 struct sigaction o_hand; local in function:gen_init
463 if ((sigaction(SIGHUP, &n_hand, &o_hand) < 0) &&
464 (o_hand.sa_handler == SIG_IGN) &&
465 (sigaction(SIGHUP, &o_hand, NULL) < 0))
468 if ((sigaction(SIGTERM, &n_hand, &o_hand) < 0) &&
469 (o_hand.sa_handler == SIG_IGN) &&
470 (sigaction(SIGTERM, &o_hand, NULL) < 0))
473 if ((sigaction(SIGINT, &n_hand, &o_hand) < 0) &&
474 (o_hand.sa_handler == SIG_IGN) &&
475 (sigaction(SIGINT, &o_hand, NULL) < 0)
    [all...]
pax.c 388 struct sigaction o_hand; local in function:gen_init
463 if ((sigaction(SIGHUP, &n_hand, &o_hand) < 0) &&
464 (o_hand.sa_handler == SIG_IGN) &&
465 (sigaction(SIGHUP, &o_hand, NULL) < 0))
468 if ((sigaction(SIGTERM, &n_hand, &o_hand) < 0) &&
469 (o_hand.sa_handler == SIG_IGN) &&
470 (sigaction(SIGTERM, &o_hand, NULL) < 0))
473 if ((sigaction(SIGINT, &n_hand, &o_hand) < 0) &&
474 (o_hand.sa_handler == SIG_IGN) &&
475 (sigaction(SIGINT, &o_hand, NULL) < 0)
    [all...]

Completed in 45 milliseconds