Searched refs:SIGPIPE (Results 1 – 4 of 4) sorted by relevance
133 #ifdef SIGPIPE in strsignal()134 case SIGPIPE: in strsignal()
117 #ifdef SIGPIPE118 { "PIPE", SIGPIPE },
122 #define SIGPIPE 13 macro
189 #define SIGPIPE 13 /* write on a pipe with no one to read it */ macro