Searched defs:parse_uint (Results 1 – 3 of 3) sorted by relevance
279 int parse_uint(const char *buffer, size_t count, unsigned int *result, int base) in parse_uint() function
816 int parse_uint(const char *s, const char **endptr, int base, uint64_t *value) in parse_uint() function
476 static char *parse_uint(char *s, unsigned int *val) in parse_uint() function