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

/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFURLAccess.c386 char extBuff[CFMaxPathSize]; local
394 CFStringGetBytes(extension, CFRangeMake(0, extLen), kCFStringEncodingMacRoman, 0, FALSE, extBuff, CFMaxPathSize, &extLen);
395 extBuff[extLen] = '\0'; // CFStringGetBytes set extLen to number of bytes in converted string
420 if (strncmp(&(dent->d_name[nameLen - extLen]), extBuff, extLen) != 0) {

Completed in 73 milliseconds