Home
last modified time | relevance | path

Searched refs:lc_numeric_T (Results 1 – 5 of 5) sorted by relevance

/freebsd-src/lib/libc/locale/
H A Dlnumeric.c41 #define LCNUMERIC_SIZE (sizeof(struct lc_numeric_T) / sizeof(char *))
45 static const struct lc_numeric_T _C_numeric_locale = {
67 struct lc_numeric_T *l = &loc->locale; in numeric_load_locale()
110 struct lc_numeric_T *
115 (struct lc_numeric_T *)&_C_numeric_locale); in __get_current_numeric_locale()
H A Dlnumeric.h38 struct lc_numeric_T { struct
46 struct lc_numeric_T locale; argument
49 struct lc_numeric_T *__get_current_numeric_locale(locale_t loc);
H A Dlocaleconv.c96 struct lc_numeric_T * nptr; in localeconv_l()
/freebsd-src/usr.bin/localedef/bootstrap/
H A Dlmonetary.h37 #define lc_numeric_T localedef_bootstrap_lc_numeric_T macro
/freebsd-src/usr.bin/localedef/
H A Dnumeric.c45 static struct lc_numeric_T numeric;