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

/fuchsia/zircon/third_party/ulib/musl/src/string/
H A Dstrsignal.c7 (SIGSEGV == 11) && (SIGUSR2 == 12) && (SIGPIPE == 13) && (SIGALRM == 14) && (SIGTERM == 15) && \
20 [SIGPIPE] = 13, [SIGALRM] = 14, [SIGTERM] = 15, [SIGSTKFLT] = 16,
/fuchsia/zircon/third_party/ulib/musl/include/bits/aarch64/
H A Dsignal.h83 #define SIGPIPE 13 macro
/fuchsia/zircon/third_party/ulib/musl/include/bits/x86_64/
H A Dsignal.h105 #define SIGPIPE 13 macro
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dredir.c325 signal(SIGPIPE, SIG_DFL);
H A Djobs.c423 if (st == SIGINT || st == SIGPIPE)
/fuchsia/zircon/system/host/xdc-server/
H A Dxdc-server.cpp253 signal(SIGPIPE, SIG_IGN); // Prevent clients from causing SIGPIPE.

Completed in 40 milliseconds