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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c487 off_t tmpOff; local
537 tmpOff = dataEnd - offset;
538 if (tmpOff > (off_t)(numberOfBytes))
541 *availableBytes = tmpOff;

Completed in 26 milliseconds