OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strtod_l
(Results
1 - 7
of
7
) sorted by relevancy
/src/lib/libc/locale/
wcstod.c
49
#define _STRTOD_FUNC
strtod_l
/src/bin/sleep/
sleep.c
137
val =
strtod_l
(arg, &temp, LC_C_LOCALE);
/src/include/
stdlib.h
368
double
strtod_l
(const char * __restrict, char ** __restrict, locale_t);
/src/lib/libc/gdtoa/
strtod.c
67
__strong_alias(_strtold_l,
strtod_l
)
1113
__weak_alias(
strtod_l
, _strtod_l)
1117
strtod_l
(CONST char *s, char **sp, locale_t loc)
/src/lib/libc/stdio/
vfscanf.c
829
double res =
strtod_l
(buf, &p, loc);
/src/lib/libc/include/
namespace.h
66
#define
strtod_l
_strtod_l
macro
/src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
msan_test.cc
1821
TEST_STRTO_FLOAT_LOC(
strtod_l
, char, )
Completed in 21 milliseconds
Indexes created Fri Oct 17 09:09:57 GMT 2025