Home
last modified time | relevance | path

Searched refs:cfg_getfloat (Results 1 – 12 of 12) sorted by relevance

/dports/devel/libconfuse/confuse-3.3/tests/
H A Dsuite_single.c180 fail_unless(cfg_getfloat(cfg, "float") == 0.42); in single_float_test()
181 fail_unless(cfg_getnfloat(cfg, "float", 0) == cfg_getfloat(cfg, "float")); in single_float_test()
185 fail_unless(cfg_getfloat(cfg, "float") == -46.777); in single_float_test()
187 fail_unless(cfg_getfloat(cfg, "float") == 5.1234e2); in single_float_test()
190 fail_unless(cfg_getfloat(cfg, "float") == 4.2); in single_float_test()
193 fail_unless(cfg_getfloat(cfg, "float") == 4.2); in single_float_test()
265 fail_unless(cfg_getfloat(subsec, "subsubfloat") == 19923.1234); in single_section_test()
H A Dsuite_list.c147 fail_unless(cfg_getfloat(cfg, "float") == 0.42); in list_float_test()
/dports/net/bmon/bmon-4.0/src/
H A Dconf.c249 interval = cfg_getfloat(history, "interval"); in configfile_read_history()
254 interval = cfg_getfloat(cfg, "read_interval"); in configfile_read_history()
628 cfg_read_interval = cfg_getfloat(cfg, "read_interval"); in conf_init_post()
629 cfg_rate_interval = cfg_getfloat(cfg, "rate_interval"); in conf_init_post()
630 cfg_rate_variance = cfg_getfloat(cfg, "variance") * cfg_rate_interval; in conf_init_post()
631 cfg_history_variance = cfg_getfloat(cfg, "history_variance"); in conf_init_post()
668 (cfg_getfloat(cfg, "lifetime") / cfg_getfloat(cfg, "read_interval")); in get_lifecycles()
/dports/devel/libconfuse/confuse-3.3/examples/
H A Dwincfgtest.c70 CFG_GETFLOAT_FPTR cfg_getfloat; in main() local
83 cfg_getfloat = (CFG_GETFLOAT_FPTR)GetProcAddress(hinstLib, DLLSYM("cfg_getfloat")); in main()
92 cfg_getint(cfg, "number"), cfg_getfloat(cfg, "float")); in main()
/dports/x11/i3status/i3status-2.14/
H A Di3status.c797 .low_threshold = cfg_getfloat(sec, "low_threshold"), in main()
811 .max_threshold = cfg_getfloat(sec, "max_threshold"), in main()
926 .max_threshold = cfg_getfloat(sec, "max_threshold"), in main()
927 .degraded_threshold = cfg_getfloat(sec, "degraded_threshold"), in main()
/dports/games/openomf/openomf-c36c421/src/utils/
H A Dconfig.c102 return cfg_getfloat(cfg, name); in conf_float()
/dports/net-mgmt/nsca-ng/nsca-ng-1.6/src/server/
H A Dnsca-ng.c199 cfg_getfloat(cfg, "timeout")); in main()
/dports/net-mgmt/nsca-ng-client/nsca-ng-1.6/src/server/
H A Dnsca-ng.c199 cfg_getfloat(cfg, "timeout")); in main()
/dports/x11/tilda/tilda-tilda-1.5.0/src/
H A Dconfigsys.c320 temp = cfg_getfloat (tc, key); in config_getdouble()
/dports/devel/libconfuse/confuse-3.3/src/
H A Dconfuse.h773 DLLIMPORT double __export cfg_getfloat(cfg_t *cfg, const char *name);
H A Dconfuse.c469 DLLIMPORT double cfg_getfloat(cfg_t *cfg, const char *name) in cfg_getfloat() function
/dports/sysutils/ganglia-monitor-core/ganglia-3.7.2/gmond/
H A Dgmond.c2593 float value_threshold = cfg_getfloat( metric_cfg, "value_threshold"); in setup_metric_info()
2704 float value_threshold = cfg_getfloat( metric, "value_threshold"); in setup_collection_groups()