HomeSort by: relevance | last modified time | path
    Searched refs:_STRTOD_FUNC (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/locale/
wcstod.c 49 #define _STRTOD_FUNC strtod_l
wcstof.c 49 #define _STRTOD_FUNC strtof_l
wcstold.c 49 #define _STRTOD_FUNC strtold_l
_wcstod.h 39 * _STRTOD_FUNC : real conversion function
107 val = _STRTOD_FUNC(buf, &end, loc);

Completed in 14 milliseconds