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

/macosx-10.10.1/Security-57031.1.35/iCloudStat/
H A Dmain.c48 CFStringRef key_str = CFStringCreateWithFormat(kCFAllocatorDefault, NULL, CFSTR("%@%@"), gMessageTracerPrefix, key); local
49 if (NULL == key_str)
59 CFRelease(key_str);
63 CFIndex key_str_numBytes = CFStringGetMaximumSizeForEncoding(CFStringGetLength(key_str), kCFStringEncodingUTF8);
67 if (!CFStringGetCString(key_str, key_buffer, key_str_numBytes, kCFStringEncodingUTF8))
70 CFRelease(key_str);
74 CFRelease(key_str);
/macosx-10.10.1/autofs-246/automountlib/
H A Dns_od.c233 char *key_str, *value_str; local
240 key_str = od_CFStringtoCString(key);
242 if (key_str != NULL && value_str != NULL) {
244 key_str, value_str);
247 free(key_str);
273 key_str = od_CFStringtoCString(key);
277 temp->map, key_str, *od_len, LINESZ);
278 free(key_str);
288 key_str = od_CFStringtoCString(key);
289 pr_msg("match_callback: can't get line for %s", key_str);
403 char *key_str, *value_str, *value; local
[all...]
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dhash.c301 const char* key_str = (const char *) key; local
302 const char *end = key_str + key_length;
305 while(key_str < end) {
307 h ^= (unsigned long) *key_str++;
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dioreg.py578 def LookupKeyInPropTable(propertyTable, key_str):
581 The property that is being searched for is specified as a string in key_str
589 if key_str == str(propertyTable.dictionary[idx].key.string):
/macosx-10.10.1/emacs-93/emacs/src/
H A Dmac.c4630 CFStringRef app_id, key_str;
4664 key_str = cfstring_create_with_string (XCAR (key)); variable
4665 if (key_str == NULL)
4667 app_plist = CFPreferencesCopyAppValue (key_str, app_id);
4668 CFRelease (key_str);
4677 key_str = cfstring_create_with_string (XCAR (key)); variable
4678 if (key_str == NULL)
4680 plist = CFDictionaryGetValue (plist, key_str);
4681 CFRelease (key_str);
4626 CFStringRef app_id, key_str; variable

Completed in 102 milliseconds