Home
last modified time | relevance | path

Searched refs:CFDictionaryRef (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/builtins/
H A Dos_version_check.c34 *CFStringRef, *CFDictionaryRef, *CFTypeRef, *CFErrorRef; typedef
69 typedef const void *(*CFDictionaryGetValueFuncTy)(CFDictionaryRef,
147 CFDictionaryRef PListRef = NULL; in parseSystemVersionPList()
/freebsd-12.1/crypto/heimdal/lib/krb5/
H A Dconfig_file.c298 CFDictionaryRef d; in parse_plist_config()
321 …d = (CFDictionaryRef)CFPropertyListCreateWithStream(NULL, s, 0, kCFPropertyListImmutable, NULL, NU… in parse_plist_config()
323 …d = (CFDictionaryRef)CFPropertyListCreateFromStream(NULL, s, 0, kCFPropertyListImmutable, NULL, NU… in parse_plist_config()
/freebsd-12.1/contrib/subversion/subversion/libsvn_subr/
H A Dsysinfo.c1011 static CFDictionaryRef
1098 value_from_dict(CFDictionaryRef plist, CFStringRef key, apr_pool_t *pool) in value_from_dict()
1171 CFDictionaryRef plist = system_version_plist(&server, pool); in macos_release_name()
/freebsd-12.1/crypto/heimdal/kdc/
H A Dannounce.c402 CFDictionaryRef btmm; in update_entries()