Searched refs:SIGPIPE (Results 76 - 100 of 153) sorted by relevance

1234567

/freebsd-11-stable/sys/compat/cloudabi64/
H A Dcloudabi64_poll.c55 [SIGPIPE] = CLOUDABI_SIGPIPE,
/freebsd-11-stable/usr.bin/mail/
H A Dfio.c388 WTERMSIG(wait_status) != SIGPIPE) {
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp.c710 oldintp = xsignal(SIGPIPE, SIG_IGN);
783 oldintp = xsignal(SIGPIPE, SIG_IGN);
874 (void)xsignal(SIGPIPE, oldintp);
1014 oldintp = xsignal(SIGPIPE, SIG_IGN);
1182 (void)xsignal(SIGPIPE, oldintp);
H A Dfetch.c1109 oldintp = xsignal(SIGPIPE, SIG_IGN);
1319 (void)xsignal(SIGPIPE, oldintp);
1795 (void)xsignal(SIGPIPE, lostpeer);
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtest-ratelim.c560 if (signal(SIGPIPE, SIG_IGN) == SIG_ERR)
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dremote-utils.c157 signal (SIGPIPE, SIG_IGN); /* If we don't do this, then gdbserver simply
/freebsd-11-stable/contrib/blacklist/lib/
H A Dbl.c171 signal(SIGPIPE, SIG_IGN);
/freebsd-11-stable/usr.sbin/ppp/
H A Dmain.c404 signal(SIGPIPE, SIG_IGN);
/freebsd-11-stable/usr.sbin/ypserv/
H A Dyp_main.c567 * Make sure SIGPIPE doesn't blow us away while servicing TCP
570 (void) signal(SIGPIPE, SIG_IGN);
/freebsd-11-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp365 signal(SIGPIPE, SIG_IGN);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp357 case SIGPIPE:
358 return "SIGPIPE"; // 13 write on a pipe with no one to read it
/freebsd-11-stable/contrib/gdb/gdb/
H A Dproc-events.c1484 #ifdef SIGPIPE
1485 { SIGPIPE, "SIGPIPE", "Write to pipe with no one to read it" },
/freebsd-11-stable/crypto/openssh/
H A Dsshconnect.c235 signal(SIGPIPE, SIG_DFL);
1500 signal(SIGPIPE, SIG_DFL);
/freebsd-11-stable/sys/kern/
H A Dsys_socket.c149 tdsignal(uio->uio_td, SIGPIPE);
622 kern_psignal(job->userproc, SIGPIPE);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntpd.c1082 # ifdef SIGPIPE
1083 signal_no_reset(SIGPIPE, SIG_IGN);
/freebsd-11-stable/contrib/subversion/subversion/svnserve/
H A Dsvnserve.c1248 #ifdef SIGPIPE
1249 /* Disable SIGPIPE generation for the platforms that have it. */
1250 apr_signal(SIGPIPE, SIG_IGN);
/freebsd-11-stable/contrib/file/src/
H A Dcompress.c277 /* Prevent SIGPIPE death if child dies unexpectedly */
283 sa_saved = sigaction(SIGPIPE, &new_act, &sig_act) != -1;
343 (void)sigaction(SIGPIPE, &sig_act, NULL);
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dapp.c302 * Always ignore SIGPIPE.
304 result = handle_signal(SIGPIPE, SIG_IGN);
/freebsd-11-stable/contrib/atf/atf-sh/
H A Datf-check.cpp190 { "pipe", SIGPIPE },
/freebsd-11-stable/bin/rcp/
H A Drcp.c196 (void)signal(SIGPIPE, lostconn);
/freebsd-11-stable/crypto/heimdal/appl/rcp/
H A Drcp.c138 signal(SIGPIPE, lostconn);
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c731 signal(SIGPIPE, deadpeer);
/freebsd-11-stable/contrib/pf/authpf/
H A Dauthpf.c214 signal(SIGPIPE, need_death);
/freebsd-11-stable/sbin/dump/
H A Dtape.c703 signal(SIGPIPE, sigpipe);
/freebsd-11-stable/sys/compat/svr4/
H A Dsvr4_signal.c111 SIGPIPE,

Completed in 406 milliseconds

1234567