Home | History | Annotate | Download | only in openssh

Lines Matching refs:SIG

2334 sig2name(int sig)
2336 #define SSH_SIG(x) if (sig == SIG ## x) return #x
2351 return "SIG@openssh.com";