Searched refs:SIGPIPE (Results 51 - 75 of 115) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dsignal.h49 #define SIGPIPE 13 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Drandom.c239 signal (SIGPIPE, SIG_IGN);
H A Drsacvt.c380 signal (SIGPIPE, SIG_IGN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/ipsvd/
H A Dtcpudp.c235 signal(SIGPIPE, SIG_IGN);
437 signal(SIGPIPE, SIG_DFL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/server/
H A Drtspd.c217 #ifdef SIGPIPE
264 #ifdef SIGPIPE
265 /* ignore SIGPIPE signal */
266 if((old_sigpipe_handler = signal(SIGPIPE, SIG_IGN)) == SIG_ERR)
267 logmsg("cannot install SIGPIPE handler: %s", strerror(ERRNO));
296 #ifdef SIGPIPE
298 (void)signal(SIGPIPE, old_sigpipe_handler);
H A Dsws.c209 #ifdef SIGPIPE
256 #ifdef SIGPIPE
257 /* ignore SIGPIPE signal */
258 if((old_sigpipe_handler = signal(SIGPIPE, SIG_IGN)) == SIG_ERR)
259 logmsg("cannot install SIGPIPE handler: %s", strerror(ERRNO));
288 #ifdef SIGPIPE
290 (void)signal(SIGPIPE, old_sigpipe_handler);
H A Dtftpd.c250 #ifdef SIGPIPE
391 #ifdef SIGPIPE
392 /* ignore SIGPIPE signal */
393 if((old_sigpipe_handler = signal(SIGPIPE, SIG_IGN)) == SIG_ERR)
394 logmsg("cannot install SIGPIPE handler: %s", strerror(ERRNO));
418 #ifdef SIGPIPE
420 (void)signal(SIGPIPE, old_sigpipe_handler);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_posix.c404 * Make sure we're not ignoring SIGPIPE, 'cuz otherwise we'd be killed
407 if (sigaction(SIGPIPE, NULL, &sigact) == -1) {
419 if (sigaction(SIGPIPE, &sigact, NULL) == -1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/autofs4/
H A Dwaitq.c57 sigpipe = sigismember(&current->pending.signal, SIGPIPE);
72 SIGPIPE unless it was already supposed to get one */
75 sigdelset(&current->pending.signal, SIGPIPE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/ex_rep/base/
H A Drep_base.c156 * Turn off SIGPIPE so that we don't kill processes when they
161 if ((ret = sigaction(SIGPIPE, &sigact, NULL)) != 0) {
163 "Unable to turn off SIGPIPE: %s\n", strerror(ret));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dstream.c185 send_sig(SIGPIPE, current, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/c/
H A Ddb_server_util.c141 * generates a SIGPIPE. Ignore SIGPIPE so we don't exit unnecessarily.
143 #ifdef SIGPIPE
144 signal(SIGPIPE, SIG_IGN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rpc_server/cxx/
H A Ddb_server_cxxutil.cpp142 * generates a SIGPIPE. Ignore SIGPIPE so we don't exit unnecessarily.
144 #ifdef SIGPIPE
145 signal(SIGPIPE, SIG_IGN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd.c585 /* we are never interested in SIGPIPE */
586 BlockSignals(True,SIGPIPE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/etc/cnid_dbd/
H A Dmain.c275 if (sigaction(SIGPIPE, &sv, NULL) < 0) {
H A Dcnid_metad.c398 if (sigaction(SIGPIPE, &sv, NULL ) < 0 ) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/kernel/tt/
H A Dtracer.c190 signal(SIGPIPE, SIG_IGN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/etc/cnid_dbd/
H A Dmain.c275 if (sigaction(SIGPIPE, &sv, NULL) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dsplice.c191 send_sig(SIGPIPE, current, 0);
1408 send_sig(SIGPIPE, current, 0);
1443 send_sig(SIGPIPE, current, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbd/
H A Dserver.c808 /* we are never interested in SIGPIPE */
809 BlockSignals(True,SIGPIPE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dtransfer.c1501 #if defined(HAVE_SIGNAL) && defined(SIGPIPE) && !defined(HAVE_MSG_NOSIGNAL)
1503 * Tell signal handler to ignore SIGPIPE
1506 data->state.prev_signal = signal(SIGPIPE, SIG_IGN);
1527 #if defined(HAVE_SIGNAL) && defined(SIGPIPE) && !defined(HAVE_MSG_NOSIGNAL)
1528 /* restore the signal handler for SIGPIPE before we get back */
1530 signal(SIGPIPE, data->state.prev_signal);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Drtacct.c531 signal(SIGPIPE, SIG_IGN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptp_callmgr.c147 signal(SIGPIPE, callmgr_do_nothing);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/solaris/
H A Dsignal.c46 SIGPIPE, SIGALRM, SIGTERM, SIGUSR1,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dasm-offsets.c308 constant("#define _SIGPIPE ", SIGPIPE);

Completed in 291 milliseconds

12345