Home | History | Annotate | Download | only in stdio

Lines Matching full:decimal_point

305 	char *decimal_point = NULL;
984 if (decimal_point == NULL)
985 decimal_point = nl_langinfo(RADIXCHAR);
990 PRINT(decimal_point, 1);
999 PRINT(decimal_point, 1);
1005 buf[1] = *decimal_point;