Home
last modified time | relevance | path

Searched refs:_CurrentNumericLocale (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/lib/libc/locale/
Dlocaleconv.c58 ret.decimal_point = (char *) _CurrentNumericLocale->decimal_point; in localeconv()
59 ret.thousands_sep = (char *) _CurrentNumericLocale->thousands_sep; in localeconv()
60 ret.grouping = (char *) _CurrentNumericLocale->grouping; in localeconv()
Dnl_langinfo.c84 s = _CurrentNumericLocale->decimal_point; in nl_langinfo()
87 s = _CurrentNumericLocale->thousands_sep; in nl_langinfo()
D_def_numeric.c17 const _NumericLocale *_CurrentNumericLocale = &_DefaultNumericLocale; variable
/openbsd/src/lib/libc/include/
Dlocaledef.h100 extern const _NumericLocale *_CurrentNumericLocale;