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

/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A DEAPOLClientConfiguration.c111 SCNetworkSetRef current_set = NULL; local
121 current_set = SCNetworkSetCopyCurrent(prefs);
122 if (current_set == NULL) {
125 services = SCNetworkSetCopyServices(current_set);
164 my_CFRelease(&current_set);
232 SCNetworkSetRef current_set = NULL; local
238 current_set = SCNetworkSetCopyCurrent(prefs);
239 if (current_set == NULL) {
242 services = SCNetworkSetCopyServices(current_set);
269 my_CFRelease(&current_set);
580 SCNetworkSetRef current_set = NULL; local
642 SCNetworkSetRef current_set = NULL; local
680 SCNetworkSetRef current_set = NULL; local
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markup/
H A Dattribute_manager.rb99 # Used by the tests to change attributes by name from +current_set+ to
102 def changed_attribute_by_name current_set, new_set
104 current_set.each do |name|
/macosx-10.10.1/llvmCore-3425.0.34/utils/llvm-build/llvmbuild/
H A Dmain.py137 def visit_component_info(ci, current_stack, current_set):
139 if ci in current_set:
171 current_set.add(ci)
172 visit_component_info(referent, current_stack, current_set)
173 current_set.remove(ci)
/macosx-10.10.1/configd-699.1.5/scutil.tproj/
H A Dnc.c1101 SCNetworkSetRef current_set; local
1109 current_set = SCNetworkSetCopyCurrent(prefs);
1110 if (current_set == NULL) {
1115 service = nc_copy_service_from_arguments(argc, argv, current_set);
1128 status = SCNetworkSetSetSelectedVPNService(current_set, service);
1139 my_CFRelease(&current_set);
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dapp_layer.c701 SCNetworkSetRef current_set = SCNetworkSetCopyCurrent(prefs); local
706 if (current_set != NULL) {
707 service_order = SCNetworkSetGetServiceOrder(current_set);
751 if (current_set != NULL) {
752 CFRelease(current_set);

Completed in 120 milliseconds