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

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_signals.c53 set_one_signal_handler(SIGPIPE, SIG_IGN, 0) == -1)
71 set_one_signal_handler(SIGPIPE, SIG_IGN, 1);
/haiku/src/libs/bsd/
H A Dreadpassphrase.c87 (void)sigaction(SIGPIPE, &sa, &savepipe);
146 (void)sigaction(SIGPIPE, &savepipe, NULL);
/haiku/src/tests/system/kernel/
H A Dsigint_bug113_test.cpp19 ADD_SIGNAL(SIGPIPE),
/haiku/src/tests/system/libroot/posix/
H A Dpthread_signal_test.cpp60 sigaddset(&mask, SIGPIPE);
/haiku/src/apps/debugger/user_interface/gui/utility_windows/
H A DSignalDispositionEditWindow.cpp175 ADD_SIGNAL_MENU_ITEM(SIGPIPE)
/haiku/headers/posix/
H A Dsignal.h126 #define SIGPIPE 7 /* write to a pipe w/no readers */ macro
/haiku/src/bin/network/telnet/
H A Dsys_bsd.c889 (void) signal(SIGPIPE, deadpeer);
/haiku/src/kits/debugger/user_interface/util/
H A DUiUtils.cpp601 DEFINE_SIGNAL_STRING(SIGPIPE)
/haiku/src/add-ons/kernel/network/stack/
H A Dnet_socket.cpp1345 send_signal(find_thread(NULL), SIGPIPE); local
1424 send_signal(find_thread(NULL), SIGPIPE); local
/haiku/src/system/kernel/fs/
H A Dfifo.cpp430 send_signal(find_thread(NULL), SIGPIPE); local
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c3579 /* Default behavior for SIGPIPE. */
3581 (void) sigset( SIGPIPE, SIG_DFL );
3583 (void) signal( SIGPIPE, SIG_DFL );
/haiku/src/bin/network/ftpd/
H A Dftpd.c555 (void)sigaction(SIGPIPE, &sa, NULL);
2771 /* beware of flushing buffers after a SIGPIPE */

Completed in 286 milliseconds