Home
last modified time | relevance | path

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

/freebsd/bin/pax/
H A Dpax.c321 struct sigaction o_hand; in setup_sig() local
323 if (sigaction(sig, NULL, &o_hand) < 0) in setup_sig()
326 if (o_hand.sa_handler == SIG_IGN) in setup_sig()