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

/haiku/src/tests/system/network/
H A Dat_client.c51 } while (rv < 0 && errno == EWOULDBLOCK);
H A Dfirefox_crash.cpp97 if (errno != EAGAIN && errno != EWOULDBLOCK && errno != ETIMEDOUT)
/haiku/src/bin/network/telnet/
H A Dnetwork.c156 if (errno != ENOBUFS && errno != EWOULDBLOCK) {
H A Dsys_bsd.c1096 if (c < 0 && errno == EWOULDBLOCK) {
1117 if (c < 0 && errno == EWOULDBLOCK) {
/haiku/src/build/libroot/
H A Derrors.cpp132 ADD_ERROR(EWOULDBLOCK);
/haiku/src/libs/util/
H A Dpidfile.c131 if (errno == EWOULDBLOCK && pidptr != NULL) {
/haiku/src/libs/stdc++/legacy/
H A Dstrerror.c101 #if defined (EWOULDBLOCK) /* Put before EAGAIN, sometimes aliased */
102 ENTRY(EWOULDBLOCK, "EWOULDBLOCK", "Operation would block"),
/haiku/src/bin/network/telnetd/
H A Dtelnetd.c1060 if (ncc < 0 && errno == EWOULDBLOCK)
1083 if (pcc < 0 && (errno == EWOULDBLOCK ||
H A Dutility.c134 if (errno == EWOULDBLOCK || errno == EINTR)
297 if (errno == EWOULDBLOCK || errno == EINTR)
/haiku/headers/build/os/support/
H A DErrors.h392 #undef EWOULDBLOCK macro
478 #define EWOULDBLOCK HAIKU_EWOULDBLOCK macro
/haiku/src/bin/
H A Derror.c299 E(EWOULDBLOCK),
/haiku/headers/os/support/
H A DErrors.h208 #define EWOULDBLOCK B_TO_POSIX_ERROR(B_WOULD_BLOCK) /* BSD compatibility */ macro
/haiku/src/servers/app/
H A DDesktopSettings.cpp193 fFontSettingsLoadStatus = EWOULDBLOCK;
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h656 #define EWOULDBLOCK FSSH_EWOULDBLOCK macro
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c1871 if (error == 0 || error != EWOULDBLOCK)
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c1729 if ( errno == EWOULDBLOCK )

Completed in 347 milliseconds