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

/macosx-10.10/kext_tools-384.1.4/
H A Dupdate_boot.c315 int lastErrno = 0; // best effort local
335 lastErrno = errno;
343 lastErrno = errno;
351 lastErrno = errno;
360 lastErrno = errno;
368 lastErrno = errno;
380 lastErrno = errno;
390 lastErrno = errno;
394 lastErrno = errno;
403 if (lastErrno) {
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c24551 ** Only set the lastErrno if the error code is a real error and not
24585 int lastErrno; /* The unix errno from last I/O error */ member in struct:unixFile
25725 pFile->lastErrno = errno;
25727 if( pFile->lastErrno==EOVERFLOW ) return SQLITE_NOLFS;
25746 pFile->lastErrno = errno;
25751 pFile->lastErrno = errno;
25820 pFile->lastErrno = errno;
26020 pFile->lastErrno = tErrno;
26055 pFile->lastErrno = tErrno;
26088 pFile->lastErrno
31668 DWORD lastErrno; /* The Windows errno from the last I/O error */ member in struct:winFile
33313 DWORD lastErrno; /* The Windows errno from the last I/O error */ member in struct:winShmNode
[all...]

Completed in 501 milliseconds