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

  /src/lib/libc/locale/
localeconv.c 44 return localeconv_l(_current_locale());
48 localeconv_l(locale_t loc) function in typeref:struct:lconv *
  /src/distrib/utils/libhack/
localeconv.c 52 localeconv_l(locale_t loc) function in typeref:struct:lconv *
  /src/include/
locale.h 106 struct lconv *localeconv_l(locale_t);
  /src/lib/libc/gdtoa/
gethex.c 50 const char *decimalpoint = localeconv_l(loc)->decimal_point;
strtodg.c 343 char *decimalpoint = localeconv_l(loc)->decimal_point;
strtod.c 115 char *decimalpoint = localeconv_l(loc)->decimal_point;
  /src/lib/libc/stdlib/
strfmon.c 139 lc = localeconv_l(loc);
  /src/lib/libc/stdio/
vfscanf.c 970 char decpt = *localeconv_l(loc)->decimal_point;
vfwscanf.c 772 wchar_t decpt = (wchar_t)(unsigned char)*localeconv_l(loc)->decimal_point;
vfwprintf.c 827 decimal_point = localeconv_l(loc)->decimal_point;
923 thousands_sep = *(localeconv_l(loc)->thousands_sep);
924 grouping = localeconv_l(loc)->grouping;

Completed in 21 milliseconds