Searched refs:sighup (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dprocess_test.c751 struct sigaction sighup, old_sighup; local
772 sighup.sa_handler = nop_signal;
773 sigemptyset(&sighup.sa_mask);
774 sighup.sa_flags = 0;
775 if (sigaction(SIGHUP, &sighup, &old_sighup) == -1)
/bind-9.6-ESV-R11/unit/atf-src/atf-sh/
H A Datf-check_test.sh132 ${Atf_Check} -s signal:sighup -x 'kill -1 $$' || atf_fail "Signal not" \

Completed in 413 milliseconds