Lines Matching refs:CHECK_ERRNO
577 #define CHECK_ERRNO(expected) \
580 #define CHECK_ERRNO(expected) \
888 if (CHECK_ERRNO(EINTR)) {
933 if (!CHECK_ERRNO(EINTR))
947 && (CHECK_ERRNO(EWOULDBLOCK) || CHECK_ERRNO(EAGAIN))) {
3263 if (CHECK_ERRNO(EINTR)) {
5270 if (family == -1 || CHECK_ERRNO(ENOTSOCK)) {
5273 if (family == -1 || CHECK_ERRNO(EBADF) || CHECK_ERRNO(ENOTSOCK)) {
6035 if (res < 0 && !CHECK_ERRNO(ECONNRESET)) {