Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-sysdeps.c618 char *fail_pos; in ascii_strtod() local
626 fail_pos = NULL; in ascii_strtod()
720 val = strtod (copy, &fail_pos); in ascii_strtod()
722 if (fail_pos) in ascii_strtod()
724 if (fail_pos > decimal_point_pos) in ascii_strtod()
725 fail_pos = (char *)nptr + (fail_pos - copy) - (decimal_point_len - 1); in ascii_strtod()
727 fail_pos = (char *)nptr + (fail_pos - copy); in ascii_strtod()
734 val = strtod (nptr, &fail_pos); in ascii_strtod()
737 *endptr = fail_pos; in ascii_strtod()