Searched defs:SIGPIPE (Results 1 – 5 of 5) sorted by relevance
38 #define SIGPIPE 13 /* Broken pipe (POSIX). */ macro
44 #define SIGPIPE 13 macro
56 #define SIGPIPE 13 macro
265 public static final int SIGPIPE = placeholder(); field in OsConstants
64 const int SIGPIPE = 13; variable