Home
last modified time | relevance | path

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

/openbmc/ipmitool/lib/
H A Dhelper.c212 int str2ulong(const char * str, uint64_t * ulng_ptr) in str2ulong() function
273 if ( (rc = str2ulong(str, &arg_ulong)) != 0) { in str2uint()
327 if ( (rc = str2ulong(str, &arg_ulong)) != 0 ) { in str2ushort()
380 if ( (rc = str2ulong(str, &arg_ulong)) != 0 ) { in str2uchar()
/openbmc/ipmitool/include/ipmitool/
H A Dhelper.h78 int str2ulong(const char * str, uint64_t * ulng_ptr);