Home | History | Annotate | Download | only in openssh

Lines Matching refs:SIGTERM

1435 	if (signal(SIGTERM, SIG_IGN) != SIG_IGN)
1436 signal(SIGTERM, signal_handler);
1599 if (no_shell_flag && received_signal == SIGTERM) {