Searched refs:ulng_ptr (Results 1 – 2 of 2) sorted by relevance
381 int str2ulong(const char * str, uint64_t * ulng_ptr) in str2ulong() argument384 if (!str || !ulng_ptr) in str2ulong()387 *ulng_ptr = 0; in str2ulong()389 *ulng_ptr = strtoul(str, &end_ptr, 0); in str2ulong()
78 int str2ulong(const char * str, uint64_t * ulng_ptr);