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

/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPCertificateUtil.c705 CFTypeRef this_val; local
708 this_val = CFDictionaryGetValue(subj_alt, kSecPropertyKeyValue);
709 if (label == NULL || this_val == NULL) {
716 this_val, FALSE);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfns.c2517 Lisp_Object this_val;
2519 this_val = XCHAR_TABLE (table)->contents[from];
2520 if (SUB_CHAR_TABLE_P (this_val))
2521 this_val = char_table_range (this_val, 32, 127, defalt);
2522 else if (NILP (this_val))
2523 this_val = defalt;
2524 if (! EQ (val, this_val))
2501 Lisp_Object this_val; local
/macosx-10.10.1/configd-699.1.5/Plugins/IPMonitor/
H A Dip_plugin.c3797 CFMutableStringRef this_val = NULL; local
3812 this_val = IPv4RouteListCopyDescription(routes.v4);
3815 this_val = IPv6RouteListCopyDescription(routes.v6);
3819 CFStringAppendFormat(this_val, NULL,
3823 val = this_val;
3832 my_CFRelease(&this_val);

Completed in 283 milliseconds