Home
last modified time | relevance | path

Searched refs:STRTOF_L (Results 1 – 3 of 3) sorted by relevance

/stdlib/
A Dstrtof.c33 #define STRTOF_L __wcstof_l macro
36 # define STRTOF_L __strtof_l macro
A Dstrtod.c48 # define STRTOF_L __wcstod_l macro
51 # define STRTOF_L __strtod_l macro
69 return INTERNAL(STRTOF_L) (nptr, endptr, group, _NL_CURRENT_LOCALE); in INTERNAL()
82 return INTERNAL(STRTOF_L) (nptr, endptr, 0, _NL_CURRENT_LOCALE); in libc_hidden_def()
A Dstrtold.c54 # define STRTOF_L __wcstold_l macro
57 # define STRTOF_L __strtold_l

Completed in 7 milliseconds