Home
last modified time | relevance | path

Searched refs:IS_EAGAIN_OR_EWOULDBLOCK (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/public-domain/xz/dist/src/xz/
Dfile_io.c52 # define IS_EAGAIN_OR_EWOULDBLOCK(e) ((e) == EAGAIN) macro
54 # define IS_EAGAIN_OR_EWOULDBLOCK(e) \ macro
1137 if (IS_EAGAIN_OR_EWOULDBLOCK(errno)) { in io_read()
1225 if (IS_EAGAIN_OR_EWOULDBLOCK(errno)) { in io_write_buf()