Home | History | Annotate | Download | only in openssh

Lines Matching refs:SIG

2180 sig2name(int sig)
2182 #define SSH_SIG(x) if (sig == SIG ## x) return #x
2197 return "SIG@openssh.com";