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

/macosx-10.9.5/Heimdal-323.92.1/lib/wind/
H A Dgen-normalize.py52 def sortedKeys(d): function
108 for k in sortedKeys(trans) :
173 for k in sortedKeys(tables) :
196 for k in sortedKeys(tables) :
/macosx-10.9.5/configd-596.15/SystemConfiguration.fproj/
H A DSCD.c287 CFMutableArrayRef sortedKeys; local
294 sortedKeys = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks);
296 CFArrayAppendValue(sortedKeys, (CFStringRef)keys[i]);
298 CFArraySortValues(sortedKeys,
309 key = CFArrayGetValueAtIndex(sortedKeys, i);
339 CFRelease(sortedKeys);
/macosx-10.9.5/Security-55471.14.18/libsecurity_manifest/lib/
H A DSecureDownloadInternal.c756 CFMutableArrayRef sortedKeys = CFArrayCreateMutableCopy(NULL, count, keysArray); local
760 CFArraySortValues(sortedKeys, CFRangeMake(0, count), (CFComparatorFunction)CFStringCompare, 0);
761 return sortedKeys;

Completed in 145 milliseconds