Searched refs:str2ulong (Results 1 – 2 of 2) sorted by relevance
212 int str2ulong(const char * str, uint64_t * ulng_ptr) in str2ulong() function273 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()
78 int str2ulong(const char * str, uint64_t * ulng_ptr);