OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:offsetofu16
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/locale/
nl_langinfo.c
105
#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
...]
Completed in 260 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025