Home
last modified time | relevance | path

Searched defs:SIGPIPE (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DPlatform.h38 #define SIGPIPE 13 macro
/openbsd-src/sys/sys/
H A Dsignal.h66 #define SIGPIPE 13 /* write on a pipe with no one to read it */ macro
/openbsd-src/gnu/gcc/fixincludes/
H A Dfixlib.h54 #define SIGPIPE SIGTERM macro
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp122 const int SIGPIPE = 13; variable