Home
last modified time | relevance | path

Searched refs:offsetofu16 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/lib/libc/locale/
H A Dnl_langinfo.c105 #define offsetofu16(a, b) ((uint16_t)offsetof(a, b)) macro
108 [ D_T_FMT ] = offsetofu16(_TimeLocale, d_t_fmt),
109 [ D_FMT ] = offsetofu16(_TimeLocale, d_fmt),
110 [ T_FMT ] = offsetofu16(_TimeLocale, t_fmt),
111 [ T_FMT_AMPM ] = offsetofu16(_TimeLocale, t_fmt_ampm),
112 [ AM_STR ] = offsetofu16(_TimeLocale, am_pm[0]),
113 [ PM_STR ] = offsetofu16(_TimeLocale, am_pm[1]),
114 [ DAY_1 ] = offsetofu16(_TimeLocale, day[0]),
115 [ DAY_2 ] = offsetofu16(_TimeLocale, day[1]),
116 [ DAY_3 ] = offsetofu16(_TimeLocale, day[2]),
[all …]