Symbol: _TimeLocale
lib/libc/citrus/citrus_lc_time.c
104
#define OFFSET(field) offsetof(_TimeLocale, field)
lib/libc/citrus/citrus_lc_time.c
154
_citrus_LC_TIME_init_normal(_TimeLocale * __restrict data,
lib/libc/citrus/citrus_lc_time.c
182
_citrus_LC_TIME_init_fallback(_TimeLocale * __restrict data,
lib/libc/citrus/citrus_lc_time.c
75
_citrus_LC_TIME_uninit(_TimeLocale *data)
lib/libc/locale/global_locale.c
86
static const _TimeLocale _DefaultTimeLocale =
lib/libc/locale/nb_lc_time_misc.h
35
#define _CATEGORY_TYPE _TimeLocale
lib/libc/locale/nb_lc_time_misc.h
45
_PREFIX(update_global)(_TimeLocale *data)
lib/libc/locale/nl_langinfo.c
108
[ D_T_FMT ] = offsetofu16(_TimeLocale, d_t_fmt),
lib/libc/locale/nl_langinfo.c
109
[ D_FMT ] = offsetofu16(_TimeLocale, d_fmt),
lib/libc/locale/nl_langinfo.c
110
[ T_FMT ] = offsetofu16(_TimeLocale, t_fmt),
lib/libc/locale/nl_langinfo.c
111
[ T_FMT_AMPM ] = offsetofu16(_TimeLocale, t_fmt_ampm),
lib/libc/locale/nl_langinfo.c
112
[ AM_STR ] = offsetofu16(_TimeLocale, am_pm[0]),
lib/libc/locale/nl_langinfo.c
113
[ PM_STR ] = offsetofu16(_TimeLocale, am_pm[1]),
lib/libc/locale/nl_langinfo.c
114
[ DAY_1 ] = offsetofu16(_TimeLocale, day[0]),
lib/libc/locale/nl_langinfo.c
115
[ DAY_2 ] = offsetofu16(_TimeLocale, day[1]),
lib/libc/locale/nl_langinfo.c
116
[ DAY_3 ] = offsetofu16(_TimeLocale, day[2]),
lib/libc/locale/nl_langinfo.c
117
[ DAY_4 ] = offsetofu16(_TimeLocale, day[3]),
lib/libc/locale/nl_langinfo.c
118
[ DAY_5 ] = offsetofu16(_TimeLocale, day[4]),
lib/libc/locale/nl_langinfo.c
119
[ DAY_6 ] = offsetofu16(_TimeLocale, day[5]),
lib/libc/locale/nl_langinfo.c
120
[ DAY_7 ] = offsetofu16(_TimeLocale, day[6]),
lib/libc/locale/nl_langinfo.c
121
[ ABDAY_1 ] = offsetofu16(_TimeLocale, abday[0]),
lib/libc/locale/nl_langinfo.c
122
[ ABDAY_2 ] = offsetofu16(_TimeLocale, abday[1]),
lib/libc/locale/nl_langinfo.c
123
[ ABDAY_3 ] = offsetofu16(_TimeLocale, abday[2]),
lib/libc/locale/nl_langinfo.c
124
[ ABDAY_4 ] = offsetofu16(_TimeLocale, abday[3]),
lib/libc/locale/nl_langinfo.c
125
[ ABDAY_5 ] = offsetofu16(_TimeLocale, abday[4]),
lib/libc/locale/nl_langinfo.c
126
[ ABDAY_6 ] = offsetofu16(_TimeLocale, abday[5]),
lib/libc/locale/nl_langinfo.c
127
[ ABDAY_7 ] = offsetofu16(_TimeLocale, abday[6]),
lib/libc/locale/nl_langinfo.c
128
[ MON_1 ] = offsetofu16(_TimeLocale, mon[0]),
lib/libc/locale/nl_langinfo.c
129
[ MON_2 ] = offsetofu16(_TimeLocale, mon[1]),
lib/libc/locale/nl_langinfo.c
130
[ MON_3 ] = offsetofu16(_TimeLocale, mon[2]),
lib/libc/locale/nl_langinfo.c
131
[ MON_4 ] = offsetofu16(_TimeLocale, mon[3]),
lib/libc/locale/nl_langinfo.c
132
[ MON_5 ] = offsetofu16(_TimeLocale, mon[4]),
lib/libc/locale/nl_langinfo.c
133
[ MON_6 ] = offsetofu16(_TimeLocale, mon[5]),
lib/libc/locale/nl_langinfo.c
134
[ MON_7 ] = offsetofu16(_TimeLocale, mon[6]),
lib/libc/locale/nl_langinfo.c
135
[ MON_8 ] = offsetofu16(_TimeLocale, mon[7]),
lib/libc/locale/nl_langinfo.c
136
[ MON_9 ] = offsetofu16(_TimeLocale, mon[8]),
lib/libc/locale/nl_langinfo.c
137
[ MON_10 ] = offsetofu16(_TimeLocale, mon[9]),
lib/libc/locale/nl_langinfo.c
138
[ MON_11 ] = offsetofu16(_TimeLocale, mon[10]),
lib/libc/locale/nl_langinfo.c
139
[ MON_12 ] = offsetofu16(_TimeLocale, mon[11]),
lib/libc/locale/nl_langinfo.c
140
[ ABMON_1 ] = offsetofu16(_TimeLocale, abmon[0]),
lib/libc/locale/nl_langinfo.c
141
[ ABMON_2 ] = offsetofu16(_TimeLocale, abmon[1]),
lib/libc/locale/nl_langinfo.c
142
[ ABMON_3 ] = offsetofu16(_TimeLocale, abmon[2]),
lib/libc/locale/nl_langinfo.c
143
[ ABMON_4 ] = offsetofu16(_TimeLocale, abmon[3]),
lib/libc/locale/nl_langinfo.c
144
[ ABMON_5 ] = offsetofu16(_TimeLocale, abmon[4]),
lib/libc/locale/nl_langinfo.c
145
[ ABMON_6 ] = offsetofu16(_TimeLocale, abmon[5]),
lib/libc/locale/nl_langinfo.c
146
[ ABMON_7 ] = offsetofu16(_TimeLocale, abmon[6]),
lib/libc/locale/nl_langinfo.c
147
[ ABMON_8 ] = offsetofu16(_TimeLocale, abmon[7]),
lib/libc/locale/nl_langinfo.c
148
[ ABMON_9 ] = offsetofu16(_TimeLocale, abmon[8]),
lib/libc/locale/nl_langinfo.c
149
[ ABMON_10 ] = offsetofu16(_TimeLocale, abmon[9]),
lib/libc/locale/nl_langinfo.c
150
[ ABMON_11 ] = offsetofu16(_TimeLocale, abmon[10]),
lib/libc/locale/nl_langinfo.c
151
[ ABMON_12 ] = offsetofu16(_TimeLocale, abmon[11]),
lib/libc/time/strftime.c
139
((_TimeLocale *)((loc)->part_impl[LC_TIME]))
lib/libc/time/strftime.c
236
_TimeLocale *tptr = _TIME_LOCALE(loc);
lib/libc/time/strptime.c
58
((_TimeLocale *)((loc)->part_impl[LC_TIME]))