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

/macosx-10.10.1/configd-699.1.5/configd.tproj/
H A Dpattern.c71 keyMatchesPattern(CFStringRef key, CFDataRef pRegex) function
85 SCLog(TRUE, LOG_DEBUG, CFSTR("keyMatchesPattern(): could not convert store key to C string"));
105 SCLog(TRUE, LOG_DEBUG, CFSTR("keyMatchesPattern regexec(): %s"), reErrBuf);
130 if (keyMatchesPattern(storeKey, pRegex)) {
354 match = keyMatchesPattern(key, pRegex);

Completed in 173 milliseconds