Searched refs:this_name (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/bootp-298/bootplib/
H A DDNSNameList.c525 DNSName this_name; local
533 this_name.dn_buf = DNSNamesBufBuffer(nb);
534 this_name.dn_offsets = this_offset;
535 matched = DNSNameMatch(&this_name, new_name);
/macosx-10.10.1/eap8021x-198/EAPOLMonitor.bproj/
H A Deapol_monitor.c173 CFStringRef this_name; local
177 this_name = SCNetworkInterfaceGetBSDName(sc_if);
178 if (this_name != NULL
179 && CFEqual(this_name, if_name_cf)) {
/macosx-10.10.1/emacs-93/emacs/src/
H A Dfontset.c898 Lisp_Object fontset, this_name;
905 this_name = FONTSET_NAME (fontset);
907 ? fast_string_match (name, this_name) >= 0
908 : !strcmp (SDATA (name), SDATA (this_name)))
895 Lisp_Object fontset, this_name; local
/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPTLSUtil.c1524 CFStringRef this_name = CFArrayGetValueAtIndex(trusted_server_names, local
1526 if (CFEqual(name, this_name)) {
1530 if (CFStringHasPrefix(this_name, CFSTR("*."))) {
1534 suffix = CFStringCreateMutableCopy(NULL, 0, this_name);

Completed in 102 milliseconds