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

  /src/lib/libc/gdtoa/
strtof.c 46 _int_strtof_l(CONST char *s, char **sp, locale_t loc)
99 return _int_strtof_l(s, sp, _current_locale());
105 return _int_strtof_l(s, sp, loc);
strtof_vaxf.c 47 _int_strtof_l(CONST char *s, char **sp, locale_t loc)
86 return _int_strtof_l(s, sp, _current_locale());
92 return _int_strtof_l(s, sp, loc);

Completed in 12 milliseconds