Searched refs:scratchNum (Results 1 - 1 of 1) sorted by last modified time

/macosx-10.10/kext_tools-384.1.4/
H A Dkctool_main.c403 CFNumberRef scratchNum = NULL; // do not release local
405 scratchNum = CFDictionaryGetValue(infoDict, CFSTR(kPrelinkExecutableSourceKey));
406 if (!scratchNum) {
413 if (!CFNumberGetValue(scratchNum, kCFNumberSInt64Type, addr)) {
420 scratchNum = CFDictionaryGetValue(infoDict, CFSTR(kPrelinkExecutableSizeKey));
421 if (!scratchNum) {
428 if (!CFNumberGetValue(scratchNum, kCFNumberSInt64Type, size)) {

Completed in 117 milliseconds