Searched refs:SOCK_ERRNO (Results 1 – 8 of 8) sorted by relevance
| /openbsd/src/gnu/usr.bin/cvs/windows-NT/ |
| D | rcmd.c | 32 #define SOCK_ERRNO errno macro 104 SOCK_STRERROR (SOCK_ERRNO)); in bind_and_connect() 108 errcode = SOCK_ERRNO; in bind_and_connect() 121 errcode = SOCK_ERRNO; in bind_and_connect() 157 SOCK_STRERROR (SOCK_ERRNO)); in rcmd_authenticate() 166 SOCK_STRERROR (SOCK_ERRNO)); in rcmd_authenticate()
|
| D | startserver.c | 56 SOCK_STRERROR (SOCK_ERRNO)); in wnt_start_server() 76 SOCK_STRERROR (SOCK_ERRNO)); in wnt_shutdown_server() 79 SOCK_STRERROR (SOCK_ERRNO)); in wnt_shutdown_server()
|
| D | config.h | 310 #define SOCK_ERRNO (WSAGetLastError ()) macro
|
| D | ChangeLog | 285 * config.h (SOCK_STRERROR, SOCK_ERRNO): New macros. 287 SOCK_STRERROR and SOCK_ERRNO since strerror(errno) doesn't work
|
| /openbsd/src/gnu/usr.bin/cvs/os2/ |
| D | porttcp.c | 153 if ((TotalSent > 0) && (SOCK_ERRNO == EWOULDBLOCK)) in IbmSockSend() 155 if (SOCK_ERRNO == EINTR) in IbmSockSend() 209 && (Recvd == 0 || (SOCK_ERRNO == EWOULDBLOCK ))) in IbmSockRecv() 211 if (SOCK_ERRNO == EINTR) in IbmSockRecv()
|
| D | tcpip.h | 84 # define SOCK_ERRNO (tcperrno()) macro 86 # define SOCK_ERRNO (sock_errno()) macro 116 # define SOCK_ERRNO errno macro
|
| /openbsd/src/gnu/usr.bin/cvs/src/ |
| D | client.c | 29 #if defined(AUTH_CLIENT_SUPPORT) || HAVE_KERBEROS || defined(SOCK_ERRNO) || defined(SOCK_STRERROR) 44 #ifndef SOCK_ERRNO 45 #define SOCK_ERRNO errno macro 714 error (1, 0, "reading from server: %s", SOCK_STRERROR (SOCK_ERRNO)); 757 error (1, 0, "writing to server socket: %s", SOCK_STRERROR (SOCK_ERRNO)); 765 error (1, 0, "writing to server socket: %s", SOCK_STRERROR (SOCK_ERRNO)); 3590 error (1, 0, "shutting down server socket: %s", SOCK_STRERROR (SOCK_ERRNO)); in get_responses_and_close() 3600 current_parsed_root->hostname, SOCK_STRERROR (SOCK_ERRNO)); in get_responses_and_close() 3815 n == 0 ? "EOF" : SOCK_STRERROR (SOCK_ERRNO)); 3934 SOCK_STRERROR (SOCK_ERRNO)); [all …]
|
| D | ChangeLog-97 | 189 SOCK_STRERROR and SOCK_ERRNO now being in use. 196 SOCK_STRERROR and SOCK_ERRNO. Don't bind the socket. 1819 If socket() fails, include SOCK_STRERROR (SOCK_ERRNO) in message. 2477 SOCK_STRERROR and SOCK_ERRNO since strerror(errno) doesn't work
|