Home
last modified time | relevance | path

Searched refs:double_ptr (Results 1 – 2 of 2) sorted by relevance

/openbmc/ipmitool/lib/
H A Dhelper.c158 int str2double(const char * str, double * double_ptr) in str2double() argument
161 if (!str || !double_ptr) in str2double()
164 *double_ptr = 0; in str2double()
166 *double_ptr = strtod(str, &end_ptr); in str2double()
/openbmc/ipmitool/include/ipmitool/
H A Dhelper.h76 int str2double(const char * str, double * double_ptr);