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

/xnu-2782.1.97/libkern/c++/
H A DOSData.cpp352 unsigned int checkLen = length; local
362 if (stringLen != checkLen) {
370 if ( (checkLen - stringLen) == 1) {
371 if (dataPtr[checkLen-1] != 0) // non-zero means not a terminator and thus not likely the same
373 checkLen--;
381 for ( unsigned int i=0; i < checkLen; i++ ) {

Completed in 64 milliseconds