Home
last modified time | relevance | path

Searched refs:end_ptr (Results 1 – 1 of 1) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/programs/x509/
Dcert_write.c259 char *end_ptr = NULL; in parse_serial_decimal_format() local
262 dec = strtoull(ibuf, &end_ptr, 10); in parse_serial_decimal_format()
264 if ((errno != 0) || (end_ptr == ibuf)) { in parse_serial_decimal_format()