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

/freebsd-10.2-release/lib/libc/locale/
H A Dlnumeric.h38 struct lc_numeric_T { struct
46 struct lc_numeric_T locale;
49 struct lc_numeric_T *__get_current_numeric_locale(locale_t loc);
H A Dlnumeric.c42 #define LCNUMERIC_SIZE (sizeof(struct lc_numeric_T) / sizeof(char *))
46 static const struct lc_numeric_T _C_numeric_locale = {
68 struct lc_numeric_T *l = &loc->locale;
108 struct lc_numeric_T *
113 : (struct lc_numeric_T *)&_C_numeric_locale);
H A Dlocaleconv.c100 struct lc_numeric_T * nptr;

Completed in 69 milliseconds