Searched refs:blocking_error (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dbuffer.h192 # define blocking_error(err) ((err) == EWOULDBLOCK || (err) == EAGAIN) macro
194 # define blocking_error(err) ((err) == EAGAIN) macro
H A Dbuffer.c1874 if (!blocking_error (errno))
1913 if (blocking_error (errno))
1940 && (nbytes == 0 || blocking_error (errno)))
H A Dserver.c4303 if (got < 0 && ! blocking_error (errno))

Completed in 64 milliseconds