Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dhelper.c239 int str2int(const char * str, int32_t * int_ptr) in str2int() argument
243 if (!str || !int_ptr) in str2int()
247 *int_ptr = 0; in str2int()
254 *int_ptr = (int32_t)arg_long; in str2int()
/openbmc/ipmitool/include/ipmitool/
H A Dhelper.h79 int str2int(const char * str, int32_t * int_ptr);