Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-sysdeps.c623 const char *p, *decimal_point_pos; in ascii_strtod() local
638 decimal_point_pos = NULL; in ascii_strtod()
662 decimal_point_pos = p++; in ascii_strtod()
683 decimal_point_pos = p++; in ascii_strtod()
704 if (decimal_point_pos) in ascii_strtod()
712 memcpy (c, nptr, decimal_point_pos - nptr); in ascii_strtod()
713 c += decimal_point_pos - nptr; in ascii_strtod()
716 memcpy (c, decimal_point_pos + 1, end - (decimal_point_pos + 1)); in ascii_strtod()
717 c += end - (decimal_point_pos + 1); in ascii_strtod()
724 if (fail_pos > decimal_point_pos) in ascii_strtod()