MSG_NOSIGNAL
MSG_NOSIGNAL | MSG_DONTWAIT)) == -1)
n = sendmsg(as->as_fd, &msg, MSG_NOSIGNAL);
if (error == EPIPE && (flags & MSG_NOSIGNAL) == 0)
if (((w = send(fd, *text, *len, MSG_NOSIGNAL)) == -1)) {
send(sock, &cookie, 1, MSG_NOSIGNAL);
r = send(s, data, len, MSG_DONTWAIT | MSG_NOSIGNAL);
MSG_NOSIGNAL | MSG_DONTWAIT)) == -1)