Searched defs:decimalpoint (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dgethex.c50 unsigned char decimalpoint = *localeconv()->decimal_point; local
52 #define decimalpoint '.' macro
68 if (*s != decimalpoint)
82 if (*s == decimalpoint && !decpt) {
126 if (*--s1 == decimalpoint)

Completed in 53 milliseconds