Searched refs:parse_ulong (Results 1 – 2 of 2) sorted by relevance
297 int parse_ulong(const char *buffer, size_t count, unsigned long *result, int base) in parse_ulong() function327 return parse_ulong(buffer, sizeof(buffer), result, base); in read_ulong()
51 int parse_ulong(const char *buffer, size_t count, unsigned long *result, int base);