Searched refs:last_error (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/libX11/dist/src/ | ||
| H A D | XlibInt.c | 1251 int bytes = 0, last_error; local in function:SocketBytesReadable 1253 last_error = WSAGetLastError(); 1255 WSASetLastError(last_error); 1257 last_error = errno; 1259 errno = last_error; |
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/src/ | ||
| H A D | gtest-death-test.cc | 338 const int last_error = errno; local in function:testing::internal::FailFromInternalError 340 << GetLastErrnoDescription() << " [" << last_error << "]"; |
| /xsrc/external/mit/MesaLib/dist/src/gtest/src/ | ||
| H A D | gtest-death-test.cc | 361 const int last_error = errno; local in function:testing::internal::FailFromInternalError 363 << GetLastErrnoDescription() << " [" << last_error << "]"; |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/glx/ | ||
| H A D | indirect.c | 173 unsigned int last_error = GetLastError(); local in function:glxWinErrorMessage 177 FORMAT_MESSAGE_MAX_WIDTH_MASK, NULL, last_error, 0, 186 sprintf(errorbuffer + strlen(errorbuffer), " (%08x)", last_error); |
Completed in 14 milliseconds