Searched refs:strtof_l (Results 1 - 9 of 9) sorted by relevance

/barrelfish-master/lib/gdtoa/
H A Dstrtof.c38 strtof_l(s, sp, loc) CONST char *s; char **sp; locale_t loc; function
40 strtof_l(CONST char *s, char **sp, locale_t loc)
92 return strtof_l(s, sp, __get_locale());
/barrelfish-master/include/xlocale/
H A D_stdlib.h47 float strtof_l(const char *, char **, locale_t);
/barrelfish-master/include/cxx/support/android/
H A Dlocale_bionic.h42 inline _LIBCPP_INLINE_VISIBILITY float strtof_l(const char* __nptr, char** __endptr, function
/barrelfish-master/lib/libc/locale/
H A Dwcstof.c70 val = strtof_l(buf, &end, locale);
/barrelfish-master/include/cxx/support/solaris/
H A Dxlocale.h56 float strtof_l(const char *__nptr, char **__endptr, function
/barrelfish-master/include/cxx/support/xlocale/
H A D__strtonum_fallback.h22 inline _LIBCPP_INLINE_VISIBILITY float strtof_l(const char *nptr, function
/barrelfish-master/include/cxx/support/win32/
H A Dlocale_win32.h136 #define strtof_l _strtof_l macro
139 float strtof_l(const char*, char**, locale_t);
/barrelfish-master/lib/cxx/cxx/support/win32/
H A Dlocale_win32.cpp120 float strtof_l(const char* nptr, char** endptr, locale_t loc) { function
/barrelfish-master/lib/libc/stdio/
H A Dvfscanf.c792 float res = strtof_l(buf, NULL, locale);

Completed in 58 milliseconds