Searched refs:EINTR (Results 1 – 8 of 8) sorted by relevance
40 # ifdef EINTR41 # undef EINTR43 # define EINTR WSAEINTR macro1583 # ifdef EINTR in can_write_buf_line()1585 if (ret == -1 && errno == EINTR) in can_write_buf_line()3450 # ifdef EINTR in channel_wait()3452 if (ret == -1 && errno == EINTR) in channel_wait()
5624 #if defined(EINTR) || defined(PROTO)5637 if (ret >= 0 || errno != EINTR) in read_eintr()5660 if (errno != EINTR) in write_eintr()
3602 && errno == EINTR && n > 0) in mch_settmode()6393 # ifdef EINTR in RealWaitForChar()6394 if (ret == -1 && errno == EINTR) in RealWaitForChar()
1763 #ifndef EINTR
363 syn keyword cConstant EINPROGRESS EINTR EINVAL EIO EISCONN EISDIR ELOOP EMFILE EMLINK EMSGSIZE
307 syn keyword baanConstant EINTR
10937 Problem: Win32: Netbeans fails to build, EINTR is not defined.10938 Solution: Redefine EINTR to WSAEINTR. (Mike Williams)
10874 Problem: EINTR is not always defined.