Lines Matching refs:errno
639 while ((nread = read(fd_, buf.data(), buf.size())) == -1 && errno == EINTR)
642 if (errno == EAGAIN || errno == EWOULDBLOCK) {
673 errno == EINTR)
676 if (errno == EAGAIN || errno == EWOULDBLOCK) {
1667 errno == EINTR)
1718 errno == EINTR)
1960 auto error = errno;
1961 std::cerr << "Could not open status response body file: errno=" << error;
1967 errno == EINTR)
1970 auto error = errno;
1971 std::cerr << "Could not write status response body into file: errno="
2083 std::cerr << strerror(errno) << std::endl;