Home
last modified time | relevance | path

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

/coreutils/src/
Dnumfmt.c207 static int decimal_point_length; variable
517 && ! 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()