err_win_to_posix 263 compat/mingw.c errno = err_win_to_posix(GetLastError()); err_win_to_posix 674 compat/mingw.c errno = err_win_to_posix(GetLastError()); err_win_to_posix 1172 compat/mingw.c errno = err_win_to_posix(GetLastError()); err_win_to_posix 1860 compat/mingw.c errno = err_win_to_posix(GetLastError()); err_win_to_posix 512 compat/mingw.h extern int err_win_to_posix(DWORD winerr); err_win_to_posix 43 compat/win32/dirent.c errno = (err == ERROR_DIRECTORY) ? ENOTDIR : err_win_to_posix(err); err_win_to_posix 73 compat/win32/dirent.c errno = err_win_to_posix(lasterr); err_win_to_posix 49 compat/win32/pthread.c return err_win_to_posix(GetLastError()); err_win_to_posix 159 compat/win32/pthread.c 0 : err_win_to_posix(GetLastError()); err_win_to_posix 445 compat/winansi.c errno = err_win_to_posix(GetLastError());