Searched refs:decimal_point_len (Results 1 – 1 of 1) sorted by relevance
622 int decimal_point_len; in ascii_strtod() local635 decimal_point_len = strlen (decimal_point); in ascii_strtod()636 _dbus_assert (decimal_point_len != 0); in ascii_strtod()709 copy = dbus_malloc (end - nptr + 1 + decimal_point_len); in ascii_strtod()714 memcpy (c, decimal_point, decimal_point_len); in ascii_strtod()715 c += decimal_point_len; in ascii_strtod()725 fail_pos = (char *)nptr + (fail_pos - copy) - (decimal_point_len - 1); in ascii_strtod()