Home
last modified time | relevance | path

Searched refs:versionCString (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/libkern/c++/
H A DOSKext.cpp3100 kCFBundleVersionKey, versionCString); in setInfoDictionaryAndPath()
5910 if (*versionCString == 'L' && *(versionCString + 1) == 'T') { in isInExcludeList()
5912 versionCString += 2; in isInExcludeList()
5913 } else if (*versionCString == 'L' && *(versionCString + 1) == 'E') { in isInExcludeList()
5915 versionCString += 2; in isInExcludeList()
5918 for (i = 0; *versionCString != 0x00; versionCString++) { in isInExcludeList()
5920 if (isWhiteSpace(*versionCString)) { in isInExcludeList()
5925 if (*(versionCString + 1) == ',' || *(versionCString + 1) == 0x00) { in isInExcludeList()
5927 myBuffer[i++] = *versionCString; in isInExcludeList()
5951 myBuffer[i++] = *versionCString; in isInExcludeList()
[all …]