Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dhelper.c293 int str2short(const char * str, int16_t * shrt_ptr) in str2short() argument
297 if (!str || !shrt_ptr) in str2short()
301 *shrt_ptr = 0; in str2short()
308 *shrt_ptr = (int16_t)arg_long; in str2short()
/openbmc/ipmitool/include/ipmitool/
H A Dhelper.h81 int str2short(const char * str, int16_t * shrt_ptr);