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

/freebsd-13-stable/crypto/openssh/
H A Dentropy.c86 mysig_t old_sigpipe; local
112 old_sigpipe = signal(SIGPIPE, SIG_IGN);
162 signal(SIGPIPE, old_sigpipe);

Completed in 100 milliseconds