Searched refs:parse_long (Results 1 – 2 of 2) sorted by relevance
288 int parse_long(const char *buffer, size_t count, long *result, int base) in parse_long() function315 return parse_long(buffer, sizeof(buffer), result, base); in read_long()
50 int parse_long(const char *buffer, size_t count, long *result, int base);