Searched refs:decimal_point_length (Results 1 – 1 of 1) sorted by relevance
207 static int decimal_point_length; variable517 && ! STREQ_LEN (*endptr, decimal_point, decimal_point_length)) in simple_strtod_int()560 if (STREQ_LEN (*endptr, decimal_point, decimal_point_length)) in simple_strtod_float()566 (*endptr) += decimal_point_length; in simple_strtod_float()1454 decimal_point_length = strlen (decimal_point); in main()