Home
last modified time | relevance | path

Searched refs:ore_bpunits (Results 1 – 4 of 4) sorted by relevance

/dports/misc/heyu2/heyu-2.10/
H A Doregon.c1436 funclabel[func], hc, unit, chstr, dbaro, configp->ore_bpunits, in translate_oregon()
2248 funclabel[func], hc, unit, chstr, dbaro, configp->ore_bpunits, in translate_ore_emu()
2490 printf("BP ---%s ", configp->ore_bpunits); in show_oregon()
2495 printf("BP "FMT_OREBP"%s ", dbaro, configp->ore_bpunits); in show_oregon()
2885 char bpunits[sizeof(config.ore_bpunits)]; in c_ore_emu()
2886 char bpinunits[sizeof(config.ore_bpunits)]; in c_ore_emu()
3026 strncpy2(bpunits, configp->ore_bpunits, sizeof(bpunits) - 1); in c_ore_emu()
3184 strcpy(conf_units, configp->ore_bpunits); in ore_maxmin_bp()
H A Dprocess.h1316 char ore_bpunits[NAME_LEN]; /* Oregon sensor barometric pressure unit name */ member
H A Dmodules.c648 (bp * configp->ore_bpscale) + configp->ore_bpoffset, configp->ore_bpunits ); in display_module_options()
653 (bp * configp->ore_bpscale) + configp->ore_bpoffset, configp->ore_bpunits ); in display_module_options()
H A Dconfig.c539 strncpy2(configp->ore_bpunits, DEF_ORE_BPUNITS, NAME_LEN - 1); in initialize_config()
2491 strncpy2(configp->ore_bpunits, tokv[0], NAME_LEN - 1); in parse_config_tail()