Searched refs:sigdie (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dlog.h63 void sigdie(const char *, ...) __attribute__((noreturn))
H A Dlog.c166 sigdie(const char *fmt,...) function
H A Dauth-pam.c164 sigdie("PAM: authentication thread exited unexpectedly");
166 sigdie("PAM: authentication thread exited uncleanly");
H A Dsshd.c383 sigdie("Timeout before authentication for %s", get_remote_ipaddr());
/macosx-10.10/CPANInternal-159.1/Class-Trigger-0.14/inc/Test/
H A DMore.pm322 my( $sigdie, $eval_result, $eval_error );
327 $sigdie = $SIG{__DIE__} || undef;
330 $SIG{__DIE__} = $sigdie if defined $sigdie;

Completed in 94 milliseconds