Home
last modified time | relevance | path

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

/freebsd/cddl/lib/libdtrace/
H A Dsignal.d50 inline int SIGPIPE = 13; variable
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DPlatform.h38 #define SIGPIPE 13 macro
/freebsd/sys/sys/
H A Dsignal.h97 #define SIGPIPE 13 /* write on a pipe with no one to read it */ macro
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp128 const int SIGPIPE = 13; variable