Searched refs:SIGPIPE (Results 26 - 50 of 88) sorted by relevance

1234

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigemptyset/
H A D1-1.c24 SIGKILL, SIGPIPE, SIGQUIT, SIGSEGV, SIGSTOP,
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigfillset/
H A D1-1.c26 SIGKILL, SIGPIPE, SIGQUIT, SIGSEGV, SIGSTOP,
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigprocmask/
H A D7-1.c31 SIGPIPE, SIGQUIT, SIGSEGV,
H A D8-1.c29 SIGPIPE, SIGQUIT, SIGSEGV,
H A D8-2.c30 SIGPIPE, SIGQUIT, SIGSEGV,
H A D8-3.c29 SIGPIPE, SIGQUIT, SIGSEGV,
H A D12-1.c33 SIGPIPE, SIGQUIT, SIGSEGV,
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigset/
H A D5-1.c33 SIGPIPE, SIGQUIT, SIGSEGV,
/haiku-fatelf/src/bin/coreutils/lib/
H A Dsigprocmask.c73 case SIGPIPE:
313 case SIGPIPE:
320 exit (128 + SIGPIPE);
H A Dsignal.in.h66 # ifndef SIGPIPE
67 /* Define SIGPIPE to a value that does not overlap with other signals. */
68 # define SIGPIPE 13
70 /* To actually use SIGPIPE, you also need the gnulib modules 'sigprocmask',
H A Dsignal.h105 # ifndef SIGPIPE
106 /* Define SIGPIPE to a value that does not overlap with other signals. */
107 # define SIGPIPE 13
109 /* To actually use SIGPIPE, you also need the gnulib modules 'sigprocmask',
H A Dstdio-write.c26 /* On native Windows platforms, SIGPIPE does not exist. When write() is
55 /* Try to raise signal SIGPIPE. */ \
56 raise (SIGPIPE); \
/haiku-fatelf/src/bin/bash/
H A Dsiglist.c101 #if defined (SIGPIPE)
102 sys_siglist[SIGPIPE] = _("Broken pipe");
H A Dsig.c165 #ifdef SIGPIPE
166 { SIGPIPE, NULL_HANDLER, 0 },
464 #ifdef SIGPIPE
465 sig != SIGPIPE &&
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_sigmask/
H A D7-1.c31 SIGPIPE, SIGQUIT, SIGSEGV,
H A D8-1.c29 SIGPIPE, SIGQUIT, SIGSEGV,
H A D8-2.c31 SIGPIPE, SIGQUIT, SIGSEGV,
H A D8-3.c29 SIGPIPE, SIGQUIT, SIGSEGV,
H A D12-1.c35 SIGPIPE, SIGQUIT, SIGSEGV,
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigaction/
H A D16-10.c25 * -> child registers a handler for SIGPIPE with SA_RESTART, then waits for the semaphore
26 * -> parent kills the child with SIGPIPE, then post the semaphore.
89 #define SIGNAL SIGPIPE
H A D23-10.c24 * -> register a signal handler for SIGPIPE
25 * -> raise SIGPIPE
26 * -> In handler, check for reentrance then raise SIGPIPE again.
79 #define SIGNAL SIGPIPE
106 UNRESOLVED( ret, "Failed to raise SIGPIPE again" );
150 /* Install the signal handler for SIGPIPE */
162 UNRESOLVED( ret, "Failed to raise SIGPIPE" );
/haiku-fatelf/src/bin/bash/support/
H A Dsignames.c301 #if defined (SIGPIPE) /* write on a pipe with no one to read it */
302 signal_names[SIGPIPE] = "SIGPIPE";
/haiku-fatelf/src/bin/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;
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/sigsuspend/
H A D4-1.c48 SIGPIPE, SIGQUIT, SIGSEGV,
/haiku-fatelf/src/bin/gdb/gdb/
H A Dser-pipe.c114 signal (SIGPIPE, SIG_IGN);

Completed in 701 milliseconds

1234