Home
last modified time | relevance | path

Searched refs:CONFIG_TRUE (Results 1 – 25 of 37) sorted by relevance

12

/dports/devel/libconfig/libconfig-1.7.2/lib/
H A Dlibconfig.c527 return(CONFIG_TRUE); in __config_validate_name()
713 return(CONFIG_TRUE); in config_write_file()
1025 return(CONFIG_TRUE); in config_setting_lookup_string()
1041 return(CONFIG_TRUE); in config_setting_lookup_bool()
1163 return(CONFIG_TRUE); in config_setting_set_bool()
1186 return(CONFIG_TRUE); in config_setting_set_string()
1200 return(CONFIG_TRUE); in config_setting_set_format()
1265 return(CONFIG_TRUE); in config_lookup_string()
1316 return(CONFIG_TRUE); in config_lookup_bool()
1674 return(CONFIG_TRUE); in config_setting_remove()
[all …]
H A Dlibconfig.h69 #define CONFIG_TRUE (1) macro
278 ((S)->parent ? CONFIG_FALSE : CONFIG_TRUE)
H A Dlibconfigcpp.c++359 config_set_option(_config, (int)option, flag ? CONFIG_TRUE : CONFIG_FALSE); in setOption()
366 return(config_get_option(_config, (int)option) == CONFIG_TRUE); in getOption()
/dports/x11/xob/xob-0.3/src/
H A Dconf.c36 success_status = CONFIG_TRUE; in config_setting_lookup_float_or_int()
41 success_status = CONFIG_TRUE; in config_setting_lookup_float_or_int()
65 success_status = CONFIG_TRUE; in config_setting_lookup_dim()
133 success_status = CONFIG_TRUE; in config_setting_lookup_color()
180 success_status = CONFIG_TRUE; in config_setting_lookup_overflowmode()
185 success_status = CONFIG_TRUE; in config_setting_lookup_overflowmode()
212 success_status = CONFIG_TRUE; in config_setting_lookup_orientation()
217 success_status = CONFIG_TRUE; in config_setting_lookup_orientation()
/dports/x11/compton-conf/compton-conf-0.16.0/
H A Dmaindialog.cpp69 …shadowColor_.setRedF(config_lookup_float(&config_, "shadow-red", &color) == CONFIG_TRUE ? color :… in MainDialog()
70 …shadowColor_.setGreenF(config_lookup_float(&config_, "shadow-green", &color) == CONFIG_TRUE ? colo… in MainDialog()
71 …shadowColor_.setBlueF(config_lookup_float(&config_, "shadow-blue", &color) == CONFIG_TRUE ? color … in MainDialog()
85 if(config_lookup_bool(&config_, keyName.constData(), &val) == CONFIG_TRUE) in MainDialog()
91 if(config_lookup_float(&config_, keyName.constData(), &val) == CONFIG_TRUE) in MainDialog()
97 if(config_lookup_int(&config_, keyName.constData(), &val) == CONFIG_TRUE) in MainDialog()
106 if(config_lookup_string(&config_, groupKeyName.constData(), &val) == CONFIG_TRUE) in MainDialog()
113 if(config_lookup_bool(&config_, keyName.constData(), &val) == CONFIG_TRUE) in MainDialog()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/callgrind/
H A Dclo.c43 #define CONFIG_TRUE 1 macro
321 fn->dump_before = (fnc->dump_before == CONFIG_TRUE); in update_fn_config1()
324 fn->dump_after = (fnc->dump_after == CONFIG_TRUE); in update_fn_config1()
327 fn->zero_before = (fnc->zero_before == CONFIG_TRUE); in update_fn_config1()
333 fn->skip = (fnc->skip == CONFIG_TRUE); in update_fn_config1()
433 fnc->skip = CONFIG_TRUE; in CLG_()
438 fnc->dump_before = CONFIG_TRUE; in CLG_()
443 fnc->zero_before = CONFIG_TRUE; in CLG_()
448 fnc->dump_after = CONFIG_TRUE; in CLG_()
453 fnc->toggle_collect = CONFIG_TRUE; in CLG_()
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/callgrind/
H A Dclo.c43 #define CONFIG_TRUE 1 macro
321 fn->dump_before = (fnc->dump_before == CONFIG_TRUE); in update_fn_config1()
324 fn->dump_after = (fnc->dump_after == CONFIG_TRUE); in update_fn_config1()
327 fn->zero_before = (fnc->zero_before == CONFIG_TRUE); in update_fn_config1()
333 fn->skip = (fnc->skip == CONFIG_TRUE); in update_fn_config1()
433 fnc->skip = CONFIG_TRUE; in CLG_()
438 fnc->dump_before = CONFIG_TRUE; in CLG_()
443 fnc->zero_before = CONFIG_TRUE; in CLG_()
448 fnc->dump_after = CONFIG_TRUE; in CLG_()
453 fnc->toggle_collect = CONFIG_TRUE; in CLG_()
[all …]
/dports/irc/srain/srain-1.1.0/src/config/
H A Dreader.c330 if (config_setting_lookup_string_ex(server, "name", &name) != CONFIG_TRUE) { in read_server_config_list_from_cfg()
529 if (config_setting_lookup_string(chat, "name", &name) != CONFIG_TRUE){ in read_chat_config_from_chat_list()
651 if (ret == CONFIG_TRUE){ in config_lookup_string_ex()
674 if (ret == CONFIG_TRUE){ in config_setting_lookup_string_ex()
692 if (ret == CONFIG_TRUE){ in config_lookup_bool_ex()
716 if (ret == CONFIG_TRUE){ in config_setting_lookup_bool_ex()
/dports/security/razorback-api/api-0.5.0/src/
H A Dconfig_file.c229 if (config_read_file (&file->config, configfile) != CONFIG_TRUE) in readMyConfig()
1109 int status = CONFIG_TRUE; in parseBlock()
1135 if (status != CONFIG_TRUE) in parseBlock()
1148 if (status != CONFIG_TRUE) in parseBlock()
1163 if (status != CONFIG_TRUE) in parseBlock()
1204 if (status != CONFIG_TRUE) in parseBlock()
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/tools/marvell/doimage/
H A Ddoimage.c662 if (config_read_file(&sec_cfg, filename) != CONFIG_TRUE) { in parse_sec_config_file()
679 &cfg_string) != CONFIG_TRUE) { in parse_sec_config_file()
690 &cfg_string) == CONFIG_TRUE) { in parse_sec_config_file()
727 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
735 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
744 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
752 if (config_lookup_int(&sec_cfg, "box_id", &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
761 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
770 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/tools/marvell/doimage/
H A Ddoimage.c662 if (config_read_file(&sec_cfg, filename) != CONFIG_TRUE) { in parse_sec_config_file()
679 &cfg_string) != CONFIG_TRUE) { in parse_sec_config_file()
690 &cfg_string) == CONFIG_TRUE) { in parse_sec_config_file()
727 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
735 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
744 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
752 if (config_lookup_int(&sec_cfg, "box_id", &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
761 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
770 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/tools/marvell/doimage/
H A Ddoimage.c662 if (config_read_file(&sec_cfg, filename) != CONFIG_TRUE) { in parse_sec_config_file()
679 &cfg_string) != CONFIG_TRUE) { in parse_sec_config_file()
690 &cfg_string) == CONFIG_TRUE) { in parse_sec_config_file()
727 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
735 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
744 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
752 if (config_lookup_int(&sec_cfg, "box_id", &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
761 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
770 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/tools/marvell/doimage/
H A Ddoimage.c662 if (config_read_file(&sec_cfg, filename) != CONFIG_TRUE) { in parse_sec_config_file()
679 &cfg_string) != CONFIG_TRUE) { in parse_sec_config_file()
690 &cfg_string) == CONFIG_TRUE) { in parse_sec_config_file()
727 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
735 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
744 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
752 if (config_lookup_int(&sec_cfg, "box_id", &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
761 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
770 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/tools/marvell/doimage/
H A Ddoimage.c662 if (config_read_file(&sec_cfg, filename) != CONFIG_TRUE) { in parse_sec_config_file()
679 &cfg_string) != CONFIG_TRUE) { in parse_sec_config_file()
690 &cfg_string) == CONFIG_TRUE) { in parse_sec_config_file()
727 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
735 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
744 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
752 if (config_lookup_int(&sec_cfg, "box_id", &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
761 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
770 &cfg_int32) != CONFIG_TRUE) { in parse_sec_config_file()
/dports/audio/umurmur/umurmur-0.2.17/src/
H A Dconf.c57 if (config_read_file(&configuration, conffile) != CONFIG_TRUE) {
69 if (config_read_file(&configuration, conffile) != CONFIG_TRUE) {
/dports/net/seda/seda-release-20020712/seda/src/seda/sandStorm/main/
H A DSandstormConfig.java61 public static final String CONFIG_TRUE = "true"; field in SandstormConfig
102 "global.aSocket.enable", CONFIG_TRUE,
111 "global.aDisk.threadPool.sizeController.enable", CONFIG_TRUE,
276 putVal(root, key, (val)?(CONFIG_TRUE):(CONFIG_FALSE)); in putBoolean()
/dports/databases/zabbix3-libzbxpgsql/libzbxpgsql-1.1.0/src/
H A Dpg_config.c145 if (CONFIG_TRUE != (config_read_file(&cfg, cfgfile))) { in read_config()
/dports/net/sslh/sslh-1.21c/
H A Dsslh-conf.c104 #define CONFIG_TRUE 1 macro
150 return CONFIG_TRUE; in config_read_file()
1144 if (lookup_fn(cfg, name, ((char*)target) + desc->offset) == CONFIG_TRUE) in lookup_typed_ud()
1145 return CONFIG_TRUE; in lookup_typed_ud()
1249 if (lookup_typed_ud(cfg, target, desc) != CONFIG_TRUE) { in read_block_setval()
/dports/sysutils/toybox/toybox-0.8.5/kconfig/
H A Dmacos_miniconfig67 CONFIG_TRUE=y
H A Dfreebsd_miniconfig57 CONFIG_TRUE=y
/dports/devel/libconfig/libconfig-1.7.2/contrib/
H A Dcopy_setting.c99 return CONFIG_TRUE; in config_setting_copy()
/dports/devel/libconfig/libconfig-1.7.2/contrib/ls-config/src/
H A Dls-config.c912 if(ibuffer == CONFIG_TRUE) { in read_config()
967 if(ibuffer == CONFIG_TRUE) { in read_config()
1048 if(ibuffer == CONFIG_TRUE) { in read_config()
/dports/devel/libconfig/libconfig-1.7.2/doc/
H A Dlibconfig.texi703 The boolean values @code{CONFIG_TRUE} and @code{CONFIG_FALSE} are
734 @code{CONFIG_TRUE} on success, or @code{CONFIG_FALSE} on failure; the
745 @code{CONFIG_TRUE} on success, or @code{CONFIG_FALSE} on failure; the
755 @code{CONFIG_TRUE} on success, or @code{CONFIG_FALSE} on failure; the
771 @var{filename}. It returns @code{CONFIG_TRUE} on success, or
1014 the setting at @var{value} and return @code{CONFIG_TRUE} on
1066 @var{value}. On success, they return @code{CONFIG_TRUE}. If
1082 @var{value} and return @code{CONFIG_TRUE} on success. If the setting
1112 @code{config_setting_set_format()} returns @code{CONFIG_TRUE} on
1274 @code{CONFIG_TRUE} or @code{CONFIG_FALSE}.
[all …]
/dports/net-im/toxic/toxic-0.11.3/src/
H A Dsettings.c556 … if ((config_setting_lookup_string(setting, sound_strings.notif_error, &str) != CONFIG_TRUE) || in settings_load()
/dports/net-im/telegram-cli/tg-20200106/
H A Dmain.c331 if (config_read_file (&conf, config_filename) != CONFIG_TRUE) { in parse_config()

12