Home
last modified time | relevance | path

Searched refs:cfgdata (Results 1 – 25 of 178) sorted by relevance

12345678

/dports/comms/grig/grig-77ab785/src/
H A Drig-state.c399 cfgdata = g_key_file_new (); in rig_state_load()
473 errorflag |= read_and_check_int (cfgdata, in rig_state_load()
478 errorflag |= read_and_check_int (cfgdata, in rig_state_load()
484 errorflag |= read_and_check_int (cfgdata, in rig_state_load()
500 errorflag |= read_and_check_int (cfgdata, in rig_state_load()
505 errorflag |= read_and_check_int (cfgdata, in rig_state_load()
537 if (cfgdata != NULL) { in rig_state_load()
538 g_key_file_free (cfgdata); in rig_state_load()
569 cfgdata = g_key_file_new (); in rig_state_save()
623 g_key_file_free (cfgdata); in rig_state_save()
[all …]
/dports/comms/gpredict/gpredict-2.2.1/src/
H A Dmod-cfg.c672 locw = create_loc_selector(cfgdata); in mod_cfg_editor_create()
776 g_key_file_remove_key(cfgdata, in mod_cfg_apply()
783 g_key_file_set_string(cfgdata, in mod_cfg_apply()
822 g_key_file_set_string(cfgdata, in mod_cfg_apply()
870 sat_pref_modules_ok(cfgdata); in edit_advanced_settings()
874 sat_pref_modules_cancel(cfgdata); in edit_advanced_settings()
890 GKeyFile *cfgdata; in mod_cfg_new() local
899 cfgdata = g_key_file_new(); in mod_cfg_new()
987 g_key_file_free(cfgdata); in mod_cfg_new()
1037 mod_cfg_apply(cfgdata); in mod_cfg_edit()
[all …]
H A Dmod-cfg-get-param.c163 void mod_cfg_get_integer_list_boolean(GKeyFile * cfgdata, in mod_cfg_get_integer_list_boolean() argument
173 if (!g_key_file_has_key(cfgdata, section, key, NULL)) in mod_cfg_get_integer_list_boolean()
176 sats = g_key_file_get_integer_list(cfgdata, section, key, &length, &error); in mod_cfg_get_integer_list_boolean()
213 void mod_cfg_set_integer_list_boolean(GKeyFile * cfgdata, GHashTable * hash, in mod_cfg_set_integer_list_boolean() argument
231 g_key_file_set_integer_list(cfgdata, in mod_cfg_set_integer_list_boolean()
237 g_key_file_remove_key(cfgdata, cfgsection, cfgkey, NULL); in mod_cfg_set_integer_list_boolean()
H A Dgtk-sat-module-popup.c476 if (g_key_file_has_key(GTK_SAT_MODULE(module)->cfgdata, in docking_state_cb()
488 if (g_key_file_has_key(GTK_SAT_MODULE(module)->cfgdata, in docking_state_cb()
537 g_key_file_has_key(GTK_SAT_MODULE(module)->cfgdata, in docking_state_cb()
541 g_key_file_has_key(GTK_SAT_MODULE(module)->cfgdata, in docking_state_cb()
564 g_key_file_set_integer(GTK_SAT_MODULE(module)->cfgdata, in docking_state_cb()
611 g_key_file_set_integer(GTK_SAT_MODULE(module)->cfgdata, in docking_state_cb()
739 g_key_file_has_key(GTK_SAT_MODULE(module)->cfgdata, in screen_state_cb()
741 && g_key_file_has_key(GTK_SAT_MODULE(module)->cfgdata, in screen_state_cb()
758 g_key_file_set_integer(GTK_SAT_MODULE(module)->cfgdata, in screen_state_cb()
1221 g_key_file_set_integer(module->cfgdata, MOD_CFG_GLOBAL_SECTION, in module_window_config_cb()
[all …]
H A Dgtk-sat-module.c140 mod_cfg_save(module->name, module->cfgdata); in gtk_sat_module_destroy()
290 view = gtk_sat_list_new(module->cfgdata, in create_view()
295 view = gtk_sat_map_new(module->cfgdata, in create_view()
849 module->cfgdata = g_key_file_new(); in gtk_sat_module_read_cfg_data()
856 g_key_file_free(module->cfgdata); in gtk_sat_module_read_cfg_data()
857 module->cfgdata = NULL; in gtk_sat_module_read_cfg_data()
879 buffer = mod_cfg_get_str(module->cfgdata, in gtk_sat_module_read_cfg_data()
894 g_key_file_remove_key(module->cfgdata, in gtk_sat_module_read_cfg_data()
928 buffer = mod_cfg_get_str(module->cfgdata, in gtk_sat_module_read_cfg_data()
1011 if (module->cfgdata == NULL) in gtk_sat_module_new()
[all …]
H A Dmod-mgr.c338 GTK_SAT_MODULE(module)->cfgdata); in mod_mgr_save_state()
609 if (g_key_file_has_key(GTK_SAT_MODULE(module)->cfgdata, in create_module_window()
612 w = g_key_file_get_integer(GTK_SAT_MODULE(module)->cfgdata, in create_module_window()
620 if (g_key_file_has_key(GTK_SAT_MODULE(module)->cfgdata, in create_module_window()
623 h = g_key_file_get_integer(GTK_SAT_MODULE(module)->cfgdata, in create_module_window()
663 g_key_file_has_key(GTK_SAT_MODULE(module)->cfgdata, in create_module_window()
667 g_key_file_has_key(GTK_SAT_MODULE(module)->cfgdata, in create_module_window()
672 g_key_file_get_integer(GTK_SAT_MODULE(module)->cfgdata, in create_module_window()
675 g_key_file_get_integer(GTK_SAT_MODULE(module)->cfgdata, in create_module_window()
H A Dgtk-polar-view.c55 mod_cfg_set_integer_list_boolean(pv->cfgdata, in gtk_polar_view_store_showtracks()
59 mod_cfg_set_integer_list_boolean(pv->cfgdata, in gtk_polar_view_store_showtracks()
68 mod_cfg_get_integer_list_boolean(pv->cfgdata, in gtk_polar_view_load_showtracks()
73 mod_cfg_get_integer_list_boolean(pv->cfgdata, in gtk_polar_view_load_showtracks()
607 col = mod_cfg_get_int(polv->cfgdata, in create_canvas_model()
656 col = mod_cfg_get_int(polv->cfgdata, in create_canvas_model()
700 col = mod_cfg_get_int(polv->cfgdata, in create_canvas_model()
761 polv->cfgdata = cfgdata; in gtk_polar_view_new()
1447 col = mod_cfg_get_int(pv->cfgdata, in create_time_tick()
1572 col = mod_cfg_get_int(pv->cfgdata, in gtk_polar_view_create_track()
[all …]
H A Dmod-cfg.h13 mod_cfg_status_t mod_cfg_edit(gchar * modname, GKeyFile * cfgdata,
15 mod_cfg_status_t mod_cfg_save(gchar * modname, GKeyFile * cfgdata);
/dports/lang/python37/Python-3.7.12/Lib/distutils/command/
H A Dbdist_wininst.py247 cfgdata = self.get_inidata()
264 if isinstance(cfgdata, str):
265 cfgdata = cfgdata.encode("mbcs")
268 cfgdata = cfgdata + b"\0"
276 cfgdata = cfgdata + script_data + b"\n\0"
279 cfgdata = cfgdata + b"\0"
280 file.write(cfgdata)
289 len(cfgdata), # length
/dports/lang/python-legacy/Python-2.7.18/Lib/distutils/command/
H A Dbdist_wininst.py259 cfgdata = self.get_inidata()
281 if isinstance(cfgdata, unicode):
282 cfgdata = cfgdata.encode("mbcs")
285 cfgdata = cfgdata + "\0"
288 cfgdata = cfgdata + script_data + "\n\0"
291 cfgdata = cfgdata + "\0"
292 file.write(cfgdata)
301 len(cfgdata), # length
/dports/lang/python27/Python-2.7.18/Lib/distutils/command/
H A Dbdist_wininst.py259 cfgdata = self.get_inidata()
281 if isinstance(cfgdata, unicode):
282 cfgdata = cfgdata.encode("mbcs")
285 cfgdata = cfgdata + "\0"
288 cfgdata = cfgdata + script_data + "\n\0"
291 cfgdata = cfgdata + "\0"
292 file.write(cfgdata)
301 len(cfgdata), # length
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/distutils/command/
H A Dbdist_wininst.py259 cfgdata = self.get_inidata()
281 if isinstance(cfgdata, unicode):
282 cfgdata = cfgdata.encode("mbcs")
285 cfgdata = cfgdata + "\0"
288 cfgdata = cfgdata + script_data + "\n\0"
291 cfgdata = cfgdata + "\0"
292 file.write(cfgdata)
301 len(cfgdata), # length
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
H A Dbdist_wininst.py255 cfgdata = self.get_inidata()
277 if isinstance(cfgdata, unicode):
278 cfgdata = cfgdata.encode("mbcs")
281 cfgdata = cfgdata + "\0"
284 cfgdata = cfgdata + script_data + "\n\0"
287 cfgdata = cfgdata + "\0"
288 file.write(cfgdata)
297 len(cfgdata), # length
/dports/databases/py-gdbm/Python-3.8.12/Lib/distutils/command/
H A Dbdist_wininst.py255 cfgdata = self.get_inidata()
273 if isinstance(cfgdata, str):
274 cfgdata = cfgdata.encode("mbcs")
277 cfgdata = cfgdata + b"\0"
285 cfgdata = cfgdata + script_data + b"\n\0"
288 cfgdata = cfgdata + b"\0"
289 file.write(cfgdata)
298 len(cfgdata), # length
/dports/finance/electrum/Electrum-4.1.5/packages/setuptools/_distutils/command/
H A Dbdist_wininst.py255 cfgdata = self.get_inidata()
273 if isinstance(cfgdata, str):
274 cfgdata = cfgdata.encode("mbcs")
277 cfgdata = cfgdata + b"\0"
285 cfgdata = cfgdata + script_data + b"\n\0"
288 cfgdata = cfgdata + b"\0"
289 file.write(cfgdata)
298 len(cfgdata), # length
/dports/lang/python38/Python-3.8.12/Lib/distutils/command/
H A Dbdist_wininst.py255 cfgdata = self.get_inidata()
273 if isinstance(cfgdata, str):
274 cfgdata = cfgdata.encode("mbcs")
277 cfgdata = cfgdata + b"\0"
285 cfgdata = cfgdata + script_data + b"\n\0"
288 cfgdata = cfgdata + b"\0"
289 file.write(cfgdata)
298 len(cfgdata), # length
/dports/lang/python-tools/Python-3.8.12/Lib/distutils/command/
H A Dbdist_wininst.py255 cfgdata = self.get_inidata()
273 if isinstance(cfgdata, str):
274 cfgdata = cfgdata.encode("mbcs")
277 cfgdata = cfgdata + b"\0"
285 cfgdata = cfgdata + script_data + b"\n\0"
288 cfgdata = cfgdata + b"\0"
289 file.write(cfgdata)
298 len(cfgdata), # length
/dports/lang/python39/Python-3.9.9/Lib/distutils/command/
H A Dbdist_wininst.py255 cfgdata = self.get_inidata()
273 if isinstance(cfgdata, str):
274 cfgdata = cfgdata.encode("mbcs")
277 cfgdata = cfgdata + b"\0"
285 cfgdata = cfgdata + script_data + b"\n\0"
288 cfgdata = cfgdata + b"\0"
289 file.write(cfgdata)
298 len(cfgdata), # length
/dports/databases/py-sqlite3/Python-3.8.12/Lib/distutils/command/
H A Dbdist_wininst.py255 cfgdata = self.get_inidata()
273 if isinstance(cfgdata, str):
274 cfgdata = cfgdata.encode("mbcs")
277 cfgdata = cfgdata + b"\0"
285 cfgdata = cfgdata + script_data + b"\n\0"
288 cfgdata = cfgdata + b"\0"
289 file.write(cfgdata)
298 len(cfgdata), # length
/dports/www/firefox/firefox-99.0/third_party/python/setuptools/setuptools/_distutils/command/
H A Dbdist_wininst.py255 cfgdata = self.get_inidata()
273 if isinstance(cfgdata, str):
274 cfgdata = cfgdata.encode("mbcs")
277 cfgdata = cfgdata + b"\0"
285 cfgdata = cfgdata + script_data + b"\n\0"
288 cfgdata = cfgdata + b"\0"
289 file.write(cfgdata)
298 len(cfgdata), # length
/dports/devel/py-setuptools/setuptools-57.0.0/setuptools/_distutils/command/
H A Dbdist_wininst.py255 cfgdata = self.get_inidata()
273 if isinstance(cfgdata, str):
274 cfgdata = cfgdata.encode("mbcs")
277 cfgdata = cfgdata + b"\0"
285 cfgdata = cfgdata + script_data + b"\n\0"
288 cfgdata = cfgdata + b"\0"
289 file.write(cfgdata)
298 len(cfgdata), # length
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/distutils/command/
H A Dbdist_wininst.py255 cfgdata = self.get_inidata()
273 if isinstance(cfgdata, str):
274 cfgdata = cfgdata.encode("mbcs")
277 cfgdata = cfgdata + b"\0"
285 cfgdata = cfgdata + script_data + b"\n\0"
288 cfgdata = cfgdata + b"\0"
289 file.write(cfgdata)
298 len(cfgdata), # length
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/drivers/pci/
H A Dpci_msc01.c33 void *cfgdata = msc01->base + MSC01_PCI_CFGDATA_OFS; in msc01_config_access() local
50 __raw_writel(*data, cfgdata); in msc01_config_access()
52 *data = __raw_readl(cfgdata); in msc01_config_access()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/pci/
H A Dpci_msc01.c33 void *cfgdata = msc01->base + MSC01_PCI_CFGDATA_OFS; in msc01_config_access() local
50 __raw_writel(*data, cfgdata); in msc01_config_access()
52 *data = __raw_readl(cfgdata); in msc01_config_access()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/pci/
H A Dpci_msc01.c33 void *cfgdata = msc01->base + MSC01_PCI_CFGDATA_OFS; in msc01_config_access() local
50 __raw_writel(*data, cfgdata); in msc01_config_access()
52 *data = __raw_readl(cfgdata); in msc01_config_access()

12345678