HomeSort by: relevance | last modified time | path
    Searched defs:EWOULDBLOCK (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libXfont/dist/src/fc/
fsio.c 60 #define EWOULDBLOCK WSAEWOULDBLOCK
  /xsrc/external/mit/libXfont2/dist/src/fc/
fsio.c 57 #define EWOULDBLOCK WSAEWOULDBLOCK
  /xsrc/external/mit/xtrans/dist/
Xtranssock.c 127 #undef EWOULDBLOCK
128 #define EWOULDBLOCK WSAEWOULDBLOCK
1639 * If the error was EWOULDBLOCK or EINPROGRESS then the socket
1666 else if (olderrno == EWOULDBLOCK || olderrno == EINPROGRESS)
1932 * If the error was EWOULDBLOCK or EINPROGRESS then the socket
1939 if (olderrno == EWOULDBLOCK || olderrno == EINPROGRESS)

Completed in 10 milliseconds