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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dmsgfilter.c569 # define IS_EAGAIN(errcode) 0 macro
572 # define IS_EAGAIN(errcode) ((errcode) == EAGAIN || (errcode) == EWOULDBLOCK) macro
574 # define IS_EAGAIN(errcode) ((errcode) == EAGAIN) macro
662 if (nwritten < 0 && !IS_EAGAIN (errno))
693 if (nread < 0 && !IS_EAGAIN (errno))

Completed in 95 milliseconds