Lines Matching refs:errno
820 * The 'err' argument passed in to this function MUST be a true errno number
830 * CRT (errno), Winsock (WSAGetLastError), Windows API (GetLastError).
841 int old_errno = errno;
855 /* 'sys_nerr' is the maximum errno number, it is not widely portable */
872 * The POSIX-style strerror_r() may set errno to ERANGE if insufficient
915 if(errno != old_errno)
916 errno = old_errno;
936 int old_errno = errno;
955 if(errno != old_errno)
956 errno = old_errno;
977 int old_errno = errno;
1104 if(errno != old_errno)
1105 errno = old_errno;