Searched refs:SIG_DFL (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dsignals.cpp142 sa.sa_handler = SIG_DFL;
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/lbl/
H A Dos-sunos4.h204 #undef SIG_DFL macro
205 #define SIG_DFL (void (*)(int))0 macro
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dapp.c185 * process (e.g, Solaris cron). Set an action of SIG_DFL to make
190 result = handle_signal(SIGHUP, SIG_DFL);
195 result = handle_signal(SIGTERM, SIG_DFL);
198 result = handle_signal(SIGINT, SIG_DFL);

Completed in 11 milliseconds