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

/macosx-10.10/Security-57031.1.35/Security/utilities/src/
H A Ddebugging.c45 const CFStringRef kStringNegate = CFSTR("-"); variable
94 bool negated = CFSetContainsValue(setToCheck, kStringNegate);
131 if (CFStringHasPrefix(scopes, kStringNegate)) {
132 allocated_scope_list = CFStringCreateWithSubstring(kCFAllocatorDefault, scopes, CFRangeMake(CFStringGetLength(kStringNegate), CFStringGetLength(scopes) - 1));
159 CFSetSetValue(resultSet, kStringNegate);
/macosx-10.10/Security-57031.1.35/Security/utilities/utilities/
H A Ddebugging.c45 const CFStringRef kStringNegate = CFSTR("-"); variable
94 bool negated = CFSetContainsValue(setToCheck, kStringNegate);
131 if (CFStringHasPrefix(scopes, kStringNegate)) {
132 allocated_scope_list = CFStringCreateWithSubstring(kCFAllocatorDefault, scopes, CFRangeMake(CFStringGetLength(kStringNegate), CFStringGetLength(scopes) - 1));
159 CFSetSetValue(resultSet, kStringNegate);

Completed in 114 milliseconds