| /src/external/gpl2/xcvs/dist/src/ |
| exithandle.c | 34 #ifdef SIGPIPE 35 (void) signal (SIGPIPE, SIG_IGN);
|
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| scoped_ignore_signal-selftests.c | 29 #ifdef SIGPIPE 31 /* True if the SIGPIPE handler ran. */ 34 /* SIGPIPE handler for testing. */ 47 auto *osig = signal (SIGPIPE, handle_sigpipe); 48 SCOPE_EXIT { signal (SIGPIPE, osig); }; 51 /* Make sure SIGPIPE isn't blocked. */ 54 sigaddset (&set, SIGPIPE); 73 indicates whether a SIGPIPE signal is expected. */ 85 a SIGPIPE signal. */ 88 /* Now check that with a scoped_ignore_sigpipe in scope, SIGPIPE i [all...] |
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| scoped_ignore_signal-selftests.c | 29 #ifdef SIGPIPE 31 /* True if the SIGPIPE handler ran. */ 34 /* SIGPIPE handler for testing. */ 47 auto *osig = signal (SIGPIPE, handle_sigpipe); 48 SCOPE_EXIT { signal (SIGPIPE, osig); }; 51 /* Make sure SIGPIPE isn't blocked. */ 54 sigaddset (&set, SIGPIPE); 73 indicates whether a SIGPIPE signal is expected. */ 85 a SIGPIPE signal. */ 88 /* Now check that with a scoped_ignore_sigpipe in scope, SIGPIPE i [all...] |
| /src/sys/compat/linux/arch/arm/ |
| linux_sigarray.c | 48 SIGPIPE,
|
| /src/sys/compat/linux/arch/m68k/ |
| linux_sigarray.c | 48 SIGPIPE,
|
| /src/lib/librumpuser/ |
| rumpuser_sigtrans.c | 62 #ifdef SIGPIPE 63 case 13 : return SIGPIPE;
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| target-newlib-signal.c | 77 #ifdef SIGPIPE 78 { "SIGPIPE", SIGPIPE, 13 },
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| target-newlib-signal.c | 77 #ifdef SIGPIPE 78 { "SIGPIPE", SIGPIPE, 13 },
|
| /src/sys/compat/linux/arch/alpha/ |
| linux_sigarray.c | 48 SIGPIPE,
|
| /src/sys/compat/linux/arch/mips/ |
| linux_sigarray.c | 51 SIGPIPE,
|
| /src/sys/compat/linux/arch/powerpc/ |
| linux_sigarray.c | 48 SIGPIPE,
|
| /src/external/mit/libuv/dist/test/ |
| test-signal-pending-on-close.c | 38 ASSERT_EQ(signum, SIGPIPE); 69 ASSERT_OK(uv_signal_start(&signal_hdl, signal_cb, SIGPIPE)); 86 /* cause a SIGPIPE on write in next iteration */ 101 ASSERT_OK(uv_signal_start(&signal_hdl, stop_loop_cb, SIGPIPE)); 104 ASSERT_OK(uv_kill(uv_os_getpid(), SIGPIPE));
|
| /src/crypto/external/bsd/heimdal/dist/kdc/ |
| main.c | 157 #ifdef SIGPIPE 158 sigaction(SIGPIPE, &sa, NULL); 170 #ifdef SIGPIPE 171 signal(SIGPIPE, SIG_IGN);
|
| /src/crypto/external/bsd/heimdal/dist/kcm/ |
| main.c | 84 sigaction(SIGPIPE, &sa, NULL); 89 signal(SIGPIPE, SIG_IGN);
|
| /src/external/bsd/openldap/dist/libraries/liblmdb/ |
| mdb_copy.c | 57 #ifdef SIGPIPE 58 signal(SIGPIPE, sighandle);
|
| /src/external/bsd/openldap/dist/libraries/liblutil/ |
| detach.c | 145 #ifdef SIGPIPE 146 (void) SIGNAL( SIGPIPE, SIG_IGN );
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| scoped_ignore_signal.h | 29 consumes a pending Sig. SIGPIPE for example is queued on the 115 #ifdef SIGPIPE 116 using scoped_ignore_sigpipe = scoped_ignore_signal<SIGPIPE, true>;
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| scoped_ignore_signal.h | 29 consumes a pending Sig. SIGPIPE for example is queued on the 115 #ifdef SIGPIPE 116 using scoped_ignore_sigpipe = scoped_ignore_signal<SIGPIPE, true>;
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_sigarray.c | 50 SIGPIPE, /* 13 */
|
| /src/sys/compat/linux/arch/i386/ |
| linux_sigarray.c | 48 SIGPIPE, /* 13 */
|
| /src/usr.bin/progress/ |
| progress.c | 63 signal(SIGPIPE, SIG_DFL); 65 kill(getpid(), SIGPIPE); 227 signal(SIGPIPE, broken_pipe); 282 signal(SIGPIPE, SIG_DFL);
|
| /src/external/bsd/less/dist/ |
| lsystem.c | 318 #ifdef SIGPIPE 319 LSIGNAL(SIGPIPE, SIG_IGN); 349 #ifdef SIGPIPE 350 LSIGNAL(SIGPIPE, SIG_DFL);
|
| /src/external/cddl/osnet/lib/libdtrace/ |
| signal.d | 53 inline int SIGPIPE = 13; 54 #pragma D binding "1.0" SIGPIPE
|
| /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/ |
| pipe4.c | 56 if (signal (SIGPIPE, SIG_IGN) != SIG_DFL)
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/ |
| pipe4.c | 56 if (signal (SIGPIPE, SIG_IGN) != SIG_DFL)
|