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

/macosx-10.10/WebCore-7600.1.25/platform/cocoa/
H A DSystemVersion.mm57 int bugFix = callGestalt(gestaltSystemVersionBugFix);
58 if (bugFix)
59 return [[NSString alloc] initWithFormat:@"%d.%d.%d", major, minor, bugFix];
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A DDebugServices.c2387 uint8_t bugFix; local
2395 bugFix = (uint8_t)( ( inVersion >> 16 ) & 0x0F );
2404 if( bugFix != 0 )
2406 s += sprintf( s, ".%u", bugFix );

Completed in 189 milliseconds