Searched refs:matching (Results 1 - 25 of 225) sorted by relevance

123456789

/macosx-10.10/libarchive-30/libarchive/libarchive_fe/
H A Dmatching.h34 int lafe_exclude(struct lafe_matching **matching, const char *pattern);
35 int lafe_exclude_from_file(struct lafe_matching **matching,
37 int lafe_include(struct lafe_matching **matching, const char *pattern);
38 int lafe_include_from_file(struct lafe_matching **matching,
H A Dmatching.c27 __FBSDID("$FreeBSD: src/usr.bin/cpio/matching.c,v 1.2 2008/06/21 02:20:20 kientzle Exp $");
41 #include "matching.h"
64 * The matching logic here needs to be re-thought. I started out to
65 * try to mimic gtar's matching logic, but it's not entirely
75 lafe_exclude(struct lafe_matching **matching, const char *pattern) argument
78 if (*matching == NULL)
79 initialize_matching(matching);
80 add_pattern(&((*matching)->exclusions), pattern);
81 (*matching)->exclusions_count++;
86 lafe_exclude_from_file(struct lafe_matching **matching, cons argument
102 lafe_include(struct lafe_matching **matching, const char *pattern) argument
114 lafe_include_from_file(struct lafe_matching **matching, const char *pathname, int nullSeparator) argument
151 lafe_excluded(struct lafe_matching *matching, const char *pathname) argument
230 lafe_cleanup_exclusions(struct lafe_matching **matching) argument
254 initialize_matching(struct lafe_matching **matching) argument
262 lafe_unmatched_inclusions(struct lafe_matching *matching) argument
271 lafe_unmatched_inclusions_warn(struct lafe_matching *matching, const char *msg) argument
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dformat.c102 (bfd *abfd, bfd_format format, char ***matching);
107 case, if @var{matching} is not NULL, it will be filled in with
112 When done with the list that @var{matching} points to, the caller
117 bfd_check_format_matches (bfd *abfd, bfd_format format, char ***matching) argument
142 if (matching)
146 *matching = NULL;
164 if (matching)
175 if (matching)
206 if (matching)
229 if (matching)
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDFamilyPrivate.h84 bool CompareProperty(IOService * owner, OSDictionary * matching, const char * key, SInt32 * score, SInt32 increment = 0);
85 bool CompareDeviceUsage( IOService * owner, OSDictionary * matching, SInt32 * score, SInt32 increment = 0);
86 bool CompareDeviceUsagePairs(IOService * owner, OSDictionary * matching, SInt32 * score, SInt32 increment = 0);
87 bool CompareProductID( IOService * owner, OSDictionary * matching, SInt32 * score);
89 bool CompareNumberPropertyMask( IOService *owner, OSDictionary *matching, const char *key, const char *maskKey, SInt32 *score, SInt32 increment);
90 bool CompareNumberPropertyArray( IOService * owner, OSDictionary * matching, const char * arrayName, const char * key, SInt32 * score, SInt32 increment);
91 bool CompareNumberPropertyArrayWithMask( IOService * owner, OSDictionary * matching, const char * arrayName, const char * key, const char * maskKey, SInt32 * score, SInt32 increment);
H A DIOHIDFamilyPrivate.cpp44 bool CompareProperty( IOService * owner, OSDictionary * matching, const char * key, SInt32 * score, SInt32 increment) argument
53 value = matching->getObject( key );
75 bool CompareDeviceUsage( IOService * owner, OSDictionary * matching, SInt32 * score, SInt32 increment) argument
87 usage = matching->getObject( kIOHIDDeviceUsageKey );
88 usagePage = matching->getObject( kIOHIDDeviceUsagePageKey );
131 bool CompareDeviceUsagePairs( IOService * owner, OSDictionary * matching, SInt32 * score, SInt32 increment) argument
141 pairArray = OSDynamicCast(OSArray, matching->getObject( kIOHIDDeviceUsagePairsKey ));
162 bool CompareProductID( IOService * owner, OSDictionary * matching, SInt32 * score) argument
174 // Compare each of the types of productID matching. Then in order of highest score to least
177 pidMatch = CompareProperty(owner, matching, kIOHIDProductIDKe
213 CompareNumberPropertyMask( IOService *owner, OSDictionary *matching, const char *key, const char *maskKey, SInt32 *score, SInt32 increment) argument
249 CompareNumberPropertyArray( IOService * owner, OSDictionary * matching, const char * arrayName, const char * key, SInt32 * score, SInt32 increment) argument
281 CompareNumberPropertyArrayWithMask( IOService * owner, OSDictionary * matching, const char * arrayName, const char * key, const char * maskKey, SInt32 * score, SInt32 increment) argument
[all...]
/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A Duuid.c30 CFMutableDictionaryRef matching; local
39 matching = IOServiceMatching( kIOMediaClass );
40 if ( matching ) {
41 CFDictionarySetValue( matching, CFSTR( kIOMediaUUIDKey ), uuid_string );
42 media = IOServiceGetMatchingService( kIOMasterPortDefault, matching );
59 /* do not CFRelease( matching ); */
/macosx-10.10/IOHIDFamily-606.1.7/tools/
H A DIOHIDReportTest.c146 CFMutableDictionaryRef matching = NULL; local
169 matching = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
170 if ( matching ) {
175 CFDictionarySetValue(matching, CFSTR(kIOHIDElementTypeKey), number);
177 outputElements = IOHIDDeviceCopyMatchingElements(device, matching, 0);
185 CFRelease(matching);
210 CFMutableDictionaryRef matching = NULL; local
237 if ( !matching )
238 matching = CFDictionaryCreateMutable(kCFAllocatorDefault, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
239 CFDictionarySetValue(matching, CFST
[all...]
/macosx-10.10/IOPCIFamily-239.1.2/tools/
H A Diosetarg.c21 CFMutableDictionaryRef matching; local
29 matching = id ? IORegistryEntryIDMatching(id) : IOServiceMatching(argv[1]);
39 service = IOServiceGetMatchingService(kIOMasterPortDefault, matching);
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOCatalogue.h53 @discussion The IOCatalogue is a database which contains all IOKit driver personalities. IOService uses this resource when matching devices to their associated drivers.
90 @param generationCount Returns a reference to the generation count of the database. The generation count increases only when personalities are added to the database *and* IOService matching has been initiated.
97 @abstract A more general purpose interface which allows one to retreive driver personalities based the intersection of the 'matching' dictionary and the personality's own property list.
98 @param matching A dictionary containing only keys and values which are to be used for matching. For example, a matching dictionary containing 'IOProviderClass'='IOPCIDevice' will return all personalities with an IOProviderClass key and a value of IOPCIDevice.
99 @param generationCount Returns a reference to the current generation of the database. The generation count increases only when personalities are added to the database *and* IOService matching has been initiated.
102 OSOrderedSet * findDrivers( OSDictionary * matching, SInt32 * generationCount );
108 @param doNubMatchng Start matching process after personalities have been added.
115 @abstract Remove driver personalities from the database based on matching informatio
[all...]
/macosx-10.10/xnu-2782.1.97/iokit/bsddev/
H A DIOKitBSDInit.cpp43 // how long to wait for matching root device, secs
161 OSDictionary * matching; local
167 matching = IOService::serviceMatching( "IONetworkInterface" );
168 if ( matching == 0 )
195 if ( matching->setObject( gIOPropertyMatchKey,
202 return( matching );
206 if ( matching ) matching->release();
268 OSDictionary * matching = NULL; local
289 matching
318 OSDictionary * matching = 0; local
[all...]
/macosx-10.10/libarchive-30/libarchive/cpio/
H A DCMakeLists.txt18 ../libarchive_fe/matching.c
19 ../libarchive_fe/matching.h
H A Dcpio.h34 #include "matching.h"
89 struct lafe_matching *matching; member in struct:cpio
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOCatalogue.cpp240 OSDictionary * matching,
250 OSKext::uniquePersonalityProperties(matching);
269 * "matching" dict to enable general searches.
271 if ( dict->isEqualTo(matching, matching) )
283 * Add driver config tables to catalog and start matching process.
376 // Start device matching.
392 * properties in the matching dictionary.
396 OSDictionary * matching,
406 if ( !matching )
239 findDrivers( OSDictionary * matching, SInt32 * generationCount) argument
395 removeDrivers( OSDictionary * matching, bool doNubMatching) argument
535 _terminateDrivers(OSDictionary * matching) argument
580 _removeDrivers(OSDictionary * matching) argument
617 terminateDrivers(OSDictionary * matching) argument
[all...]
H A DIOMapper.cpp153 OSDictionary * matching; local
171 matching = IOService::propertyMatching(gIOMapperIDKey, data);
175 matching = IOService::propertyMatching(gIOMapperIDKey, obj);
177 if (matching)
179 mapper = OSDynamicCast(IOMapper, IOService::waitForMatchingService(matching));
180 matching->release();
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/liblunicode/ure/
H A DREADME30 This is a simple regular expression package for matching against Unicode text
173 * Look for the first match in some text. The matching will be done
/macosx-10.10/Heimdal-398.1.2/kcm/
H A Dstore.c50 CFMutableDictionaryRef matching; local
54 matching = IOServiceMatching(kAppleFDEKeyStoreServiceName);
55 if (matching == NULL)
58 service = IOServiceGetMatchingService(kIOMasterPortDefault, matching);
/macosx-10.10/libarchive-30/libarchive/tar/
H A DCMakeLists.txt25 ../libarchive_fe/matching.c
26 ../libarchive_fe/matching.h
/macosx-10.10/xnu-2782.1.97/osfmk/device/
H A Ddevice.defs163 in matching : io_string_t;
368 out matching : io_string_t
419 in matching : io_string_t;
467 in matching : io_string_t;
534 in matching : io_buf_ptr_t, physicalcopy;
541 in matching : io_buf_ptr_t, physicalcopy;
550 in matching : io_buf_ptr_t, physicalcopy;
652 in matching : io_string_t;
669 in matching : io_buf_ptr_t, physicalcopy;
706 in matching
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Dsize.c266 char **matching;
272 if (bfd_check_format_matches (abfd, bfd_object, &matching))
282 list_matching_formats (matching);
283 free (matching);
288 if (bfd_check_format_matches (abfd, bfd_core, &matching))
307 list_matching_formats (matching);
308 free (matching);
263 char **matching; local
/macosx-10.10/configd-699.1.5/SystemConfiguration.fproj/
H A DSCProxies.c532 CFMutableArrayRef matching = NULL; local
598 if (matching == NULL) {
599 matching = CFArrayCreateMutable(NULL, 0, &kCFTypeArrayCallBacks);
601 n_matching = CFArrayGetCount(matching);
606 !CFArrayContainsValue(matching, CFRangeMake(0, n_matching), newProxy)) {
607 // add this matching proxy
608 CFArrayAppendValue(matching, newProxy);
613 if (matching != NULL) {
615 proxies = CFArrayCreateCopy(NULL, matching);
616 CFRelease(matching);
[all...]
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DPEFSupport.c564 CFDictionaryRef matching = 0; local
593 matching = CFRetain(value);
602 if (!matching)
605 matching = CFDictionaryCreate( kCFAllocatorDefault,
611 if (!matching)
614 kr = IOServiceGetMatchingServices(masterPort, matching, &iter);
735 CFDictionaryRef matching = 0; local
760 matching = CFDictionaryGetValue(props, CFSTR("IONDRVMatching"));
761 if (matching && (CFDictionaryGetTypeID() != CFGetTypeID(matching)))
[all...]
/macosx-10.10/eap8021x-198/eapolclient.tproj/
H A DInterestNotification.c101 CFDictionaryRef matching; local
106 matching = IOBSDNameMatching(kIOMasterPortDefault, 0, if_name);
108 matching, &list);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDLib/
H A DIOHIDEventServiceClass.h80 static IOHIDEventRef _copyEvent(void *self, IOHIDEventType type, IOHIDEventRef matching, IOOptionBits options);
105 virtual IOHIDEventRef copyEvent(IOHIDEventType type, IOHIDEventRef matching, IOOptionBits options);
/macosx-10.10/IOKitUser-1050.1.21/hid.subproj/
H A DIOHIDManager.h42 matching dictionary, family, and driver, see the overview of I/O Kit terms
207 @abstract Sets matching criteria for device enumeration.
216 @param matching CFDictionaryRef containg device matching criteria.
221 CFDictionaryRef matching)
225 @abstract Sets multiple matching criteria for device enumeration.
231 containg device matching criteria.
251 @discussion Only device matching the set criteria will be enumerated.
313 @abstract Sets matching criteria for input values received via
319 restart the matching proces
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Dmatchbrackets.js17 var matching = {"(": ")>", ")": "(<", "[": "]>", "]": "[<", "{": "}>", "}": "{<"};
21 var match = (pos >= 0 && matching[line.text.charAt(pos)]) || matching[line.text.charAt(++pos)];
57 var match = matching[ch];
68 // Disable brace matching in long lines, since it'll cause hugely slow updates

Completed in 234 milliseconds

123456789