Searched refs:old_sighup_handler (Results 1 – 4 of 4) sorted by relevance
234 static SIGHANDLER_T old_sighup_handler = SIG_ERR; variable370 old_sighup_handler = signal(SIGHUP, SIG_IGN); in install_signal_handlers()371 if(old_sighup_handler == SIG_ERR) in install_signal_handlers()409 if(SIG_ERR != old_sighup_handler) in restore_signal_handlers()410 (void)signal(SIGHUP, old_sighup_handler); in restore_signal_handlers()
215 static SIGHANDLER_T old_sighup_handler = SIG_ERR; variable266 old_sighup_handler = signal(SIGHUP, SIG_IGN); in install_signal_handlers()267 if(old_sighup_handler == SIG_ERR) in install_signal_handlers()311 if(SIG_ERR != old_sighup_handler) in restore_signal_handlers()312 (void)signal(SIGHUP, old_sighup_handler); in restore_signal_handlers()
161 static SIGHANDLER_T old_sighup_handler = SIG_ERR; variable212 old_sighup_handler = signal(SIGHUP, SIG_IGN); in install_signal_handlers()213 if(old_sighup_handler == SIG_ERR) in install_signal_handlers()257 if(SIG_ERR != old_sighup_handler) in restore_signal_handlers()258 (void)signal(SIGHUP, old_sighup_handler); in restore_signal_handlers()
220 static SIGHANDLER_T old_sighup_handler = SIG_ERR; variable271 old_sighup_handler = signal(SIGHUP, SIG_IGN); in install_signal_handlers()272 if(old_sighup_handler == SIG_ERR) in install_signal_handlers()316 if(SIG_ERR != old_sighup_handler) in restore_signal_handlers()317 (void)signal(SIGHUP, old_sighup_handler); in restore_signal_handlers()