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

/external/openssh/
H A Dclientloop.c140 static volatile sig_atomic_t received_signal = 0; variable
239 received_signal = sig;
1599 if (no_shell_flag && received_signal == SIGTERM) {
1600 received_signal = 0;
1604 if (received_signal)
1605 fatal("Killed by signal %d.", (int) received_signal);
/external/valgrind/main/coregrind/
H A Dvgdb.c1622 void received_signal (int signum) function
1669 action.sa_handler = received_signal;

Completed in 108 milliseconds