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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dupdate_boot.c314 int lastErrno = 0; // best effort local
334 lastErrno = errno;
342 lastErrno = errno;
350 lastErrno = errno;
359 lastErrno = errno;
367 lastErrno = errno;
379 lastErrno = errno;
389 lastErrno = errno;
393 lastErrno = errno;
402 if (lastErrno) {
[all...]
/macosx-10.9.5/Heimdal-323.92.1/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 401 milliseconds