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

  /src/bin/pax/
pax.c 387 struct sigaction n_hand; local in function:gen_init
458 memset(&n_hand, 0, sizeof n_hand);
459 n_hand.sa_mask = s_mask;
460 n_hand.sa_flags = 0;
461 n_hand.sa_handler = sig_cleanup;
463 if ((sigaction(SIGHUP, &n_hand, &o_hand) < 0) &&
468 if ((sigaction(SIGTERM, &n_hand, &o_hand) < 0) &&
473 if ((sigaction(SIGINT, &n_hand, &o_hand) < 0) &&
478 if ((sigaction(SIGQUIT, &n_hand, &o_hand) < 0) &
    [all...]
pax.c 387 struct sigaction n_hand; local in function:gen_init
458 memset(&n_hand, 0, sizeof n_hand);
459 n_hand.sa_mask = s_mask;
460 n_hand.sa_flags = 0;
461 n_hand.sa_handler = sig_cleanup;
463 if ((sigaction(SIGHUP, &n_hand, &o_hand) < 0) &&
468 if ((sigaction(SIGTERM, &n_hand, &o_hand) < 0) &&
473 if ((sigaction(SIGINT, &n_hand, &o_hand) < 0) &&
478 if ((sigaction(SIGQUIT, &n_hand, &o_hand) < 0) &
    [all...]

Completed in 22 milliseconds