Symbol: offsetofu16
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/locale/nl_langinfo.c
152
[ RADIXCHAR ] = offsetofu16(_NumericLocale, decimal_point),
lib/libc/locale/nl_langinfo.c
153
[ THOUSEP ] = offsetofu16(_NumericLocale, thousands_sep),
lib/libc/locale/nl_langinfo.c
154
[ YESSTR ] = offsetofu16(_MessagesLocale, yesstr),
lib/libc/locale/nl_langinfo.c
155
[ YESEXPR ] = offsetofu16(_MessagesLocale, yesexpr),
lib/libc/locale/nl_langinfo.c
156
[ NOSTR ] = offsetofu16(_MessagesLocale, nostr),
lib/libc/locale/nl_langinfo.c
157
[ NOEXPR ] = offsetofu16(_MessagesLocale, noexpr),
lib/libc/locale/nl_langinfo.c
159
[ CODESET ] = offsetofu16(_RuneLocale, rl_codeset),