Searched refs:old_sigpipe_handler (Results 1 – 1 of 1) sorted by relevance
547 static SIGHANDLER_T old_sigpipe_handler = SIG_ERR; variable764 old_sigpipe_handler = set_signal(SIGPIPE, SIG_IGN, FALSE); in install_signal_handlers()765 if(old_sigpipe_handler == SIG_ERR) in install_signal_handlers()815 if(SIG_ERR != old_sigpipe_handler) in restore_signal_handlers()816 (void) set_signal(SIGPIPE, old_sigpipe_handler, FALSE); in restore_signal_handlers()