Searched refs:SIGPIPE (Results 126 - 150 of 153) sorted by relevance

1234567

/freebsd-11-stable/tools/regression/fsx/
H A Dfsx.c1159 signal(SIGPIPE, cleanup);
/freebsd-11-stable/sbin/devd/
H A Ddevd.cc1275 signal(SIGPIPE, SIG_IGN);
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp871 signal(SIGPIPE, SIG_IGN);
/freebsd-11-stable/usr.sbin/bhyve/
H A Drfb.c926 sigaddset(&set, SIGPIPE);
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dmain.c3073 #if !defined(_WIN32) && defined(SIGPIPE)
3074 { /* Ignore SIGPIPE signals */
3079 sigaction(SIGPIPE, &sa, NULL);
/freebsd-11-stable/crypto/openssh/
H A Dmux.c1828 signal(SIGPIPE, SIG_IGN);
2030 signal(SIGPIPE, SIG_IGN);
H A Dssh-agent.c1469 signal(SIGPIPE, SIG_IGN);
H A Dssh.c1428 signal(SIGPIPE, SIG_IGN); /* ignore SIGPIPE early */
H A Dsession.c1627 /* restore SIGPIPE for child */
1628 signal(SIGPIPE, SIG_DFL);
H A Dsshd.c1879 /* ignore SIGPIPE */
1880 signal(SIGPIPE, SIG_IGN);
/freebsd-11-stable/usr.sbin/syslogd/
H A Dsyslogd.c767 (void)signal(SIGPIPE, SIG_IGN); /* We'll catch EPIPE instead. */
3590 (void)signal(SIGPIPE, SIG_DFL);
/freebsd-11-stable/bin/sh/
H A Djobs.c1253 if (sig > 0 && sig != SIGINT && sig != SIGPIPE) {
/freebsd-11-stable/usr.bin/diff/
H A Ddiffreg.c334 signal(SIGPIPE, SIG_IGN);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c362 signal(SIGPIPE, lostconn);
1876 /* beware of flushing buffers after a SIGPIPE */
/freebsd-11-stable/sys/kern/
H A Duipc_syscalls.c889 /* Generation of SIGPIPE can be controlled per socket */
893 tdsignal(td, SIGPIPE);
H A Dsys_generic.c596 /* Socket layer is responsible for issuing SIGPIPE. */
599 tdsignal(td, SIGPIPE);
H A Dkern_sig.c218 SA_KILL, /* SIGPIPE */
996 * SIGPIPE, as it would otherwise be impossible to recover from
1004 if (sig != SIGPIPE)
1007 SIGADDSET(ps->ps_sigignore, SIGPIPE);
H A Dvfs_aio.c824 kern_psignal(job->userproc, SIGPIPE);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.proc.c1097 && (reason != SIGPIPE
/freebsd-11-stable/contrib/tcpdump/
H A Dtcpdump.c1825 (void)setsignal(SIGPIPE, cleanup);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp121 const int SIGPIPE = 13; variable
1967 sig == SIGABRT || sig == SIGFPE || sig == SIGPIPE || sig == SIGSYS ||
/freebsd-11-stable/contrib/libarchive/test_utils/
H A Dtest_main.c3977 #if !defined(_WIN32) && defined(SIGPIPE)
3978 { /* Ignore SIGPIPE signals */
3983 sigaction(SIGPIPE, &sa, NULL);
/freebsd-11-stable/usr.sbin/ppp/
H A Dbundle.c1801 signal(SIGPIPE, SIG_DFL);
/freebsd-11-stable/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c2066 kern_psignal(job->userproc, SIGPIPE);
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c553 (void)sigaction(SIGPIPE, &sa, NULL);
2781 /* beware of flushing buffers after a SIGPIPE */

Completed in 599 milliseconds

1234567