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

/openbsd-current/gnu/usr.bin/cvs/os2/
H A Dporttcp.c16 #ifndef SockStrError
19 * Routine: SockStrError
25 SockStrError(int SockErrno) function
80 #error SockStrError not supported for this OS
84 #endif /* SockStrError */
H A Dtcpip.h26 * * Use SockStrError() & HostStrError() to convert SOCK_ERRNO
95 const char *SockStrError(int SockErrno);
122 # define SockStrError(E) strerror(E) macro

Completed in 111 milliseconds