lc_time_T
struct lc_time_T *tptr = __get_current_time_locale(loc);
const struct lc_time_T *tptr = __get_current_time_locale(locale);
struct lc_time_T *
: (struct lc_time_T *)&_C_time_locale);
struct lc_time_T *time_locale = &l->locale;
struct lc_time_T locale;
#define LCTIME_SIZE (sizeof(struct lc_time_T) / sizeof(char *))
static const struct lc_time_T _C_time_locale = {
struct lc_time_T *__get_current_time_locale(locale_t);
static struct lc_time_T tm;