Searched refs:end_ptr (Results 1 – 1 of 1) sorted by relevance
257 char *end_ptr = NULL; in parse_serial_decimal_format() local260 dec = strtoull(ibuf, &end_ptr, 10); in parse_serial_decimal_format()262 if ((errno != 0) || (end_ptr == ibuf)) { in parse_serial_decimal_format()
Completed in 40 milliseconds