Searched refs:SIGPIPE (Results 1 - 25 of 153) sorted by relevance

1234567

/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dipropd_common.c61 sigaction(SIGPIPE, &sa, NULL);
70 signal(SIGPIPE, SIG_IGN);
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dmain.c141 #ifdef SIGPIPE
142 sigaction(SIGPIPE, &sa, NULL);
151 #ifdef SIGPIPE
152 signal(SIGPIPE, SIG_IGN);
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dmain.c94 sigaction(SIGPIPE, &sa, NULL);
101 signal(SIGPIPE, SIG_IGN);
/freebsd-11-stable/contrib/less/
H A Dlsystem.c331 #ifdef SIGPIPE
332 LSIGNAL(SIGPIPE, SIG_IGN);
362 #ifdef SIGPIPE
363 LSIGNAL(SIGPIPE, SIG_DFL);
/freebsd-11-stable/contrib/xz/src/xz/
H A Dsignals.c63 #ifdef SIGPIPE
64 SIGPIPE,
/freebsd-11-stable/cddl/lib/libdtrace/
H A Dsignal.d52 inline int SIGPIPE = 13;
53 #pragma D binding "1.0" SIGPIPE
109 signal == SIGPIPE ? "SIGPIPE" :
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtest-weof.c98 if (signal(SIGPIPE, SIG_IGN) == SIG_ERR)
H A Dbench_http.c100 if (signal(SIGPIPE, SIG_IGN) == SIG_ERR)
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.h41 #define SIGPIPE 13 macro
/freebsd-11-stable/contrib/apr/threadproc/unix/
H A Dsignals.c193 #ifdef SIGPIPE
194 store_desc(SIGPIPE, "Broken pipe");
294 #ifdef SIGPIPE
295 sigdelset(sig_mask, SIGPIPE);
/freebsd-11-stable/lib/libsysdecode/
H A Dsignal.c48 [SIGPIPE] = "SIGPIPE",
/freebsd-11-stable/contrib/amd/amd/
H A Dinfo_ldap.c189 * Special ldap_unbind function to handle SIGPIPE.
190 * We first ignore SIGPIPE, in case a remote LDAP server was
209 sigaddset(&(sa.sa_mask), SIGPIPE);
210 sigaction(SIGPIPE, &sa, &sa); /* set IGNORE, and get old action */
212 handler = signal(SIGPIPE, SIG_IGN);
219 sigaddset(&(sa.sa_mask), SIGPIPE);
220 sigaction(SIGPIPE, &sa, NULL);
222 (void) signal(SIGPIPE, handler);
/freebsd-11-stable/bin/pax/
H A Dpax.c380 (sigaddset(&s_mask,SIGPIPE) < 0)||(sigaddset(&s_mask,SIGQUIT)<0) ||
416 if ((sigaction(SIGPIPE, &n_hand, &o_hand) < 0) ||
/freebsd-11-stable/crypto/openssh/
H A Dentropy.c111 old_sigpipe = mysignal(SIGPIPE, SIG_IGN);
161 mysignal(SIGPIPE, old_sigpipe);
/freebsd-11-stable/lib/libc/gen/
H A Dreadpassphrase.c119 (void)__libc_sigaction(SIGPIPE, &sa, &savepipe);
158 (void)__libc_sigaction(SIGPIPE, &savepipe, NULL);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dreadpassphrase.c129 (void)sigaction(SIGPIPE, &sa, &savepipe);
172 (void)sigaction(SIGPIPE, &savepipe, NULL);
/freebsd-11-stable/contrib/gdb/gdb/signals/
H A Dsignals.c68 {"SIGPIPE", "Broken pipe"},
325 #if defined (SIGPIPE)
326 if (hostsig == SIGPIPE)
578 #if defined (SIGPIPE)
580 return SIGPIPE;
/freebsd-11-stable/usr.bin/mail/
H A Dcmd1.c312 (void)signal(SIGPIPE, brokpipe);
332 * Ignore SIGPIPE so it can't cause a duplicate close.
334 (void)signal(SIGPIPE, SIG_IGN);
336 (void)signal(SIGPIPE, SIG_DFL);
/freebsd-11-stable/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c154 M(SIGINT, SIGPIPE)), \
236 (void)sigaction(SIGPIPE, &sa, &savepipe);
283 (void)sigaction(SIGPIPE, &savepipe, NULL);
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dftp.c707 signal (SIGPIPE, oldintp);
715 oldintp = signal (SIGPIPE, SIG_IGN);
720 signal (SIGPIPE, oldintp);
745 signal (SIGPIPE, oldintp);
790 signal (SIGPIPE, oldintp);
798 signal(SIGPIPE, oldintp);
808 oldintp = signal (SIGPIPE, SIG_IGN);
856 signal (SIGPIPE, oldintp);
863 signal (SIGPIPE, oldintp);
1013 oldintp = signal (SIGPIPE, SIG_IG
[all...]
H A Dmain.c149 signal(SIGPIPE, lostpeer);
163 signal(SIGPIPE, lostpeer);
336 signal(SIGPIPE, lostpeer);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-pipe.c114 signal (SIGPIPE, SIG_IGN);
/freebsd-11-stable/sys/sys/
H A Drctl.h109 #define RCTL_ACTION_SIGPIPE SIGPIPE
/freebsd-11-stable/tools/tools/net80211/w00t/redir/
H A Dbuddy.c145 if (signal(SIGPIPE, hand) == SIG_ERR)
/freebsd-11-stable/sys/compat/linux/
H A Dlinux.c50 LINUX_SIGPIPE, /* SIGPIPE */
84 SIGPIPE, /* LINUX_SIGPIPE */

Completed in 179 milliseconds

1234567