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

/freebsd-13-stable/usr.bin/localedef/bootstrap/
H A Dlmonetary.h39 #define lc_numeric_T localedef_bootstrap_lc_numeric_T macro
/freebsd-13-stable/lib/libc/locale/
H A Dlnumeric.h40 struct lc_numeric_T { struct
48 struct lc_numeric_T locale;
51 struct lc_numeric_T *__get_current_numeric_locale(locale_t loc);
H A Dlnumeric.c44 #define LCNUMERIC_SIZE (sizeof(struct lc_numeric_T) / sizeof(char *))
48 static const struct lc_numeric_T _C_numeric_locale = {
70 struct lc_numeric_T *l = &loc->locale;
110 struct lc_numeric_T *
115 : (struct lc_numeric_T *)&_C_numeric_locale);
H A Dlocaleconv.c102 struct lc_numeric_T * nptr;
/freebsd-13-stable/usr.bin/localedef/
H A Dnumeric.c47 static struct lc_numeric_T numeric;

Completed in 58 milliseconds