Searched refs:prop_name (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/bootp-298/bootpdutil.tproj/
H A Dmain.c301 const char * prop_name; local
306 prop_name = prop->nip_name;
307 if (strcmp(prop_name, NIPROP_NAME) == 0) {
310 prop_name_cf = CFStringCreateWithCString(NULL, prop_name,
312 if ((strcmp(prop_name, CFGPROP_BOOTP_ENABLED) == 0
313 || strcmp(prop_name, CFGPROP_DHCP_ENABLED) == 0
314 || strcmp(prop_name, CFGPROP_OLD_NETBOOT_ENABLED) == 0
315 || strcmp(prop_name, CFGPROP_NETBOOT_ENABLED) == 0
316 || strcmp(prop_name, CFGPROP_RELAY_ENABLED) == 0)) {
333 else if (strcmp(prop_name, CFGPROP_DETECT_OTHER_DHCP_SERVE
398 const char * prop_name; local
481 const char * prop_name; local
[all...]
/macosx-10.10/ICU-531.30/icuSources/tools/
H A Dicu-svnprops-check.py124 prop_name, prop_val = prop.split("=", 1)
127 prop_name, prop_val = prop, ""
128 prop_name = prop_name.strip()
133 proplist.append((prop_name, prop_val))
/macosx-10.10/bootp-298/bootpd.tproj/
H A Dbootpd.h73 const char * prop_name, uint32_t * val_p);
H A Dbootpd.c793 const char * prop_name, uint32_t * val_p)
803 my_log(LOG_INFO, "Invalid '%s' property", prop_name);
810 const char * prop_name, boolean_t def_value)
822 prop_name);
792 set_number_from_plist(CFDictionaryRef plist, CFStringRef prop_name_cf, const char * prop_name, uint32_t * val_p) argument
809 S_get_plist_boolean(CFDictionaryRef plist, CFStringRef prop_name_cf, const char * prop_name, boolean_t def_value) argument
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/scripts/
H A DCodeGeneratorInspector.py1233 prop_name = prop["name"]
1234 ad_hoc_type_context = cls.AdHocTypeContextImpl(prop_name, fixed_type_name.class_name, resolve_context, ad_hoc_type_list, helper.full_name_prefix_for_impl)
1328 prop_name = prop_data.p["name"]
1335 Capitalizer.lower_camel_case_to_upper(prop_name),
1337 state_enum_items[pos], prop_name,
1338 param_raw_type.get_setter_name(), prop_name,
1359 prop_name = prop_data.p["name"]
1361 setter_name = "set%s" % Capitalizer.lower_camel_case_to_upper(prop_name)
1447 prop_name = prop_data.p["name"]
1448 prop_field_name = Capitalizer.lower_camel_case_to_upper(prop_name)
[all...]
/macosx-10.10/configd-699.1.5/Plugins/IPMonitor/
H A Dip_plugin.c2606 plist_get_string(CFDictionaryRef dict, CFStringRef prop_name, argument
2611 val = CFDictionaryGetValue(dict, prop_name);
8753 dict_add_string(CFMutableDictionaryRef dict, CFStringRef prop_name, argument
8764 CFDictionarySetValue(dict, prop_name, prop_val);
8770 dict_add_string_as_array(CFMutableDictionaryRef dict, CFStringRef prop_name, argument
8786 CFDictionarySetValue(dict, prop_name, array);
8792 dict_add_ip(CFMutableDictionaryRef dict, CFStringRef prop_name, argument
8798 CFDictionarySetValue(dict, prop_name, str);
8804 dict_add_ip_as_array(CFMutableDictionaryRef dict, CFStringRef prop_name, argument
8815 CFDictionarySetValue(dict, prop_name, arra
8821 dict_insert_routes(CFMutableDictionaryRef dict, CFStringRef prop_name, struct route * routes, int routes_count) argument
9398 dict_add_string(CFMutableDictionaryRef dict, CFStringRef prop_name, const char * str) argument
9415 dict_add_int(CFMutableDictionaryRef dict, CFStringRef prop_name, int int_val) argument
9427 dict_insert_v6_routes(CFMutableDictionaryRef dict, CFStringRef prop_name, struct route * routes, int routes_count) argument
[all...]
/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A DEAPTLSUtil.c865 copy_cert_list(CFDictionaryRef properties, CFStringRef prop_name) argument
872 data_list = CFDictionaryGetValue(properties, prop_name);
H A Deapsim_plugin.c441 copy_data_array(CFDictionaryRef properties, CFStringRef prop_name, argument
451 list = CFDictionaryGetValue(properties, prop_name);
/macosx-10.10/emacs-93/emacs/src/
H A Dxfaces.c7764 Lisp_Object prop_name = mouse_p ? Qmouse_face : Qface;
7769 prop = Fget_text_property (position, prop_name, string);
7778 end = Fnext_single_property_change (position, prop_name, string, limit);
7746 Lisp_Object prop_name = mouse_p ? Qmouse_face : Qface; local

Completed in 143 milliseconds