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

/macosx-10.10.1/autofs-246/dumpammap/
H A Ddumpammap.c203 CFStringRef value_to_match_cfstr; local
228 value_to_match_cfstr = CFStringCreateWithCString(kCFAllocatorDefault,
230 if (value_to_match_cfstr == NULL) {
241 CFRelease(value_to_match_cfstr);
249 value_to_match_cfstr, attrs, 0, &error);
251 CFRelease(value_to_match_cfstr);
/macosx-10.10.1/autofs-246/automountlib/
H A Dns_od.c780 CFStringRef value_to_match_cfstr; local
805 value_to_match_cfstr = CFStringCreateWithCString(kCFAllocatorDefault,
807 if (value_to_match_cfstr == NULL) {
818 CFRelease(value_to_match_cfstr);
826 value_to_match_cfstr, attrs, 0, &error);
828 CFRelease(value_to_match_cfstr);

Completed in 72 milliseconds